This MCP server allows interaction with the Cardano blockchain from AI agents and automation systems via the Model Context Protocol.
From the registry: Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation
Please install the `cardano-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get a Blockfrost Project ID** — Sign up at blockfrost.io and create a Cardano project (https://blockfrost.io/)
- **Have a Cardano wallet seed phrase** — Comma-separated mnemonic seed phrase (stored locally, never exposed to LLMs)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@indigoprotocol/cardano-mcp"]
- required environment variables:
- `SEED_PHRASE`: Wallet seed phrase (comma-separated words). Never exposed to LLMs (example: `<your-seed-phrase-comma-separated>`)
- `BLOCKFROST_PROJECT_ID`: Blockfrost API key (required unless KUPO_URL + OGMIOS_URL are both set) (example: `<your-blockfrost-project-id>`)
- optional environment variables:
- `KUPO_URL`: Kupo endpoint URL (alternative to Blockfrost) (example: `<your-kupo-url>`)
- `OGMIOS_URL`: Ogmios endpoint URL (alternative to Blockfrost) (example: `<your-ogmios-url>`)
- `PORT`: HTTP server port (example: `8000`)
Note: 6 wallet tools for Cardano blockchain. Use `npx @indigoprotocol/cardano-mcp setup` for interactive configuration.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SEED_PHRASErequiredYour wallet seed phrase (comma-separated). Never exposed to LLMs.BLOCKFROST_PROJECT_IDrequiredBlockfrost API key from blockfrost.ioSEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)