cardano-mcp-transactions
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).
Operating rules (MUST follow — no exceptions)
More from flux-point-studios/cardano-agent-skills
aiken-smart-contracts
Aiken workflows: validators, building, blueprints, .plutus generation. Safe guidance for smart contract development.
42cardano-protocol-params
Protocol parameters: fetch pparams, understand fees, min-UTxO, execution budgets. Read-only diagnostics.
36cardano-cli-plutus-scripts
Plutus script guidance: datums, redeemers, collateral, reference scripts. Templates only—use operator to execute.
36plutus-v3-conway
Plutus V3 under Conway: unified context, governance scripts, V2→V3 migration. Conceptual and practical guidance.
35cardano-cli-wallets
Wallet guidance: key generation, address building, UTxO queries. Provides templates and explanations (no execution).
35cardano-cli-transactions
Transaction guidance: build, sign, submit patterns. Provides templates (no execution). Use operator skill to execute.
34