Query staking delegation status and available rewards via cardano MCP. Read-only, no delegation changes.
Query staking delegation status and available ADA rewards through a configured cardano MCP server. Read-only — this skill cannot register, delegate, or withdraw. For staking operations, use cardano-cli-staking or koios-agent-wallet.
cardano MCP server is available.cardano MCP server is configured — use koios-agent-wallet (fetchAccountInfo) or cardano-cli query stake-address-info.cardano-cli-staking / cardano-cli-staking-operator or koios-agent-wallet (MODE=stake).get_stake_delegation is not available, fall back to Koios or CLI.availableAdaRewards already divided by 10^6 — do not divide again.poolId is bech32-encoded (pool1...). Link to a pool explorer (e.g., Cardanoscan) for details.get_stake_delegationStaking pool and available rewards for the connected wallet.
{ poolId: string, availableAdaRewards: number }poolId: bech32 pool ID (pool1...) or empty if not delegatedavailableAdaRewards: available rewards in ADA (already divided by 10^6)=== Staking Status ===
Delegated to: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy (IOHK)
Rewards: 12.45 ₳
shared/mcp-provider.mdcardano-cli-staking (CLI guidance for delegation)koios-agent-wallet (Koios-based staking)