Zetachain Explorer (ZetaChain Block Explorer API)

Zetachain Explorer (ZetaChain Block Explorer API) MCP Connector for Claude

A+

Explore ZetaChain blockchain data — inspect blocks, transactions, addresses, and tokens directly through any AI agent.

17 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the ZetaChain Explorer and gain deep visibility into the ZetaChain network. This MCP server allows your AI agent to query real-time blockchain data, including transaction histories, smart contract details, and token balances.

What you can do

  • Block & Transaction Monitoring — List recent blocks and transactions, or fetch specific details using hashes or numbers.
  • Address Analysis — Retrieve balances, token holdings, and transaction history for any wallet or contract address.
  • Smart Contract & Token Insights — Inspect smart contract code, track token transfers, and list holders for specific assets.
  • Internal Operations — Access internal transactions and event logs for comprehensive debugging and auditing.

How it works

  1. Subscribe to this server
  2. Enter your ZetaChain API Key (optional)
  3. Start querying the blockchain from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — Debug smart contracts and verify transaction logs directly from your IDE.
  • Data Analysts — Extract token holder lists and transaction volumes without manual exports.
  • Crypto Enthusiasts — Monitor wallet balances and network activity through natural conversation.
zetachainblock-explorersmart-contractsweb3crypto-api

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

get_block_transactions

Get transactions in a specific block

get_block

Get block details by hash or number

get_address_internal_transactions

Get internal transactions for an address

get_address_token_balances

Get token balances for an address

get_address_tokens

Get tokens owned by an address

get_address

Get address details

get_address_transactions

Get transactions for an address

get_smart_contract

Get smart contract details and ABI

get_token_holders

Get token holders

get_token

Get token details

get_token_transfers

Get token transfers

get_transaction_internal

g., contract calls) triggered by a specific transaction hash. Get internal transactions for a specific transaction

get_transaction_logs

Get logs for a specific transaction

get_transaction

Get transaction details by hash

list_blocks

List recent blocks on ZetaChain

list_tokens

List tokens on ZetaChain

list_transactions

List recent transactions on ZetaChain

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

List the most recent blocks on ZetaChain.

I've retrieved the latest blocks. The most recent block is #5829102, mined 12 seconds ago with 45 transactions. Would you like to see the transactions for a specific block?

Show me the token balances for address 0x1234...abcd.

For address 0x1234...abcd, I found balances for 3 tokens: 150 ZETA, 0.5 WETH, and 1,200 USDC. Would you like to see the recent transaction history for this address?

Get the event logs for transaction 0xabc123...

I've fetched the logs for transaction 0xabc123... It emitted 2 events: a 'Transfer' event from the USDC contract and a 'Swap' event from the DEX router. Do you need the decoded parameters for these logs?

Yes. Use the `get_transaction_internal` tool with the transaction hash to retrieve all internal contract calls and operations associated with that transaction.

Related Connectors