Celoscan (Celo Network Explorer) Connector for AI agents.
18 live capabilities
Audit Celo blockchain transactions and smart contracts in your chat.
Waiting for input…
Why people use Celoscan (Celo Network Explorer)
Celoscan for Celo Blockchain Data Auditing
With this Connector, you just ask your agent to pull the source code or the ABI for a specific contract. The data comes straight to you in your chat window, ready to be used. You get the information you need without the tedious clicking.
What Vinkius changes
You get real-time Celo blockchain data in your chat window without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Debugging a failed contract
A developer asks their agent to check the execution status of a failed transaction using get_transaction_execution_status to find the error.
- Real-world use case 02
Auditing a new token launch
An analyst pulls the total supply and recent transfers for a new ERC20 token using get_erc20_token_supply and get_erc20_transfers.
- Real-world use case 03
Tracking NFT movements
A user wants to see who just bought a specific NFT and asks the agent to list the latest ERC721 transfers for a wallet.
Complete set · 18capabilities
The complete Celoscan (Celo Network Explorer) capability set.
These are the exact actions your AI can choose when you ask it to work with Celoscan (Celo Network Explorer).
01—04
4 capabilities in this set.
Part of 18 available through Celoscan (Celo Network Explorer).
- 01 Capability
Get account balance
Get the CELO balance for a single wallet address. Use this to check current holdings quickly.
- 02 Capability
Get account balance multi
Get CELO balances for multiple addresses at once. Use this to monitor several wallets in one go.
- 03 Capability
Get block countdown
Get the estimated time until the next block is mined. Useful for monitoring network speed.
- 04 Capability
Get block reward
Get the block rewards for a specific block number. Use this to analyze network incentives.
05—08
4 capabilities in this set.
Part of 18 available through Celoscan (Celo Network Explorer).
- 05 Capability
Get contract abi
Get the ABI for a verified smart contract. Use this to understand a contract's available functions.
- 06 Capability
Get contract source code
Get the source code for a verified smart contract. Use this for deep technical auditing.
- 07 Capability
Get erc20 token balance
Get the ERC20 token balance for a specific account. Use this to check specific token holdings.
- 08 Capability
Get erc20 token supply
Get the total supply of an ERC20 token. Use this to audit tokenomics for a specific contract.
09—12
4 capabilities in this set.
Part of 18 available through Celoscan (Celo Network Explorer).
- 09 Capability
Get erc20 transfers
Get a list of ERC20 token transfer events for an address. Use this to track specific token movements.
- 10 Capability
Get erc721 transfers
Get a list of ERC721 token transfer events for an address. Use this to track NFT movements.
- 11 Capability
Get internal transactions
Get a list of internal transactions for an address. This helps track complex contract interactions.
- 12 Capability
Get mined blocks
Get a list of blocks mined by a specific address. This helps verify mining activity.
13—15
3 capabilities in this set.
Part of 18 available through Celoscan (Celo Network Explorer).
- 13 Capability
Get normal transactions
Get a list of standard transactions for an address. Use this to see basic wallet activity.
- 14 Capability
Get total celo supply
Get the total supply of CELO on the network. Use this to verify the total circulating amount.
- 15 Capability
Get transaction execution status
Check the execution status of a smart contract. This helps identify why a transaction failed.
16—18
3 capabilities in this set.
Part of 18 available through Celoscan (Celo Network Explorer).
- 16 Capability
Get transaction receipt status
Check the receipt status of a transaction. Use this to confirm if a transfer was successful.
- 17 Capability
Get block number by time
Get the block number for a specific timestamp. Use this to find historical data points.
- 18 Capability
Get last celo price
Get the most recent price of CELO. Use this for quick market context during your research.
Set up in minutes
One URL. Then ask Celoscan (Celo Network Explorer) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Celoscan (Celo Network Explorer) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Celoscan (Celo Network Explorer), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Celoscan (Celo Network Explorer) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Celoscan (Celo Network Explorer) URL.
- Step 03
Save and start
Save the connection and enable Celoscan (Celo Network Explorer) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"celoscan-celo-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Celoscan (Celo Network Explorer)
Open Agent mode in chat and ask: "Using Celoscan (Celo Network Explorer), help me...". 18 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"celoscan-celo-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Celoscan (Celo Network Explorer)
Ask Copilot: "Using Celoscan (Celo Network Explorer), help me...". 18 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"celoscan-celo-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Celoscan (Celo Network Explorer)
Open Cascade and ask: "Using Celoscan (Celo Network Explorer), help me...". 18 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"celoscan-celo-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Celoscan (Celo Network Explorer)
Ask Cline: "Using Celoscan (Celo Network Explorer), help me...". 18 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add celoscan-celo-network-explorer --transport http "https://edge.vinkius.com/vk_preview_Bi2Drf8yY8oexFIUWvJ1Ab8dwC6NJP1TE52TOfPz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Celoscan (Celo Network Explorer)
Ask Claude: "Using Celoscan (Celo Network Explorer), show me...". 18 tools are ready
Where the request belongs
Work Celoscan can move forward.
This is for Web3 developers, crypto data analysts, and on-chain forensics experts who need to interact with Celo data without constant tab-switching.
Web3 Developer
Pulls contract ABIs and source code into your chat to debug smart contract logic on a Tuesday afternoon.
Crypto Data Analyst
Queries total token supplies and transaction histories to build reports for stakeholders.
On-chain Forensics Expert
Tracks internal transactions and NFT transfers to map out complex wallet movements.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCronoscan (Cronos Block Explorer)
Access Cronos blockchain data. check CRO balances, track transactions, inspect smart contracts, and monitor token transfers directly via AI.
Blastscan (Blast Network Explorer)
Explore the Blast Network—check balances, track transactions, and inspect smart contracts directly from your AI agent.
Blockscout
Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.
Tronscan (TRON Blockchain Explorer API)
Explore the TRON blockchain. analyze accounts, track token balances, inspect smart contracts, and monitor network resources directly from any AI agent.
Arbiscan (Arbitrum Explorer)
Explore Arbitrum blockchain data. check balances, track transactions, and inspect smart contract source code directly from your AI agent.
TzKT (Tezos Indexer & Explorer API)
Access real-time Tezos blockchain data. explore accounts, smart contracts, and transaction history directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Celoscan connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Celoscan.
The practical details behind the request, access and result.
What is the Celoscan MCP?
It is a way to connect your AI agent directly to the Celo blockchain. It lets you ask questions about balances, transactions, and smart contracts using plain English.
Can I check my wallet balance with the Celoscan MCP?
Yes. You can ask your agent to check the CELO balance for any specific wallet address, or even check balances for multiple addresses at once.
Does the Celoscan MCP work for NFTs?
Yes, it can track ERC721 transfer events, which means you can ask your agent to show you recent NFT movements for a specific wallet.
How do I get contract source code using this Connector?
You just ask your agent to pull the source code for a verified smart contract. It will fetch the verified code from the blockchain and display it in your chat.
Can I see internal transactions with Celoscan?
Yes. The Connector can pull internal transaction history, which is useful for seeing complex interactions between different smart contracts.
Is the Celoscan MCP for the Celo network only?
Yes, this specific MCP is designed to interact with the Celo blockchain and its unique data points.
Can I track multiple wallets at once?
Yes, you can use the multi-balance capability to get the CELO holdings for several different addresses in a single request.
Can I check the CELO balance of multiple addresses in a single request?
Yes! Use the get_account_balance_multi capability and provide a comma-separated list of Celo addresses to retrieve all balances at once.
How can I view the source code of a verified smart contract on Celo?
You can use the get_contract_source_code capability with the contract's address. If the contract is verified on Celoscan, the agent will return the full source code.
Is it possible to check if a specific transaction was successful?
Yes, the get_transaction_receipt_status capability allows you to check the status of a transaction receipt to confirm if it was processed successfully on the network.
One connection away
Give your agent a direct line to Celoscan.
Connect Celoscan once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available