# Cardano Mcp Staking

> Query staking delegation status and available rewards via cardano MCP. Read-only, no delegation changes.

- **Type:** Skill
- **Install:** `agentstack add skill-flux-point-studios-cardano-agent-skills-cardano-mcp-staking`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Flux-Point-Studios](https://agentstack.voostack.com/s/flux-point-studios)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Flux-Point-Studios](https://github.com/Flux-Point-Studios)
- **Source:** https://github.com/Flux-Point-Studios/cardano-agent-skills/tree/main/skills/cardano-mcp-staking

## Install

```sh
agentstack add skill-flux-point-studios-cardano-agent-skills-cardano-mcp-staking
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# cardano-mcp-staking

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`.

## When to use

- User asks which pool they are delegated to.
- User asks about pending staking rewards.
- User wants a quick staking status check.
- A configured `cardano` MCP server is available.

## When NOT to use

- No `cardano` MCP server is configured — use `koios-agent-wallet` (`fetchAccountInfo`) or `cardano-cli query stake-address-info`.
- User wants to delegate, register, or withdraw — use `cardano-cli-staking` / `cardano-cli-staking-operator` or `koios-agent-wallet` (MODE=stake).
- User needs testnet staking info — current integration assumes mainnet unless testnet support is explicitly validated.

## Operating rules

1. **Detect MCP first.** If `get_stake_delegation` is not available, fall back to Koios or CLI.
2. **Never ask for seed phrases or keys.**
3. **Rewards are in ADA.** The MCP tool returns `availableAdaRewards` already divided by 10^6 — do not divide again.
4. **Pool ID is bech32.** The returned `poolId` is bech32-encoded (`pool1...`). Link to a pool explorer (e.g., Cardanoscan) for details.
5. **Network assumption.** Current integration assumes mainnet unless testnet support is explicitly validated.

## MCP tool

### `get_stake_delegation`

Staking pool and available rewards for the connected wallet.

- **Input:** none
- **Output:** `{ poolId: string, availableAdaRewards: number }`
- `poolId`: bech32 pool ID (`pool1...`) or empty if not delegated
- `availableAdaRewards`: available rewards in ADA (already divided by 10^6)

## Example output

```
=== Staking Status ===
Delegated to: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy (IOHK)
Rewards:      12.45 ₳
```

## References

- `shared/mcp-provider.md`
- `cardano-cli-staking` (CLI guidance for delegation)
- `koios-agent-wallet` (Koios-based staking)
- cardano-mcp: https://github.com/IndigoProtocol/cardano-mcp

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Flux-Point-Studios](https://github.com/Flux-Point-Studios)
- **Source:** [Flux-Point-Studios/cardano-agent-skills](https://github.com/Flux-Point-Studios/cardano-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-flux-point-studios-cardano-agent-skills-cardano-mcp-staking
- Seller: https://agentstack.voostack.com/s/flux-point-studios
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
