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/mcpStreamable 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_counterparty50 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.