IndigoProtocol/cardano-mcp
MCP server for Cardano blockchain data — exposes on-chain queries, address lookups, transaction history, token metadata, stake pool info, and network parameters to LLM agents.
README
<p align="center"> <img src="https://cdn.simpleicons.org/cardano/0033AD" width="80" /> </p> <h1 align="center">Cardano MCP Server</h1>
A Model Context Protocol (MCP) server for interacting with the Cardano blockchain from AI agents and automation systems.
This server exposes wallet-aware tools for:
- Submitting transactions
- Fetching addresses
- Reading UTxOs
- Fetching balances
- Resolving ADAHandles
- Checking stake delegation
<a href="https://glama.ai/mcp/servers/IndigoProtocol/indigo-protocolcardano-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/IndigoProtocol/indigo-protocolcardano-mcp/badge" alt="IndigoProtocol/cardano-mcp MCP server" /> </a>
Secrets
- Copy the
.env.examplefile to a new file.env - Specify your seed-phrase (
SEED_PHRASE). Your seed-phrase is NEVER exposed to LLMs, and is only used for local wallet connection. - Configure the wallet connection details. Specify a Blockfrost Project ID (https://blockfrost.io/), or a Kupo & Ogmios URL.
Docker Installation
Build the container
docker build -t cardano-mcp .
Run with your secrets
docker run -p 8000:8000 \
-e PORT=8000 \
-e SEED_PHRASE="lizard,llama,frog..." \
-e BLOCKFROST_PROJECT_ID="your_blockfrost_key" \
cardano-mcp
Manual Installation
Clone this repository
git clone https://github.com/IndigoProtocol/cardano-mcp.git
Install dependencies
cd cardano-mcp
npm install
Build & Run
npm run dev
- or -
npm run build
npm run start
Connecting
The URL for the Cardano MCP server will be hosted at http://localhost:8000/mcp
Claude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"cardano": {
"command": "node",
"args": ["/path/to/cardano-mcp/dist/index.js"],
"env": {
"SEED_PHRASE": "lizard,llama,frog..."
"BLOCKFROST_PROJECT_ID": "mainnet123..."
}
}
}
}
Disclaimer
By using this Cardano MCP Server and all related tools and technology ("MPC"), you acknowledge and agree that (i) your use of decentralized finance, including MPC and/or AI agents that you empower to manage your digital assets, involves various significant financial risks, including but not limited to, the risk of financial loss caused by MPC design or instructions, impermanent loss, and changes in digital asset prices; and (ii) that you are solely responsible for all MPC actions and transactions, and for securing your seed phrase, private keys, and environment configuration.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.