Cloud MCPvpcs
vpcs
4 MCP tools on the Hanzo cloud door that call the vpcs API.
The 4 tools tools/list names for vpcs. Each dispatches to an operation in the vpcs API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_vpcs_id | DELETE /v1/vpcs/{id} | 1 | DeleteVpc removes one of the caller org's VPCs and answers 204. |
get_v1_vpcs | GET /v1/vpcs | 0 | ListVpcs returns every VPC the caller's org owns, under the friendly names the org created them with |
get_v1_vpcs_id | GET /v1/vpcs/{id} | 1 | GetVpc returns one of the caller org's VPCs by id. |
post_v1_vpcs | POST /v1/vpcs | 3 | CreateVpc creates a VPC in the caller's org namespace and answers 201 with it. |
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?