Cloud MCPkeys
keys
3 MCP tools on the Hanzo cloud door that call the keys API.
The 3 tools tools/list names for keys. Each dispatches to an operation in the keys API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_keys | DELETE /v1/keys | 1 | — | RevokeKey revokes the caller's own API key of the requested class. |
get_v1_keys | GET /v1/keys | 0 | — | GetKey returns the caller's own API keys — every type they hold, read AUTHORITATIVELY from IAM… |
post_v1_keys | POST /v1/keys | 1 | — | MintKey creates — or rotates — the caller's API key of the requested type and returns it ONCE. |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).
How is this guide?