How to Use the Celoscan (Celo Network Explorer) MCP in Cursor
Write dApps faster by pulling live Celo network state and verified ABIs directly into Cursor while you code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Celoscan (Celo Network Explorer) MCP to Cursor
Create your Vinkius account to connect Celoscan (Celo Network Explorer) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Fetch ABIs with Cursor MCP Server
This MCP Server feeds live Celo contract interfaces straight into your editor workspace. You tell Cursor Agent which contract address you want to interact with, and it handles the rest. Running `get_contract_abi` pulls the exact JSON interface for any verified Celo contract. Cursor then uses that structure to write perfectly typed TypeScript calls for your frontend, while `get_contract_source_code` lets you read the original Solidity implementation without leaving your IDE.
Query live blockchain state
Writing tests for web3 apps requires knowing the actual state of the network. Cursor grabs real block data and token supplies to build accurate test cases based on current conditions. The AI triggers `get_last_celo_price` and `get_total_celo_supply` to mock up accurate financial dashboards. When writing time-dependent logic, it calls `get_block_number_by_time` to find the exact block height for a specific historical timestamp.
Analyze wallet activity
Building portfolio trackers means you need real transaction data to verify your frontend logic. Your agent pulls this history directly into your scratchpad so you can map out your UI components. Using `get_normal_transactions` and `get_erc20_transfers`, Cursor fetches raw JSON arrays of user activity. It then writes the data parsing logic based on the actual shape of the Celoscan API response, ensuring your code works on the first run.
Set up Celoscan (Celo Network Explorer) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Celoscan (Celo Network Explorer) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Celoscan (Celo Network Explorer) transactions." If the MCP tools are loaded correctly, Cursor will call the Celoscan (Celo Network Explorer) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"celoscan-celo-network-explorer-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Celoscan. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Celoscan (Celo Network Explorer) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Celoscan (Celo Network Explorer) MCP today
We host it, we monitor it, we maintain it. You just paste one token.