Odel
cardano mcp

cardano mcp

Local
@indigoprotocol4TypeScriptMITUpdated 4mo ago

Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@indigoprotocol/cardano-mcpv1.0.2

Run

npx -y @indigoprotocol/cardano-mcp

MCP client config

{
  "mcpServers": {
    "cardano-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@indigoprotocol/cardano-mcp"
      ]
    }
  }
}