Hanzo
Cloud MCPsites

sites

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

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

ToolRouteArgumentsDescription
get_v1_sitesGET /v1/sites0ListSites returns the org's deployed sites at the pretty URLs they serve at.
get_v1_sites_slug_releasesGET /v1/sites/{slug}/releases1ListReleases returns a site's releases newest-first, marking the active one — the rollback menu.
post_v1_sitesPOST /v1/sites4BuildSite generates a self-contained, mobile-responsive static site from a natural-language brief an
post_v1_sites_deployPOST /v1/sites/deploy3DeploySite deploys a caller-supplied file manifest — the deploy_site capability an agent calls — and
post_v1_sites_slug_publishPOST /v1/sites/{slug}/publish2PublishSite promotes a build output into a new release AND goes live with it — create+activate in on
post_v1_sites_slug_releasesPOST /v1/sites/{slug}/releases2CreateRelease promotes a build output into a new immutable release WITHOUT serving it — the staged h
post_v1_sites_slug_releases_release_activatePOST /v1/sites/{slug}/releases/{release}/activate2ActivateRelease points the site at an existing release — the go-live, and equally the ROLLBACK.

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?