Hanzo
Cloud MCPk8s

k8s

5 MCP tools on the Hanzo cloud door that call the k8s API.

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

ToolRouteArgumentsDescription
createKubernetesClusterPOST /v1/k8s/clusters4Provisions a DOKS cluster for the caller's org and answers 201.
deleteKubernetesClusterDELETE /v1/k8s/clusters/{id}1Destroys a DOKS cluster by id and answers 204. ADMIN-GATED, like create.
getKubernetesClusterGET /v1/k8s/clusters/{id}1Returns one cluster's detail: node pools + worker nodes.
listKubernetesClustersGET /v1/k8s/clusters0Lists the org's DOKS clusters (Visor, house account) folded with the org's BYO clusters — ONE fleet
listKubernetesNodesGET /v1/k8s/nodes0Returns every DOKS worker node in the org's clusters as a machine — the SAME set the fleet folds in

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?