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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_wallets | GET /v1/wallets | 3 | Returns the caller org's wallets, newest first, optionally NARROWED within the org by project, agent |
get_v1_wallets_accounts | GET /v1/wallets/accounts | 0 | Returns the caller org's wallet accounts, newest first. |
get_v1_wallets_id | GET /v1/wallets/{id} | 0 | Returns one of the caller org's wallets: its scope, custody kind, tier, chain and on-chain address. |
post_v1_wallets | POST /v1/wallets | 6 | Provisions a new signing identity under one of the caller org's accounts and answers the stored wall |
post_v1_wallets_accounts | POST /v1/wallets/accounts | 1 | Opens a named wallet account for the caller's org. |
post_v1_wallets_id_keys | POST /v1/wallets/{id}/keys | 0 | Rolls one wallet's signing material through its own custody backend and answers the wallet with what |
post_v1_wallets_id_sign | POST /v1/wallets/{id}/sign | 2 | Produces a secp256k1 signature from one of the caller org's wallets over a 32-byte digest, through w |
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?