Gnosisscan (Gnosis Chain Explorer)

Gnosisscan (Gnosis Chain Explorer) MCP Connector for Claude

A+

Access Gnosis Chain data directly—query account balances, transaction history, and smart contract details via Gnosisscan.

26 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the Gnosis Chain through the Gnosisscan API. This server allows you to inspect the blockchain, track xDAI balances, and analyze transaction flows without leaving your chat interface.

What you can do

  • Account Auditing — Retrieve xDAI balances for single or multiple addresses instantly.
  • Transaction History — List normal and internal transactions, including paginated results and block ranges.
  • Token Tracking — Monitor ERC20 and ERC721 (NFT) transfer events for any specific address or contract.
  • Smart Contract Insights — Fetch verified Contract ABIs and Source Code for deep technical analysis.
  • Network Stats — Get real-time data on block rewards, gas prices, and GNO price metrics.

How it works

  1. Subscribe to this server
  2. Enter your Gnosisscan API Key
  3. Start querying blockchain data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — quickly fetch ABIs or check transaction receipts without switching to a browser.
  • Data Analysts — aggregate balance data and token movements across multiple Gnosis Chain addresses.
  • DeFi Users — track personal portfolio movements and internal contract interactions through natural language.
gnosis-chainblock-explorerxdaismart-contractsweb3

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

get_account_balance_multi

Get xDAI Balance for Multiple Addresses

get_account_balance

Get xDAI Balance for a Single Address

get_account_minedblocks

Get a List of Blocks Validated by Address

get_account_tokennfttx

Get a List of ERC721 Token Transfer Events by Address

get_account_tokentx

Get a List of ERC20 Token Transfer Events by Address

get_account_txlist_internal

Get a List of Internal Transactions by Address

get_account_txlist

Get a List of Normal Transactions By Address

get_block_bytime

Get Block Number by Timestamp

get_block_countdown

Get Estimated Block Countdown Time by BlockNo

get_block_reward

Get Block Rewards by BlockNo

get_contract_abi

Get Contract ABI for Verified Source Codes

get_contract_sourcecode

Get Contract Source Code for Verified Source Codes

get_logs

Get Event Logs

get_stats_ethsupply

Get Total Supply of xDAI on Gnosis Chain

get_stats_gnoprice

Get Last Price of Gnosis (GNO) and xDAI

get_tx_receiptstatus

Check Transaction Receipt Status

get_tx_status

Check Contract Execution Status

proxy_blocknumber

eth_blockNumber Proxy

proxy_call

eth_call Proxy

proxy_estimategas

eth_estimateGas Proxy

proxy_gasprice

eth_gasPrice Proxy

proxy_getblockbynumber

eth_getBlockByNumber Proxy

proxy_getcode

eth_getCode Proxy

proxy_getstorageat

eth_getStorageAt Proxy

proxy_gettransactionbyhash

eth_getTransactionByHash Proxy

proxy_gettransactionreceipt

eth_getTransactionReceipt Proxy

See how to talk to your AI agent using Gnosisscan (Gnosis Chain Explorer).

What is the xDAI balance of address 0x0000000000000000000000000000000000000000?

I've checked the balance for that address. It currently holds 0.00 xDAI on the Gnosis Chain.

List the last 5 normal transactions for address 0x123...456.

Fetching transaction history... I found the most recent transactions for that address, including a transfer of 10 xDAI and several contract interactions. Would you like details on a specific hash?

Get the ABI for the contract at 0x789...012.

I have retrieved the ABI for the requested contract. It includes functions like `transfer`, `balanceOf`, and `approve`. I can now help you format calls to this contract.

Yes! Use the `get_account_balance_multi` tool and provide a comma-separated list of addresses to get all balances in a single request.

Related Connectors