How to Use the IoTeX (IoTeX Block Explorer API) MCP in Cursor
Fetch real-time IoTeX transaction histories and token details while writing code in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect IoTeX (IoTeX Block Explorer API) MCP to Cursor
Create your Vinkius account to connect IoTeX (IoTeX Block Explorer API) 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.
Write smart contract integrations with real IoTeX data in Cursor
Stop writing mock JSON payloads when building your dApp frontend. Your editor can fetch actual live contract states and account balances while you write code. In Agent mode, the editor uses `get_account` and `get_token` to grab live values. It then writes your TypeScript interfaces using real blockchain responses, ensuring your types match reality perfectly.
Debug transactions directly in the editor
When your integration tests fail, you don't need to leave your code editor to search an explorer. Let your editor pull the exact transaction receipt. Your agent calls `get_action` to inspect execution logs or `get_block_by_hash` to trace block contexts. You can debug failing transactions right next to your active codebase.
Build token analytics dashboards
Code complex monitoring scripts by feeding live token distribution data straight into your workspace. This MCP server lets your editor parse holder lists on the fly. By combining `get_token_holders` and `get_recent_actions`, your agent can automatically generate React charts showing real-time token movement. No manual CSV exports required.
Set up IoTeX (IoTeX Block Explorer API) 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 IoTeX (IoTeX Block Explorer API) 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 IoTeX (IoTeX Block Explorer API) transactions." If the MCP tools are loaded correctly, Cursor will call the IoTeX (IoTeX Block Explorer API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"iotex-iotex-block-explorer-api-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 IoTeX. 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 IoTeX (IoTeX Block Explorer API) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the IoTeX (IoTeX Block Explorer API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.