IoTeX (IoTeX Block Explorer API)

IoTeX (IoTeX Block Explorer API) MCP Connector for Claude

A+

Access IoTeX blockchain data — query accounts, blocks, transactions, and token details directly from your AI agent.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the IoTeX blockchain and explore real-time network data through natural conversation. This MCP server provides a comprehensive interface to the IoTeX Block Explorer API.

What you can do

  • Account Insights — Retrieve balances, nonces, and metadata for any IoTeX address using the get_account tool.
  • Transaction History — Fetch a list of actions associated with an account via get_account_actions or inspect specific transactions with get_action.
  • Block Exploration — Query detailed block data by height or hash using get_block_by_height and get_block_by_hash.
  • Network Activity — Monitor the pulse of the network with get_recent_actions to see the latest transactions.
  • Token Analysis — Get metadata for XRC20/XRC721 tokens and list their holders using get_token and get_token_holders.

How it works

  1. Subscribe to this server
  2. (Optional) Enter your IoTeX API Key for higher rate limits
  3. Start querying the IoTeX network from Claude, Cursor, or any MCP-compatible client

No more manual searching through web explorers. Your AI acts as a blockchain analyst, providing instant data on addresses, blocks, and tokens.

Who is this for?

  • Web3 Developers — quickly verify transaction statuses and account balances without leaving the code editor.
  • Data Analysts — extract block and token holder data for research and reporting.
  • Crypto Enthusiasts — monitor network activity and token metadata through simple chat commands.
iotexblock-explorerweb3crypto-datablockchain-api

8 tools expose this connector's capabilities to your AI agent.

get_account_actions

Get Account Transactions

get_account

Get Account Details

get_action

Get Action by Hash

get_block_by_hash

Get Block by Hash

get_block_by_height

Get Block by Height

get_recent_actions

Get Recent Actions

get_token_holders

Get Token Holders

get_token

Get Token Details

See how to talk to your AI agent using IoTeX (IoTeX Block Explorer API).

Get account details and balance for IoTeX address io1prv56hmvfm08z6p6v6v6v6v6v6v6v6v6v6v6v6.

I've retrieved the details for account io1prv... The current balance is 1,250 IOTX with a nonce of 42. Would you like to see the recent transaction history for this address?

Show me the most recent actions on the IoTeX network.

Fetching recent network activity... I found the latest actions including several transfers and contract executions. The most recent was a transfer of 500 IOTX at block height 31054201.

What are the details for the token at contract address io1hp6y4...?

Analyzing token metadata... This contract corresponds to the 'MachineFi' token (MFI). It has a total supply of 1,000,000,000 and 18 decimals. Should I list the current top holders?

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.

Related Connectors