Hanzo
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.

ToolRouteArgumentsDescription
delete_v1_vpcs_idDELETE /v1/vpcs/{id}1DeleteVpc removes one of the caller org's VPCs and answers 204.
get_v1_vpcsGET /v1/vpcs0ListVpcs returns every VPC the caller's org owns, under the friendly names the org created them with
get_v1_vpcs_idGET /v1/vpcs/{id}1GetVpc returns one of the caller org's VPCs by id.
post_v1_vpcsPOST /v1/vpcs3CreateVpc creates a VPC in the caller's org namespace and answers 201 with it.

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?