IoTeX (IoTeX Block Explorer API) Connector for AI agents.
8 live capabilities
Query blockchain accounts, blocks, and token data directly.
Waiting for input…
Why people use IoTeX (IoTeX Block Explorer API)
IoTeX for Real-Time Blockchain Data
This Connector puts that data directly into your conversation. You can ask your agent about a wallet's balance, a specific block's height, or a token's holder list, and it pulls the info instantly. You get the data you need without the tab-switching.
What Vinkius changes
You get real-time IoTeX blockchain data inside your AI chat instead of hunting through web explorers.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed transaction
A developer asks the agent to check a specific hash using `get_action` to see why a transfer didn't complete.
- Real-world use case 02
Conducting a token audit
An analyst uses `get_token` and `get_token_holders` to see the total supply and who owns the most tokens to determine a project's distribution.
- Real-world use case 03
Checking a new wallet
A user wants to see if a specific address has received funds, so they use `get_account` to see the balance and recent activity.
Complete set · 8capabilities
The complete IoTeX (IoTeX Block Explorer API) capability set.
These are the exact actions your AI can choose when you ask it to work with IoTeX (IoTeX Block Explorer API).
01—04
4 capabilities in this set.
Part of 8 available through IoTeX (IoTeX Block Explorer API).
- 01 Capability
Get account actions
Get_account_actions pulls the full transaction history for a specific wallet address. It works well for auditing past activity.
- 02 Capability
Get account
Get_account fetches the current balance, nonce, and metadata for any IoTeX address. Use it for quick wallet checks.
- 03 Capability
Get action
Get_action looks up the specific details of a transaction using its unique hash. It works for debugging a single failed event.
- 04 Capability
Get block by hash
Get_block_by_hash pulls the data for a specific block using its unique hash. It provides a way to perform deep-dive audits of the chain.
05—08
4 capabilities in this set.
Part of 8 available through IoTeX (IoTeX Block Explorer API).
- 05 Capability
Get block by height
Get_block_by_height gets the contents of a block based on its position in the chain. It works well for sequential data analysis.
- 06 Capability
Get recent actions
Get_recent_actions lists the latest transactions happening on the network in real time. Use it to monitor live network pulses.
- 07 Capability
Get token holders
Get_token_holders pulls a list of all addresses holding a specific token. This helps you see how a token's supply is distributed.
- 08 Capability
Get token
Get_token fetches the metadata for XRC20 or XRC721 tokens. Use it to check total supply and decimal counts.
Set up in minutes
One URL. Then ask IoTeX (IoTeX Block Explorer API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use IoTeX (IoTeX Block Explorer API) 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_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable IoTeX (IoTeX Block Explorer API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API) URL.
- Step 03
Save and start
Save the connection and enable IoTeX (IoTeX Block Explorer API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"iotex-iotex-block-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API)
Open Agent mode in chat and ask: "Using IoTeX (IoTeX Block Explorer API), help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"iotex-iotex-block-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API)
Ask Copilot: "Using IoTeX (IoTeX Block Explorer API), help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"iotex-iotex-block-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API)
Open Cascade and ask: "Using IoTeX (IoTeX Block Explorer API), help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"iotex-iotex-block-explorer-api": {
"url": "https://edge.vinkius.com/vk_preview_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API)
Ask Cline: "Using IoTeX (IoTeX Block Explorer API), help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add iotex-iotex-block-explorer-api --transport http "https://edge.vinkius.com/vk_preview_uf7FWJCYEdHc7dZYspdM00lNFsp7Ox3HGLZtw794/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 IoTeX (IoTeX Block Explorer API)
Ask Claude: "Using IoTeX (IoTeX Block Explorer API), show me...". 8 tools are ready
Where the request belongs
Work IoTeX can move forward.
This is for the people who live in the trenches of Web3. It's for the developer who's tired of context-switching between their IDE and a block explorer, the analyst who needs to aggregate token data for a report, and the enthusiast who wants to monitor network pulses without the manual grind.
Web3 Developer
Verifies transaction statuses and balances while writing code to ensure smart contracts are behaving as expected.
Blockchain Data Analyst
Extracts block and holder data for market research and reporting without manual copy-pasting.
Crypto Researcher
Monitors network activity and token metadata via chat commands to stay updated on new project launches.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTzKT (Tezos Indexer & Explorer API)
Access real-time Tezos blockchain data. explore accounts, smart contracts, and transaction history directly from your AI agent.
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.
Blockscout
Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.
SolanaFM (Solana FM Block Explorer API)
Access Solana blockchain data via SolanaFM. inspect blocks, transactions, account metadata, and token balances directly from any AI agent.
OKLink (Multi-chain Web3 Blockchain Data API)
Access real-time blockchain data across multiple chains—query addresses, tokens, transactions, and blocks directly from your AI agent.
Wemix Explorer
Explore Wemix blockchain data. query accounts, track token transfers, and inspect blocks or extrinsics directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep IoTeX 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 IoTeX.
The practical details behind the request, access and result.
Can I use the IoTeX MCP to check my wallet balance?
Yes, you can ask your AI agent to pull the current balance and nonce for any IoTeX address instantly without leaving your chat.
Does the IoTeX MCP work for XRC20 tokens?
Yes, it can fetch specific metadata like total supply and decimals for XRC20 and XRC721 tokens.
Can I see recent network activity with IoTeX MCP?
Yes, your agent can pull the latest transactions and network actions to show you what is happening on the chain right now.
Do I need an API key for the IoTeX MCP?
It is optional. You can use it without a key, but adding your IoTeX API key allows for higher rate limits for more frequent queries.
How does IoTeX MCP help with research?
It allows you to quickly pull token holder lists and block data, making it much easier to gather information for market research or audits.
Is the IoTeX MCP only for the IoTeX blockchain?
Yes, this Connector is specifically designed to provide deep access to the IoTeX network's blockchain data.
How can I see the transaction history for a specific IoTeX address?
You can use the get_account_actions capability. Simply provide the IoTeX address, and the agent will return a list of recent actions (transactions) associated with that account.
Can I look up block details if I only have the block height?
Yes! Use the get_block_by_height capability and provide the numeric height. The agent will fetch the full block details including hash, timestamp, and transaction count.
Is it possible to see who the top holders of a specific token are?
Yes, by using the get_token_holders capability with the token's contract address, you can retrieve a list of addresses that currently hold that specific XRC20 or XRC721 token.
One connection away
Give your agent a direct line to IoTeX.
Connect IoTeX once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available