celo-mcp
Model Context Protocol server providing AI assistants and IDEs comprehensive access to the Celo blockchain: blockchain data, token operations, NFTs, smart contracts, transactions, and governance. Published as the official Celo MCP Server in the Celo docs.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
get_network_status— Get current Celo network status.get_block— Get a block by number or hash.get_latest_blocks— Get the most recent blocks.get_account— Get account details.get_transaction— Get a transaction by hash.get_token_info— Get token metadata.get_token_balance— Get a token balance for an address.get_celo_balances— Get native CELO / stablecoin balances for an address.get_nft_info— Get NFT metadata.get_nft_balance— Get NFT holdings for an address.call_contract_function— Call a read-only smart-contract function.estimate_contract_gas— Estimate gas for a contract call.estimate_transaction— Estimate a transaction.get_gas_fee_data— Get current gas fee data.get_governance_proposals— List Celo governance proposals.get_proposal_details— Get details for a governance proposal.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.