Celoscan (Celo Network Explorer)

Celoscan (Celo Network Explorer) MCP Connector for Claude

A+

Access Celo network data via Celoscan — check account balances, track transactions, and inspect smart contracts directly from your AI agent.

18 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Celoscan API key to any AI agent to explore the Celo blockchain with ease. Analyze addresses, verify contract code, and audit transaction history through natural language.

What you can do

  • Account Insights — Fetch CELO balances for single or multiple addresses instantly to monitor wallet holdings.
  • Transaction History — Query normal and internal transactions, including ERC20 and ERC721 (NFT) transfer events for any address.
  • Smart Contract Auditing — Retrieve verified contract ABIs and source code for deep technical inspection and debugging.
  • Network Monitoring — Check blocks mined by specific addresses and verify the receipt status of any transaction hash.

How it works

  1. Subscribe to this server
  2. Enter your Celoscan API Key
  3. Start querying the Celo Network from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — quickly pull contract ABIs and source code into your IDE to understand protocol implementations.
  • Data Analysts — export transaction histories and token movements for reporting and on-chain forensics.
  • Crypto Users — monitor wallet balances and transaction statuses without leaving your chat interface.
celoblock-explorersmart-contractscrypto-walletweb3

18 tools expose this connector's capabilities to your AI agent.

get_erc20_token_balance

Get ERC20-Token Account Balance by ContractAddress

get_erc20_token_supply

Get ERC20-Token Total Supply by ContractAddress

get_account_balance

Get CELO Balance for a Single Address

get_block_countdown

Get Estimated Block Countdown Time by BlockNo

get_block_number_by_time

Get Block Number by Timestamp

get_block_reward

Get Block Rewards by BlockNo

get_contract_abi

Get Contract ABI for Verified Smart Contracts

get_contract_source_code

Get Contract Source Code for Verified Smart Contracts

get_account_balance_multi

Get CELO Balance for Multiple Addresses

get_erc20_transfers

Get a List of ERC20 Token Transfer Events By Address

get_erc721_transfers

Get a List of ERC721 Token Transfer Events By Address

get_internal_transactions

Get a List of Internal Transactions By Address

get_last_celo_price

Get Last Price of CELO

get_mined_blocks

Get list of Blocks Mined by Address

get_normal_transactions

Get a List of Normal Transactions By Address

get_total_celo_supply

Get Total Supply of CELO on the Celo Network

get_transaction_execution_status

Check Contract Execution Status

get_transaction_receipt_status

Check Transaction Receipt Status

See how to talk to your AI agent using Celoscan (Celo Network Explorer).

What is the CELO balance for the address 0x1234567890abcdef1234567890abcdef12345678?

The account balance for that address is 150.25 CELO.

List the recent ERC20 token transfers for address 0xabcdef...

I found 5 recent ERC20 transfer events for that address. The most recent was a transfer of 50 cUSD from 0x789... to 0xabc... at block 12345678.

Get the ABI for the smart contract at 0x1234...

I've retrieved the ABI for the contract. It contains functions such as `transfer`, `balanceOf`, and `approve`. Would you like me to explain any specific function?

Yes! Use the `get_account_balance_multi` tool and provide a comma-separated list of Celo addresses to retrieve all balances at once.

Related Connectors