Hanzo
Cloud MCPmachines

machines

7 MCP tools on the Hanzo cloud door that call the machines API.

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

ToolRouteArgumentsDescription
bindMachineAgentPUT /v1/machines/{id}/agent3Binds a cloud Agent to one of the caller org's machines: the machine is recorded as running that Age
deleteMachineDELETE /v1/machines/{id}1Terminates one of the caller org's machines.
getMachineGET /v1/machines/{id}1Returns one of the caller org's machines by its org-scoped name.
getMachineAgentGET /v1/machines/{id}/agent1Returns the agent binding of one of the caller org's machines, or 404 when the machine runs no bot r
listMachineAgentsGET /v1/machines/agents0Returns every agent↔machine binding in the caller's org — which machines are running which cloud Age
listMachinesGET /v1/machines0Returns every machine the caller's org has — Visor's registry, the live DigitalOcean droplets and th
unbindMachineAgentDELETE /v1/machines/{id}/agent1Detaches the agent runtime from one of the caller org's machines.

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?