cardano-mcp-balances

Retrieve Cardano wallet balances, addresses, and UTxOs via MCP server.

8|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Flux-Point-Studios/cardano-agent-skills --skill cardano-mcp-balances
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cardano-mcp-balances
Source: https://github.com/Flux-Point-Studios/cardano-agent-skills/tree/main/skills/cardano-mcp-balances
Command: npx skills add https://github.com/Flux-Point-Studios/cardano-agent-skills --skill cardano-mcp-balances

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to easily check their Cardano wallet's ADA and native token balances, associated addresses, and unspent transaction outputs (UTxOs) without needing direct CLI interaction, provided a Cardano MCP server is configured.

Core Features & Use Cases

  • Read-only Wallet State: Retrieves balances, addresses, and UTxOs.
  • MCP Integration: Leverages a configured Cardano MCP server for data.
  • Use Case: A user wants to know their current ADA balance and see a list of all native tokens they hold.

Quick Start

Check my wallet balances and addresses using the cardano MCP server.

Frequently Asked Questions about cardano-mcp-balances

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Cardano wallet balances and UTxOs without using the CLI?

You can check Cardano wallet balances and UTxOs without CLI interaction by using an MCP server connection that queries read-only wallet state, including ADA and native token amounts.

Can I retrieve native token balances and derived addresses from a Cardano wallet via MCP?

Yes, retrieving native token balances and listing derived addresses from a Cardano wallet is supported through a configured MCP server that provides read-only wallet state data.

Do I need a Cardano MCP server to inspect unspent transaction outputs?

Yes, a functional Cardano MCP server connection is required to inspect unspent transaction outputs, as the Skill operates by querying wallet state through that configured server.

What is the best way to query read-only ADA amounts and associated wallet addresses?

The best way to query read-only ADA amounts and associated addresses is to leverage an MCP integration that retrieves wallet state data without requiring direct command line interaction.

Are there limitations when querying Cardano wallet state through an MCP integration?

The primary limitation is that querying Cardano wallet state through an MCP integration is strictly read-only, and the entire operation fails without a functional Cardano MCP server connection.