Vinkius
IoTeX Block Explorer API

IoTeX Block Explorer API MCP for AI. Query account history and token ownership instantly.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

IoTeX (IoTeX Block Explorer API) MCP on Cursor AI Code EditorIoTeX (IoTeX Block Explorer API) MCP on Claude Desktop AppIoTeX (IoTeX Block Explorer API) MCP on OpenAI Agents SDKIoTeX (IoTeX Block Explorer API) MCP on Visual Studio CodeIoTeX (IoTeX Block Explorer API) MCP on GitHub Copilot AI AgentIoTeX (IoTeX Block Explorer API) MCP on Google Gemini AIIoTeX (IoTeX Block Explorer API) MCP on Lovable AI DevelopmentIoTeX (IoTeX Block Explorer API) MCP on Mistral AI AgentsIoTeX (IoTeX Block Explorer API) MCP on Amazon AWS Bedrock

How this MCP server connects to your AI agent

IoTeX Block Explorer API MCP gives you direct access to real-time IoTeX network data. Query account balances, transaction histories, specific blocks by hash or height, and token metadata (XRC20/XRC721).

Your AI agent acts as a built-in blockchain analyst, eliminating the need for manual web explorer navigation. Check accounts with `get_account`, review past activity using `get_account_actions` or `get_action`, and analyze asset ownership by fetching token details via `get_token` or listing holders with `get_token_holders`.

It’s instant blockchain intelligence, right in your chat interface.

What AI agents can do with IoTeX (IoTeX Block Explorer API) Automation

Get account actions

Fetches a list of all historical transactions associated with an account's address.

Get account

Retrieves the current balance, nonce, and basic details for a specified IoTeX address.

Get action

Retrieves specific details about a single transaction or action using its unique hash.

+ 5 more capabilities included
Check account balances and metadata

Retrieve an address's current balance, nonce count, and basic data using get_account.

Audit transaction history

Fetch a list of all past actions on an address with get_account_actions, or look up details for one specific action by its hash using get_action.

Query block data by time or ID

Get full details about a blockchain block using either the block's height number (get_block_by_height) or its unique cryptographic hash (get_block_by_hash).

Monitor recent network events

See what’s happening right now by retrieving a list of the most recent transactions and activity across the entire IoTeX network using get_recent_actions.

Analyze token supply and ownership

Get metadata for specific tokens (XRC20/XRC721) via get_token, or list all addresses that currently hold those tokens using get_token_holders.

Included with Plan

Waiting for input…

AI Agent

What AI agents can do with IoTeX (IoTeX Block Explorer API) With 8 Tools

These eight tools allow your agent to query every fundamental aspect of the IoTeX blockchain state, from account balances to token ownership.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using IoTeX (IoTeX Block Explorer API) on Vinkius

Get Account Actions

Fetches a list of all historical transactions associated with an account's address.

Get Account

Retrieves the current balance, nonce, and basic details for a specified IoTeX...

Get Action

Retrieves specific details about a single transaction or action using its unique...

Get Block By Hash

Gets all data for a blockchain block when you provide its full cryptographic hash.

Get Block By Height

Retrieves the details of a specific blockchain block using only its numerical height...

Get Recent Actions

Pulls a feed containing the latest transactions and activity across the entire IoTeX network.

Get Token Holders

Lists all the addresses that currently own tokens associated with a specified contract.

Get Token

Retrieves specific metadata (total supply, decimals) for a given token contract...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The IoTeX Block Explorer API integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with IoTeX (IoTeX Block Explorer API), then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
IoTeX Block Explorer API MCP server cover

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.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Built on the Model Context Protocol (MCP) for Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 8 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Manually cross-referencing blockchain records takes forever., Solved with Vinkius AI Gateway

Today, figuring out what an address did last month is a painful process. You start on the main explorer site to check the balance, then you copy the transaction hash and paste it into a secondary 'action viewer.' If you want token details, you have to find the contract address, open yet another tab, and manually cross-reference supply data against holder lists. It's a massive amount of copying, clicking, and context switching.

With this MCP, your agent handles the whole sequence. You just prompt it with the question—for example, 'What happened with this token?' Your AI client uses `get_token` for metadata and then calls `get_token_holders` automatically to give you the full answer without any manual switching. The result lands cleanly in your chat window.

Get all necessary data points using IoTeX Block Explorer API MCP

The tedious work of gathering related facts—like linking a block's height to the recent actions on that chain, or correlating an account balance with its historical transactions—is gone. You no longer have to manually check `get_block_by_height` and then cross-reference those details against `get_account_actions`. The agent stitches it together.

What's different now is efficiency. Instead of spending time navigating multiple specialized web tools, you get one unified data stream from your AI client that synthesizes the full blockchain picture.

What your AI can actually do with this

This connector lets you treat the IoTeX blockchain like a database. Instead of clicking through dozens of web pages just to find a balance or confirm a transaction detail, your AI agent gets the answer instantly. You can ask it for account details and get balances, nonces, and metadata in one go.

Want to know what happened with an address over the last week? Just ask, and you’ll pull up all associated actions. Need to check if a specific token contract is valid or who owns its supply? The MCP handles that too. It lets your agent query detailed block data by height or hash, keeping track of network activity using recent action feeds.

Connecting this IoTeX Block Explorer API through Vinkius makes it available across any AI client you use; your agent just needs the prompt. No more copy-pasting hashes into separate websites. You get a unified view of the entire chain state.

Built · Hosted · Managed by Vinkius IoTeX Block Explorer API - Blockchain Data Queries
Server ID 019e5d27-89cf-7327-a5e2-fcc6d699739b
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Questions you might have

How do I check an account balance using get_account? +

You simply ask your agent for the details of a specific IoTeX address. The agent calls get_account and returns the current balance, nonce, and metadata immediately.

What is the difference between get_account_actions and get_action? +

get_account_actions fetches a list of all activities for an entire address. Use get_action when you already know the specific transaction hash and need details on just that single event.

Can I find out who owns a token using get_token_holders? +

Yes, calling get_token_holders requires you to first provide the contract address. This tool lists all addresses currently holding tokens for that specific contract.

Do I need get_block_by_hash or get_block_by_height? +

Use get_block_by_hash when you have the block's unique ID. Use get_block_by_height if you only know that the block occurred at a specific numerical height count.

How do I handle rate limits when querying account data using get_account? +

You need to provide your IoTeX API Key for higher capacity. While basic queries work with the default settings, including a key significantly increases your query volume and stability.

What specific token metadata can I retrieve using the get_token tool? +

The tool fetches essential contract data, including the total supply and the decimal count. This lets you verify a token's specifications before running holder analyses.

How real-time is the activity information provided by get_recent_actions? +

This MCP connects directly to the live explorer feed, meaning the actions are near real-time. You can monitor network changes within seconds of them appearing on IoTeX.

What happens if I use get_action with a transaction hash that doesn't exist? +

The tool will return a specific error message indicating the hash is invalid or not found. You simply adjust your input query and resubmit to check another action.

How can I see the transaction history for a specific IoTeX address? +

You can use the get_account_actions tool. 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 tool 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 tool with the token's contract address, you can retrieve a list of addresses that currently hold that specific XRC20 or XRC721 token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for IoTeX Block Explorer API. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.