cardano-mcp-transactions
Installation
SKILL.md
cardano-mcp-transactions
Sign and submit pre-built unsigned transactions through a configured cardano MCP server. This is a high-risk operation — the MCP server has no server-side approval gate and will sign+submit any CBOR passed to it. Safety depends entirely on the preview-confirm flow defined below.
When to use
- User has a pre-built unsigned transaction (CBOR hex) from a dApp API, MeshTxBuilder, or
cardano-cli transaction build. - User wants to sign and submit that transaction via their MCP-configured wallet.
- A configured
cardanoMCP server is available.
When NOT to use
- User needs to build a transaction — use
cardano-cli-transactions,meshjs-cardano, orkoios-agent-wallet. The MCP server cannot construct transactions. - No
cardanoMCP server is configured — usekoios-agent-wallet(sign-submit mode) orcardano-cli transaction sign+submit. - User needs testnet submission — current integration assumes mainnet unless testnet support is explicitly validated.
- The transaction CBOR cannot be summarized — refuse to submit (see operating rules).