一键导入
iroha-live-network
// Use native Torii MCP on deployed Iroha networks such as Taira and future Nexus endpoints for live account, asset, contract, governance, and transaction workflows.
// Use native Torii MCP on deployed Iroha networks such as Taira and future Nexus endpoints for live account, asset, contract, governance, and transaction workflows.
Build connect_norito_bridge native .so files from Rust source. Use when user says "build native", "build .so", "rebuild native libs", "update native bridge", or "cargo ndk build".
Bring up and use a Mochi-managed local Iroha sandbox plus its local Torii MCP endpoint. Use when Codex needs a reliable local devnet, needs to print or verify the `codex mcp add mochi-local --url ...` command, or should consume the generated `.env.local` and `.mochi/generated/*` bootstrap files for local-only development.
Work against the SORA Minamoto mainnet through its deployed Torii MCP endpoint for live account, asset, alias, contract, governance, Musubi package-registry, and transaction workflows. Use when Codex needs to inspect Minamoto mainnet, verify or add `https://minamoto.sora.org/v1/mcp`, prefer the curated `iroha.*` tool surface, classify Minamoto ingress and chain-health failures correctly, or handle runtime-only signing inputs such as `authority` and `private_key`.
Work against the SORA Taira testnet through its deployed Torii MCP endpoint for live account, asset, alias, contract, governance, Musubi package-registry, and transaction workflows. Use when Codex needs to inspect or mutate the Taira testnet, verify or add `https://taira.sora.org/v1/mcp`, prefer the curated `iroha.*` tool surface, classify Taira ingress and chain-health failures correctly, or handle runtime-only signing inputs such as `authority` and `private_key`.
| name | iroha-live-network |
| description | Use native Torii MCP on deployed Iroha networks such as Taira and future Nexus endpoints for live account, asset, contract, governance, and transaction workflows. |
Use this skill when the user wants to inspect or mutate a live Iroha/Torii network through native MCP.
iroha.* tools. Do not assume the raw torii.* namespace is
available on public deployments.authority, private_key, API tokens, and forwarded auth headers as
runtime-only secrets. Never write them to repo files, docs, or commits.body, prefer the simplest
explicit JSON body that matches the route the user wants to call.iroha.transactions.submit_and_wait.iroha.accounts.getiroha.accounts.queryiroha.aliases.resolveiroha.accounts.assetsiroha.contracts.deployiroha.contracts.instance.createiroha.contracts.instance.activateiroha.contracts.call_and_waitiroha.gov.*iroha.transactions.submit_and_waitiroha.transactions.waitThe built-in plugin MCP preset currently targets the primary public Taira MCP endpoint:
https://taira.sora.org/v1/mcpIf your deployment or operator gives you a different public Torii root for the
environment under test, override it locally. If the chosen public root returns
404, the deployment has not enabled Torii MCP yet.
Future Nexus/Torii endpoints should be added as user-local MCP servers rather than committed to the repo plugin manifest.