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.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
createKubernetesCluster | POST /v1/k8s/clusters | 4 | — | Provisions a DOKS cluster for the caller's org and answers 201. |
deleteKubernetesCluster | DELETE /v1/k8s/clusters/{id} | 1 | id | Destroys a DOKS cluster by id and answers 204. ADMIN-GATED, like create. |
getKubernetesCluster | GET /v1/k8s/clusters/{id} | 1 | id | Returns one cluster's detail: node pools + worker nodes. |
listKubernetesClusters | GET /v1/k8s/clusters | 0 | — | Lists the org's DOKS clusters (Visor, house account) folded with the org's BYO clusters — ONE fleet… |
listKubernetesNodes | GET /v1/k8s/nodes | 0 | — | Returns every DOKS worker node in the org's clusters as a machine — the SAME set the fleet folds in… |
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?