generated: '2026-07-18' method: searched status: published source: https://docs.celo.org/build-on-celo/build-with-ai/mcp/celo-mcp server: name: celo-mcp transport: stdio command: python -m celo_mcp.server repo: https://github.com/celo-org/celo-mcp package: https://pypi.org/project/celo-mcp/ install: - pipx install celo-mcp - "git clone https://github.com/celo-org/celo-mcp && cd celo-mcp && pip install -e ." requirements: Python 3.11+, Git 2.38+ description: >- 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. tools: - name: get_network_status description: Get current Celo network status. - name: get_block description: Get a block by number or hash. - name: get_latest_blocks description: Get the most recent blocks. - name: get_account description: Get account details. - name: get_transaction description: Get a transaction by hash. - name: get_token_info description: Get token metadata. - name: get_token_balance description: Get a token balance for an address. - name: get_celo_balances description: Get native CELO / stablecoin balances for an address. - name: get_nft_info description: Get NFT metadata. - name: get_nft_balance description: Get NFT holdings for an address. - name: call_contract_function description: Call a read-only smart-contract function. - name: estimate_contract_gas description: Estimate gas for a contract call. - name: estimate_transaction description: Estimate a transaction. - name: get_gas_fee_data description: Get current gas fee data. - name: get_governance_proposals description: List Celo governance proposals. - name: get_proposal_details description: Get details for a governance proposal. notes: 25+ tools total; the above are the documented representative set.