Hanzo
Cloud MCPingress

ingress

18 MCP tools on the Hanzo cloud door that call the ingress API.

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

ToolRouteArgumentsDescription
delete_v1_ingress_middlewares_idDELETE /v1/ingress/middlewares/{id}1DeleteMiddleware removes one of the caller org's edge transforms and hot-applies the change.
delete_v1_ingress_routes_idDELETE /v1/ingress/routes/{id}1DeleteRoute removes one of the caller org's routing rules and hot-applies the shrunken table, freein
delete_v1_ingress_services_idDELETE /v1/ingress/services/{id}1DeleteService removes one of the caller org's backend pools and hot-applies the change.
get_v1_ingress_middlewaresGET /v1/ingress/middlewares0ListMiddlewares returns every edge transform the caller's org has configured, ordered by id.
get_v1_ingress_middlewares_idGET /v1/ingress/middlewares/{id}1GetMiddleware returns one of the caller org's edge transforms by id.
get_v1_ingress_routesGET /v1/ingress/routes0ListRoutes returns every routing rule the caller's org has configured, ordered by id.
get_v1_ingress_routes_idGET /v1/ingress/routes/{id}1GetRoute returns one of the caller org's routing rules by id.
get_v1_ingress_servicesGET /v1/ingress/services0ListServices returns every backend pool the caller's org has configured, ordered by id.
get_v1_ingress_services_idGET /v1/ingress/services/{id}1GetService returns one of the caller org's backend pools by id.
get_v1_ingress_statusGET /v1/ingress/status0Status reports the ingress edge's live posture: the role this instance runs in (app or edge), whethe
get_v1_ingress_tlsGET /v1/ingress/tls0GetTLS returns the caller org's ACME intent together with the edge-wide TLS facts it lands in: which
post_v1_ingress_middlewaresPOST /v1/ingress/middlewares3PutMiddleware creates or replaces one edge transform and hot-applies it.
post_v1_ingress_routesPOST /v1/ingress/routes7PutRoute creates or replaces one routing rule and hot-applies the new table — there is no config fil
post_v1_ingress_servicesPOST /v1/ingress/services3PutService creates or replaces one backend pool and hot-applies it.
put_v1_ingress_middlewares_idPUT /v1/ingress/middlewares/{id}3PutMiddleware creates or replaces one edge transform and hot-applies it.
put_v1_ingress_routes_idPUT /v1/ingress/routes/{id}7PutRoute creates or replaces one routing rule and hot-applies the new table — there is no config fil
put_v1_ingress_services_idPUT /v1/ingress/services/{id}3PutService creates or replaces one backend pool and hot-applies it.
put_v1_ingress_tlsPUT /v1/ingress/tls3PutTLS replaces the caller org's ACME intent and hot-applies what can be hot-applied.

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?