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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_sites | GET /v1/sites | 0 | ListSites returns the org's deployed sites at the pretty URLs they serve at. |
get_v1_sites_slug_releases | GET /v1/sites/{slug}/releases | 1 | ListReleases returns a site's releases newest-first, marking the active one — the rollback menu. |
post_v1_sites | POST /v1/sites | 4 | BuildSite generates a self-contained, mobile-responsive static site from a natural-language brief an |
post_v1_sites_deploy | POST /v1/sites/deploy | 3 | DeploySite deploys a caller-supplied file manifest — the deploy_site capability an agent calls — and |
post_v1_sites_slug_publish | POST /v1/sites/{slug}/publish | 2 | PublishSite promotes a build output into a new release AND goes live with it — create+activate in on |
post_v1_sites_slug_releases | POST /v1/sites/{slug}/releases | 2 | CreateRelease promotes a build output into a new immutable release WITHOUT serving it — the staged h |
post_v1_sites_slug_releases_release_activate | POST /v1/sites/{slug}/releases/{release}/activate | 2 | ActivateRelease points the site at an existing release — the go-live, and equally the ROLLBACK. |
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?