Vinkius
CardanoScan

CardanoScan MCP for AI. Query the full Cardano blockchain history instantly.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CardanoScan (Cardano Block Explorer API) MCP on Cursor AI Code EditorCardanoScan (Cardano Block Explorer API) MCP on Claude Desktop AppCardanoScan (Cardano Block Explorer API) MCP on OpenAI Agents SDKCardanoScan (Cardano Block Explorer API) MCP on Visual Studio CodeCardanoScan (Cardano Block Explorer API) MCP on GitHub Copilot AI AgentCardanoScan (Cardano Block Explorer API) MCP on Google Gemini AICardanoScan (Cardano Block Explorer API) MCP on Lovable AI DevelopmentCardanoScan (Cardano Block Explorer API) MCP on Mistral AI AgentsCardanoScan (Cardano Block Explorer API) MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

CardanoScan gives your AI client direct access to real-time Cardano blockchain data. You query addresses, transactions, blocks, and stake pools using natural language prompts.

Get detailed insights into UTXOs, monitor network metrics like epoch transitions, and track native assets without leaving your agent environment.

What your AI can do

Get address

Fetches detailed info for a specified Cardano address.

Get asset

Retrieves information about one specific native asset type.

Get block

Gets data for a block using its number or hash.

+ 9 more capabilities included
Get address details

Retrieves detailed information, including current balances and transaction history for a specific Cardano address.

Analyze transactions

Provides comprehensive data on a specific transaction hash, letting you inspect all related inputs and outputs (UTXOs).

Track assets

Gathers information about native assets and monitors their movement across the Cardano network.

Monitor network status

Accesses real-time data on block heights, epoch details, and a list of recently added blocks.

Manage stake pools

Lists all registered stake pools or pulls specific metadata for a target pool ID.

Included with Plan

Waiting for input…

AI Agent

CardanoScan (Cardano Block Explorer API) with 12 Tools

These tools provide granular access to the entire Cardano chain. You can query everything from specific address balances to network-wide epoch metrics.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using CardanoScan (Cardano Block Explorer API) on Vinkius

Get Address

Fetches detailed info for a specified Cardano address.

Get Asset

Retrieves information about one specific native asset type.

Get Block

Gets data for a block using its number or hash.

Get Epoch

Retrieves details about a specific network epoch period.

Get Latest Blocks

Returns a list of the most recent blocks added to the chain.

Get Latest Epoch

Pulls details about the current network epoch period.

Get Pool

Gets specific metadata for a defined stake pool ID.

Get Transaction

Provides full details for a given transaction hash.

Get Transaction Utxos

Lists all inputs and outputs (UTXOs) associated with a specific transaction.

List Address Transactions

Gets a history list of transactions tied to one address.

List Asset Transactions

Retrieves all transactions that involved a specific native asset type.

List Pools

Generates a paginated list of every registered stake pool.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The CardanoScan integration is available immediately — no restart needed.

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
Start building

Make Your AI Do More

Start with CardanoScan (Cardano Block Explorer API), then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ 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
CardanoScan MCP server cover

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

Your data is protected. See how we built it.

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 connection provides 12 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Getting transaction and asset flow requires jumping between three different tabs.

Right now, figuring out what happened to an asset involves opening the block explorer, finding the relevant transaction hash, then going into a separate 'inputs/outputs' view. You might also need to check network-wide data in a third tab just to confirm which epoch that occurred in. It’s tedious copying and pasting across multiple services.

With this MCP, you ask your agent for a specific analysis—say, tracking an asset's movement from one address. The agent handles the sequence: it calls `list_address_transactions` to find candidates, then uses `get_transaction_utxos` on the best match, and finally checks `get_asset` for context. You get the answer immediately.

Using CardanoScan MCP provides deep transaction visibility.

Before this MCP, you had to call several separate endpoints just to map a single transfer: one API for the address balance, another for the asset type, and a third specifically for the UTXOs. This created brittle code that broke easily when data changed.

Now, your agent manages the dependency chain. You ask the question; it executes `get_transaction` and `get_transaction_utxos` in sequence to give you one definitive report. It's reliable.

What your AI can actually do with this

You can connect your AI agent to this MCP to explore the entire Cardano blockchain directly through conversation. Instead of opening a browser and manually navigating multiple data points, you ask for specific details—like an address's full history or the inputs and outputs of a transaction hash—and get the structured data back instantly.

For example, if you need to know exactly what assets moved from Address X in Epoch Y, your agent handles that complex query across several data streams. If you’re building out tooling for internal analysis, Vinkius makes connecting this raw chain data straightforwardly into any compatible client. You'll pull everything from basic ADA balances right up to tracking native asset movements across the entire network.

Built · Hosted · Managed by Vinkius CardanoScan MCP - Explore Cardano Blockchain Data
Server ID 019e5d05-8212-7044-b14c-e2574e81c649
Vinkius Inspector
Compliance Grade F
Score 3.6/100
Vinkius Inspector Badge — Score 3.6/100

Questions you might have

How do I check an address balance with get_address? +

It pulls the current ADA balance and basic activity stats for any Cardano address. Use it when you need a quick, high-level view of account health.

What is the difference between get_transaction and get_transaction_utxos? +

get_transaction gives the overall summary (who sent what to whom). get_transaction_utxos digs deeper, listing every specific input and output used in that transaction.

Can I see all native assets with get_asset? +

No, get_asset requires you to specify the asset type. You must first use tools like list_asset_transactions or a similar method to identify the specific asset ID.

How do I find out about stake pools? +

You start by calling list_pools to get an overview of all registered pools. Then, use get_pool with the pool's specific ID for detailed metadata.

What is required before I can use the get_address tool? +

You must provide your CardanoScan API key. This credential authenticates your request and ensures proper rate limiting. Pass this key to your AI client when calling the tool.

If I need a complete history, how do I use list_address_transactions? +

The tool uses pagination for large result sets. After running it once, you'll examine the response metadata for a cursor or next page identifier to retrieve all associated transactions.

When should I use get_latest_blocks instead of querying a specific block hash? +

Use get_latest_blocks when you need an overview of recent network activity. It fetches the most current batch of blocks, whereas providing a specific block hash targets one fixed data point.

How does knowing the epoch context from get_epoch help me with a block hash from get_block? +

The epoch defines a larger time window for network activity. Knowing the current epoch helps you understand if the specific block you retrieved via get_block is timely or part of an older cycle.

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.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for CardanoScan. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.