Hanzo
Cloud MCPclusters

clusters

6 MCP tools on the Hanzo cloud door that call the clusters API.

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

ToolRouteArgumentsRequiredDescription
attachClusterPOST /v1/clusters4Attaches a BYO cluster to the caller's org — the kubeconfig is validated, KMS-sealed and added to…
createNodePoolPOST /v1/clusters/{clusterId}/pools8Adds a node pool to one of the caller org's clusters and answers 201 with the created pool.
deleteNodePoolDELETE /v1/clusters/{clusterId}/pools/{poolId}3clusterId, poolIdRemoves a node pool from one of the caller org's clusters.
detachClusterDELETE /v1/clusters/{id}1idRemoves a BYO cluster from the caller org's fleet.
listClustersGET /v1/clusters0Returns the caller org's clusters from both sources: the managed clusters projected from Visor's…
scaleNodePoolPOST /v1/clusters/{clusterId}/pools/{poolId}/scale4Resizes a node pool to an absolute node count and returns the pool as Visor reports it after the…

All 755 tools · The door

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?