Cardano MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from npm. Last commit 29 Apr 2026.
Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cardano-mcp -- npx -y @indigoprotocol/cardano-mcp
{
"mcpServers": {
"cardano-mcp": {
"args": [
"-y",
"@indigoprotocol/cardano-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cardano-mcp]
command = "npx"
args = ["-y", "@indigoprotocol/cardano-mcp"]
{
"mcpServers": {
"cardano-mcp": {
"args": [
"-y",
"@indigoprotocol/cardano-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cardano-mcp": {
"args": [
"-y",
"@indigoprotocol/cardano-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.