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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
bindMachineAgent | PUT /v1/machines/{id}/agent | 3 | Binds a cloud Agent to one of the caller org's machines: the machine is recorded as running that Age |
deleteMachine | DELETE /v1/machines/{id} | 1 | Terminates one of the caller org's machines. |
getMachine | GET /v1/machines/{id} | 1 | Returns one of the caller org's machines by its org-scoped name. |
getMachineAgent | GET /v1/machines/{id}/agent | 1 | Returns the agent binding of one of the caller org's machines, or 404 when the machine runs no bot r |
listMachineAgents | GET /v1/machines/agents | 0 | Returns every agent↔machine binding in the caller's org — which machines are running which cloud Age |
listMachines | GET /v1/machines | 0 | Returns every machine the caller's org has — Visor's registry, the live DigitalOcean droplets and th |
unbindMachineAgent | DELETE /v1/machines/{id}/agent | 1 | Detaches the agent runtime from one of the caller org's machines. |
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?