Cloud MCPmcp
mcp
3 MCP tools on the Hanzo cloud door that call the mcp API.
The 3 tools tools/list names for mcp. Each dispatches to an operation in the mcp API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_mcp_servers_id | DELETE /v1/mcp/servers/{id} | 1 | id | DeleteServer deregisters one of the caller org's external MCP servers, so its tools leave the… |
get_v1_mcp_servers | GET /v1/mcp/servers | 0 | — | ListServers lists the external MCP servers the caller's org has registered. |
post_v1_mcp_servers | POST /v1/mcp/servers | 5 | — | CreateServer gives the caller's org one more external MCP server, so its tools join the org's tool… |
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?