Hanzo
Cloud MCPwallets

wallets

7 MCP tools on the Hanzo cloud door that call the wallets API.

The 7 tools tools/list names for wallets. Each dispatches to an operation in the wallets API reference.

ToolRouteArgumentsDescription
get_v1_walletsGET /v1/wallets3Returns the caller org's wallets, newest first, optionally NARROWED within the org by project, agent
get_v1_wallets_accountsGET /v1/wallets/accounts0Returns the caller org's wallet accounts, newest first.
get_v1_wallets_idGET /v1/wallets/{id}0Returns one of the caller org's wallets: its scope, custody kind, tier, chain and on-chain address.
post_v1_walletsPOST /v1/wallets6Provisions a new signing identity under one of the caller org's accounts and answers the stored wall
post_v1_wallets_accountsPOST /v1/wallets/accounts1Opens a named wallet account for the caller's org.
post_v1_wallets_id_keysPOST /v1/wallets/{id}/keys0Rolls one wallet's signing material through its own custody backend and answers the wallet with what
post_v1_wallets_id_signPOST /v1/wallets/{id}/sign2Produces a secp256k1 signature from one of the caller org's wallets over a 32-byte digest, through w

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?