# CardanoScan MCP for AI Agents AI Agent Connect

> CardanoScan (Cardano Block Explorer API) gives your AI agent direct access to the Cardano blockchain. Instead of digging through complex explorer websites, you can ask your agent to pull specific address balances, look up transaction UTXOs, or monitor network epochs in real-time. It handles the heavy lifting of querying on-chain data so you can focus on analyzing the numbers.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GHriSau2zSQPHbHrqw1WxZcISqLnZk6L30oOPCRW/ai-agent-connect
- **Tags:** cardano, block-explorer, crypto-api, blockchain-data, smart-contracts

## Description

When you're working with the Cardano ecosystem, getting precise on-chain data usually means jumping between different explorer tabs and manually filtering through lists of hashes and addresses. This Connector changes that by letting your AI agent do the digging for you. You can ask about a specific address balance, pull a history of transactions, or check the details of a specific stake pool without ever leaving your workspace. It's built for people who need to see what's happening on the network right now, whether you're tracking a large movement of funds or checking the health of a specific epoch. By connecting this to your setup through the Vinkius catalog, you turn your AI into a specialized crypto research assistant. It handles the technical requests for UTXOs and native asset activity, providing you with clean data you can actually use to make decisions. It's about moving from manual searching to instant answers. Instead of copy-pasting numbers from a website, you just describe the data you need in plain English. Your agent handles the heavy lifting of querying the blockchain and presents the results in a way that makes sense for your specific task. Whether you're auditing a wallet or monitoring a new stake pool, you get the info you need without the friction of navigating complex explorer UIs.

## Tools

### get_block
Get details for a specific block using its hash or number. It's useful for verifying network height.

### get_epoch
Fetch information about a specific blockchain epoch. Use this to check period-specific metrics.

### get_latest_blocks
Pull a list of the most recent blocks. This helps you monitor active network activity.

### get_latest_epoch
Get details on the current epoch. It's the quickest way to see the latest network status.

### list_pools
Get a paginated list of all registered stake pools. Use this to browse the entire staking ecosystem.

### get_address
Retrieve information for a specific Cardano address. It's the primary way to check balances.

### get_asset
Get info on a specific native asset. This helps you track non-ADA tokens.

### get_pool
Fetch data for a specific stake pool. This lets you see pool details in one go.

### get_transaction
Get full details for a specific transaction hash. Use this to see the complete history of a move.

### list_address_transactions
Get a list of all transactions for a specific address. Use this to audit a wallet's history.

### list_asset_transactions
Pull transactions involving a specific native asset. This helps track asset-specific movements.

### get_transaction_utxos
Fetch the inputs and outputs for a transaction. It's essential for deep-diving into UTXO data.

## Prompt Examples

**Prompt:** 
```
Get the balance and transaction count for address addr1q8...
```

**Response:** 
```
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?
```

**Prompt:** 
```
Show me the latest blocks added to the Cardano blockchain.
```

**Response:** 
```
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.
```

**Prompt:** 
```
List the registered stake pools on Cardano.
```

**Response:** 
```
I've compiled a list of registered stake pools. Notable pools currently active include:

* **IOG1**
* **POOL2**
* **ADA3**

Would you like the specific metadata for any of these?
```

## Capabilities

### Pull specific address balances
Get the current ADA balance and history for any Cardano address.

### Inspect transaction UTXOs
Look into the specific inputs and outputs of a transaction hash.

### Monitor real-time block heights
Check the latest blocks and network height as they happen.

### Fetch stake pool metadata
Retrieve details for specific stake pools or list all registered pools.

### Track native asset movements
Query transaction activity for specific native assets on the network.

## Use Cases

### Verifying transaction status
A developer needs to confirm a specific move on the blockchain. They ask the agent to use get_transaction to pull the full details.

### Whale movement tracking
An analyst wants to see if a large address has moved funds. They ask the agent to use list_address_transactions to audit the history.

### Stake pool comparison
A delegator wants to see which pools are active. They ask the agent to use list_pools to see the full list of registered pools.

### Native asset monitoring
A researcher wants to see how a specific token is moving. They ask the agent to use list_asset_transactions to see the activity.

## Benefits

- Stop manual searching by using get_address to instantly see balances and history.
- Audit wallets faster with list_address_transactions to see every move an address has made.
- Track native assets more easily using list_asset_transactions to see specific token activity.
- Monitor network health in real-time with get_latest_epoch to stay updated on current metrics.
- Simplify stake pool research by using get_pool to grab specific metadata without clicking through menus.

## How It Works

The bottom line is you get instant, natural language access to Cardano's on-chain data.

1. Subscribe to the CardanoScan MCP on Vinkius.
2. Enter your CardanoScan API Key in your agent configuration.
3. Ask your AI client to check a transaction or list stake pools.

## Frequently Asked Questions

**Can I use CardanoScan MCP to check my ADA balance?**
Yes. You can ask your agent to check the balance of any Cardano address, and it will pull the current ADA amount and transaction history for you.

**Does CardanoScan MCP work for stake pool research?**
It does. You can use it to list all registered stake pools or fetch specific metadata for a single pool to see its performance and details.

**How does CardanoScan MCP help with transaction tracking?**
It allows your agent to pull full details for a specific transaction hash, including the inputs and outputs (UTXOs), so you don't have to hunt for them manually.

**Can CardanoScan MCP monitor the current network epoch?**
Yes. Your agent can pull details about the current or latest epoch to keep you updated on real-time network metrics.

**Is CardanoScan MCP good for tracking native assets?**
Yes. It can query information about specific native assets and monitor their transaction activity across the Cardano network.

**What is the difference between using CardanoScan MCP and a regular explorer?**
A regular explorer requires you to navigate a UI and click through menus. This Connector lets you get the same data using natural language commands through your AI client.

**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.