MCP · Model Context Protocol

Celina MCP

Register the Celina SDK tool catalog as MCP tools for Cursor, Claude Desktop, and other LLM clients.

Remote hostedRead-only

Skip the install — point at the hosted endpoint

No Node, no npx, no keys. The hosted endpoint exposes 50 tools: chain reads, oracle/AMM quotes (Mento FX, Uniswap v4, GoodDollar reserve), GoodDollar entitlement, and Self verify/lookup.

Endpoint

https://mcp.usecelina.xyz/mcp

Streamable HTTP clients

For clients that support remote MCP URLs directly (Cursor, Claude, etc.):

{
  "mcpServers": {
    "celina-mcp": {
      "url": "https://mcp.usecelina.xyz/mcp"
    }
  }
}

Stdio-only clients (mcp-remote bridge)

If your client only supports stdio, use mcp-remote to bridge to the hosted endpoint:

{
  "mcpServers": {
    "celina-mcp": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.usecelina.xyz/mcp"]
    }
  }
}

Hosted MCP tool names

get_network_status, get_block, get_latest_blocks, get_transaction, verify_attribution_tag, check_attribution_tag, get_account, get_celo_account_registration, get_celo_balances, get_stablecoin_balances, get_token_info, get_token_balance, get_gas_fee_data, get_mento_swap_pairs, get_mento_fx_quote, get_uniswap_swap_pairs, get_uniswap_quote, get_aave_balances, resolve_ens, get_gooddollar_whitelisting_info, get_gooddollar_identity_link, get_gooddollar_ubi_entitlement, get_gooddollar_reserve_quote, get_governance_proposals, get_proposal_details, get_locked_celo_balance, get_pending_withdrawals, get_votable_proposals, get_queued_proposals, get_actionable_governance_proposals, get_governance_votes, check_humanness, get_staking_balances, get_activatable_stakes, get_validator_groups, get_validator_group_details, get_total_staking_info, get_delegation_info, get_stake_eligibility, get_governance_delegates, get_governance_delegate_details, get_nft_info, get_nft_balance, call_contract_function, verify_self_agent, lookup_self_agent, verify_self_request, get_agentkarma_reputation, get_agentkarma_celo_agent, check_agentkarma_counterparty
50 read-only names from this endpoint — paste into a client allowlist or registry form. Prepare tools are browser/SDK-only and are not in this MCP list.

Works remotely

  • Chain reads and balances
  • Validator groups, staking balances, and get_stake_eligibility
  • Governance proposals and locked CELO reads
  • Gas estimates (with explicit addresses)
  • GoodDollar reserve quote / estimate
  • Self verify / lookup (read-only)

Requires local stdio

  • send_token
  • Mento FX, Uniswap v4, Aave execute
  • Governance lock/vote and staking execute (execute_stake, etc.)
  • GoodDollar UBI claim, reserve execute
  • Self Agent ID registration lifecycle
  • Wallet-scoped estimates without a key

Never send private keys to the hosted endpoint. Server-key writes are disabled server-side. Self registration sessions are unreliable on stateless serverless — use local stdio for Self Agent ID lifecycle flows.