CardanoScan (Cardano Block Explorer API)

CardanoScan (Cardano Block Explorer API) MCP Connector for Claude

F

Access real-time Cardano blockchain data — query addresses, transactions, blocks, and stake pools directly from your AI agent.

12 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the CardanoScan API to explore the Cardano blockchain with natural language. This server provides comprehensive access to on-chain data, from simple address balances to complex transaction UTXOs and network-wide epoch metrics.

What you can do

  • Address Insights — Retrieve detailed information for any Cardano address, including ADA balances and transaction history.
  • Transaction Deep-Dives — Inspect specific transaction hashes and analyze their inputs and outputs (UTXOs) for precise tracking.
  • Network Monitoring — Stay updated with the latest blocks, block heights, and current epoch details in real-time.
  • Stake Pool Exploration — List all registered stake pools or fetch specific metadata for a target pool ID.
  • Native Asset Tracking — Query information about native assets and monitor their transaction activity across the network.

How it works

  1. Subscribe to this server
  2. Enter your CardanoScan API Key
  3. Start exploring the Cardano ecosystem from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Blockchain Developers — Quickly verify transaction statuses and UTXO data without leaving the code editor.
  • Crypto Analysts — Monitor network health, epoch transitions, and large address movements through conversation.
  • Stake Pool Delegators — Check pool performance and metadata to make informed staking decisions.
cardanoblock-explorercrypto-apiblockchain-datasmart-contracts

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

get_address

Get detailed information about a specific Cardano address

get_asset

Get information about a specific native asset

get_block

Get information about a specific block by its hash or number

get_epoch

Get information about a specific epoch

get_latest_blocks

Get a list of the most recent blocks added to the blockchain

get_latest_epoch

Get details about the current/latest epoch

get_pool

Get information about a specific stake pool

get_transaction

Get comprehensive details for a specific transaction hash

get_transaction_utxos

Get the inputs and outputs (UTXOs) for a specific transaction

list_address_transactions

Get a list of transactions associated with a specific address

list_asset_transactions

Get transactions involving a specific native asset

list_pools

Get a paginated list of all registered stake pools

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

Get the balance and transaction count for address addr1q8...

I've retrieved the details for that address. It currently holds 1,250 ADA and has been involved in 42 transactions. Would you like to see the most recent transactions?

Show me the latest blocks added to the Cardano blockchain.

Fetching the latest blocks... I found the most recent entries, including block height 10,452,120 produced by pool 'TICKER'. Each block contains detailed timestamps and transaction counts.

List the registered stake pools on Cardano.

I've compiled a list of registered stake pools. Notable pools currently active include 'IOG1', 'POOL2', and 'ADA3'. Would you like the specific metadata for any of these?

Yes. Use the `get_transaction_utxos` tool with the transaction hash. It will return the detailed list of all UTXO inputs and outputs associated with that specific record.

Related Connectors