cardano-mcp-balances
Installation
SKILL.md
cardano-mcp-balances
Query wallet balances, addresses, and UTxOs through a configured cardano MCP server. Read-only — no signing, no submission.
When to use
- User asks about wallet balance, ADA holdings, or native token amounts.
- User asks for their wallet address(es).
- User asks about UTxOs or wants to inspect unspent outputs.
- A configured
cardanoMCP server is available.
When NOT to use
- No
cardanoMCP server is configured — fall back tokoios-agent-walletorcardano-cli-wallets. - User needs testnet data — current integration assumes mainnet unless testnet support is explicitly validated.
- User needs to build or submit transactions — see
cardano-mcp-transactionsor builder skills.