CardanoScan MCP. Query addresses and transactions directly from your agent.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
CardanoScan (Cardano Block Explorer API) provides direct, natural language access to the Cardano blockchain. Your AI agent queries everything from specific address balances and transaction histories to network-wide epoch metrics and stake pool metadata.
Need to trace a UTXO or check the latest block height? This server handles it all.
What your AI agents can do
Get address
Gets detailed info about a specific Cardano address.
Get asset
Gets information about a specific native asset on the network.
Get block
Gets data for a specific block using its hash or number.
The agent retrieves the current balance and full list of transactions for any given Cardano address using get_address.
You inspect a transaction hash to see its complete inputs and outputs (UTXOs) using get_transaction_utxos.
The agent pulls the latest block data, epoch details, and list of registered stake pools to gauge current network health.
You query the network for details on a native asset or list all transactions involving that specific asset using get_asset and list_asset_transactions.
The agent fetches the most recent blocks added to the chain or lists all transactions associated with a specific address using get_latest_blocks and list_address_transactions.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
019e5d05get address
Gets detailed info about a specific Cardano address.
019e5d05get asset
Gets information about a specific native asset on the network.
019e5d05get block
Gets data for a specific block using its hash or number.
019e5d05get epoch
Gets details about a specific epoch time period.
019e5d05get latest blocks
Retrieves a list of the most recent blocks added to the blockchain.
019e5d05get latest epoch
Gets the current or latest epoch details for the network.
019e5d05get pool
Gets specific information about a single Cardano stake pool ID.
019e5d05get transaction
Gets full details for a specific transaction hash.
019e5d05get transaction utxos
Gets the inputs and outputs (UTXOs) for a specific transaction hash.
019e5d05list address transactions
Gets a list of transactions linked to a specific address.
019e5d05list asset transactions
Gets transactions that involved a specific native asset.
019e5d05list pools
Gets a paginated list of all registered stake pools.
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
Make Your AI Do More
Start with CardanoScan (Cardano Block Explorer API), then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ 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
What you can do with this MCP connector
CardanoScan API lets your AI agent talk directly to the Cardano blockchain. You can pull data on anything—from a simple address balance to complex network metrics. Your agent uses this server to check out everything on the chain. get_address pulls detailed info for any Cardano address, giving you its current balance and its whole transaction history.
To see what went into or came out of a specific transfer, use get_transaction_utxos to inspect a transaction hash's complete inputs and outputs (UTXOs). You can get the full rundown on a specific transfer with get_transaction using its hash. When you need to know the latest stuff happening on the network, get_latest_blocks retrieves a list of the most recent blocks added to the blockchain, and get_latest_epoch gets the current epoch details.
If you wanna check out how the network's staked pools are doing, list_pools grabs a paginated list of all registered stake pools, and get_pool lets you get specific info about a single stake pool ID. You can follow an asset's trail with get_asset, which gets info on a specific native asset.
Want to see all transactions involving that asset? list_asset_transactions tracks those down. For tracking an address's full history, list_address_transactions lists all transactions tied to a specific address. You can also look at blocks with get_block using its hash or number, or check out epoch details with get_epoch for a specific time period.
For any transfer, list_address_transactions lists all transactions linked to a specific address. If you're trying to figure out everything related to a specific asset, list_asset_transactions finds those transfers. get_transaction_utxos shows the inputs and outputs for a specific transaction hash. get_address gives you the current balance and full transaction history for an address. get_latest_blocks fetches the most recent blocks. get_latest_epoch gives the latest epoch details. list_pools lists all stake pools. get_pool gets info on one pool. get_asset gets details on a native asset. list_asset_transactions lists asset transfers. list_address_transactions lists address transfers. get_block retrieves data for a specific block. get_epoch gets details for a specific epoch.
These tools give your agent deep, direct access to every piece of Cardano blockchain data.**
How CardanoScan MCP Works
- 1 First, subscribe to the server and enter your CardanoScan API Key.
- 2 Next, tell your AI agent what data you need (e.g., 'What are the UTXOs for this hash?').
- 3 The agent translates that request into the necessary tool calls, executes them, and returns the structured blockchain data.
The bottom line is you get structured, real-time blockchain data directly into your AI client, no need to navigate a separate block explorer website.
Who Is CardanoScan MCP For?
The crypto analyst who needs to track fund movements across multiple addresses without opening a web browser. The blockchain developer who needs to verify UTXO structures directly in their code editor. Or the risk manager needing to monitor network health and stake pool performance on demand.
Monitors network health, checks epoch transitions, and tracks large address movements by asking the agent questions about the current state.
Verifies transaction statuses and UTXO data without leaving the code editor by calling specific tools like get_transaction_utxos.
Automates status checks, ensuring that services relying on blockchain data can pull the latest blocks or check address balances via API calls.
What Changes When You Connect
- See the full transaction history for any address. Use
list_address_transactionsto pull every recorded movement linked to a specific wallet, eliminating manual dashboard browsing. - Inspect the raw components of any transaction.
get_transaction_utxoslets you see exactly which inputs and outputs powered a transaction, which is critical for deep forensics. - Keep up with network status instantly. Call
get_latest_blocksorget_latest_epochto check block heights and epoch transitions without leaving your current workflow. - Track specific digital assets. Use
get_assetandlist_asset_transactionsto monitor the activity of a native asset across the entire Cardano network. - Manage staking insights. Use
list_poolsandget_poolto pull metadata on registered stake pools, helping you make informed staking decisions.
Real-World Use Cases
Tracing a Specific Fund Movement
A user needs to know where a fund went. They ask their agent to run get_address and then list_address_transactions. The agent traces the initial transfer, uses get_transaction on the hash, and finally runs get_transaction_utxos to pinpoint the exact source and destination components.
Checking Network Health
A developer needs to know if the network is caught up. They ask the agent to check the latest data using get_latest_blocks and get_latest_epoch. The agent confirms the current block height and epoch details, allowing the developer to proceed with confidence.
Investigating Asset Spikes
A crypto analyst notices an unusual spike in a specific token. They tell the agent to run get_asset to confirm the asset's metadata, followed by list_asset_transactions to see every transaction involving that token.
Auditing Stake Pool Performance
A delegator wants to compare pools. They run list_pools to get a list of all registered pools, then use get_pool on specific IDs to compare metadata and performance metrics.
The Tradeoffs
Manual Web Explorer Deep Dives
Having to visit the CardanoScan website, paste an address, click 'Transactions,' then click on a transaction hash, and finally manually expanding the UTXO view to reconstruct data.
→
Ask your agent to run get_address first. Then, if needed, ask for transaction details using get_transaction or get_transaction_utxos. The agent handles the multi-step retrieval in a single interaction.
Assuming Single-Call History
Calling only list_address_transactions and assuming it contains the deep UTXO details. It only provides a list, not the component breakdown needed for deep analysis.
→
Always combine list_address_transactions with get_transaction_utxos. Use the transaction hash from the list call to feed into the UTXO tool. This gets you the full component breakdown.
Missing Network Context
Running a query that assumes the current block height or epoch details are up to date, leading to stale or incomplete data.
→
Start by running get_latest_blocks and get_latest_epoch. This verifies the network context before you pull any specific address or transaction data.
When It Fits, When It Doesn't
Use this if you need to trace complex, interconnected data points on the Cardano blockchain. You need to move beyond simple balance checks and actually reconstruct the flow of funds or verify asset ownership. Use it when you need to stitch together data from multiple sources—for example, finding a specific asset's movement (list_asset_transactions) and then cross-referencing that movement with the block details (get_block).
Don't use this if you just need a quick, single number, like a simple API key validation or a basic coin count. For those simple tasks, a dedicated, single-purpose API might suffice. However, because of the depth of the data available, this server is usually the best choice, as it handles the full lifecycle of the data.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CardanoScan. 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
Works with 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 server provides 12 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Manually tracking a transaction's full path is a nightmare.
Today, tracing a transaction means opening the block explorer, pasting the hash, and then clicking through several layers of details: the list of inputs, the list of outputs, and the actual UTXO details for each. You spend minutes just clicking to see if the data is even complete.
With the CardanoScan MCP Server, you just tell your agent: 'Show me the UTXOs for this transaction.' The agent runs `get_transaction_utxos` and gives you the structured data right away. It's instant and actionable.
CardanoScan (Cardano Block Explorer API) MCP Server: Get full address details.
Before this, getting a full view of an address meant juggling a separate balance check, then running a separate transaction list query. You'd end up with two separate data dumps you had to manually reconcile.
Now, your agent uses `get_address` to pull everything—the current balance, the transaction count, and the history—in one go. It's a single, clean data payload.
Common Questions About CardanoScan MCP
How do I use the `list_address_transactions` tool? +
You pass the target Cardano address to list_address_transactions. This returns a list of transaction hashes associated with that address, which you can then feed into get_transaction for full details.
Can I check the latest block details with `get_latest_blocks`? +
Yes. get_latest_blocks fetches a list of recent blocks. If you need details on a specific block, use get_block and provide the block hash or number.
What is the purpose of `get_transaction_utxos`? +
This tool breaks down a transaction hash into its fundamental components: the UTXOs (Unspent Transaction Outputs). It shows exactly what was spent and what was received.
How do I monitor native assets using `get_asset`? +
Use get_asset to pull metadata for the specific native asset ID. Then, run list_asset_transactions to track all transactions that have involved that asset.
Is `get_address` the best way to check a balance? +
Yes. get_address provides the most comprehensive view, giving you the balance alongside the full transaction count and history, making it better than just a simple balance check.
How do I check the current network status using `get_latest_epoch`? +
It provides details about the network's current epoch. This tool tells you the current block height and epoch number, which is crucial for tracking network progression and consensus milestones.
What is the difference between `get_address` and `list_address_transactions`? +
get_address gives you a summary, including the current balance. Use list_address_transactions when you need a detailed, chronological list of every transaction associated with that address.
Do I need to use `get_pool` to find all stake pools, or is there a better tool? +
You must use list_pools to get a comprehensive, paginated list of all registered stake pools. get_pool only retrieves specific metadata for a pool ID you already know.
Can I see the specific inputs and outputs of a transaction hash? +
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.
How do I check the current progress of the Cardano network epoch? +
You can use the get_latest_epoch tool to retrieve details about the current epoch, or get_epoch for a specific epoch number to see its timing and block count.
Is it possible to find information about a specific native asset or token? +
Absolutely. Use the get_asset tool with the Asset ID (Policy ID + Asset Name) to fetch its metadata, supply, and other on-chain characteristics.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
JWT Decoder & Verifier
Decode and mathematically verify JWT tokens local. Ensure API authentication tokens are cryptographically authentic and not expired.
Fuzzy Match Search
Perform lightning-fast fuzzy string matching across large datasets. Find the closest matches instantly using Levenshtein distance.
Lambda Labs (GPU Cloud)
Manage AI infrastructure via Lambda Labs — launch GPU instances, monitor ML workloads, and manage SSH keys.
You might also like
Calibre-Web
Browse and manage your Calibre-Web library via OPDS and Kobo sync — access catalogs, specific shelves, and device metadata directly.
FOIA.gov (Freedom of Information)
Access US government FOIA data — list agency components, retrieve request forms, and fetch annual reports directly from FOIA.gov.
NCDC Climate Data Online
Access authoritative historical weather and climate data via NCDC — track datasets, stations, and climate records directly from your AI agent.