# Cardano Mcp Identity

> Retrieve ADAHandle identities ($handle) for the connected wallet via cardano MCP. Read-only.

- **Type:** Skill
- **Install:** `agentstack add skill-flux-point-studios-cardano-agent-skills-cardano-mcp-identity`
- **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-identity

## Install

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

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

## About

# cardano-mcp-identity

Look up ADAHandle ($handle) identities associated with the connected wallet through a configured `cardano` MCP server. Read-only.

## When to use

- User asks about their ADAHandle(s), $handle names, or human-readable wallet identifiers.
- User wants to know which handles they own.
- A configured `cardano` MCP server is available.

## When NOT to use

- No `cardano` MCP server is configured — ADAHandles can be queried manually via policy ID lookup with Koios or Blockfrost.
- User needs testnet data — current integration assumes mainnet unless testnet support is explicitly validated.
- User wants to register or transfer a handle — this skill is read-only.

## Operating rules

1. **Detect MCP first.** If `get_adahandles` is not available, explain that ADAHandles can be queried by checking for tokens under policy `f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a` using Koios or Blockfrost.
2. **Never ask for seed phrases or keys.**
3. **Display with `$` prefix.** The MCP tool returns handle names without the `$` prefix. Add it when displaying to the user (e.g., `$alice`).
4. **Network assumption.** Current integration assumes mainnet unless testnet support is explicitly validated.

## MCP tool

### `get_adahandles`

All ADAHandle identifiers for the connected wallet.

- **Input:** none
- **Output:** `{ adaHandles: string[] }` — decoded handle names without `$` prefix
- Policy ID used: `f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a`
- Hex names are decoded; the `000de140` CIP-68 prefix is stripped automatically

## Example output

```
ADAHandles owned by this wallet:
  $alice
  $alice.dev
```

## References

- `shared/mcp-provider.md`
- ADAHandle: https://handle.me/
- 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-identity
- 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%.
