Hanzo
Cloud MCPprojects

projects

14 MCP tools on the Hanzo cloud door that call the projects API.

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

ToolRouteArgumentsDescription
delete_v1_projects_slugDELETE /v1/projects/{slug}1DeleteProject deletes a project and takes its site off the internet.
delete_v1_projects_slug_domains_hostDELETE /v1/projects/{slug}/domains/{host}2ReleaseDomain gives a custom hostname back, so the name is free to reuse.
get_v1_projectsGET /v1/projects0ListProjects returns every project your org owns.
get_v1_projects_slugGET /v1/projects/{slug}1GetProject returns one project of yours by slug — its settings, its live URL and the deployment curr
get_v1_projects_slug_deploymentsGET /v1/projects/{slug}/deployments1ListDeployments returns a project's deploy history, newest version first.
get_v1_projects_slug_deployments_idGET /v1/projects/{slug}/deployments/{id}2GetDeployment returns one deployment of a project by id.
get_v1_projects_slug_domainsGET /v1/projects/{slug}/domains1ListDomains returns every custom hostname this site holds: the live ones, plus any pending claim wit
patch_v1_projects_slugPATCH /v1/projects/{slug}11UpdateProject changes a project's settings, and only the settings you send.
post_v1_projectsPOST /v1/projects9CreateProject creates a project — the handle a site is deployed and served under — and answers 201 w
post_v1_projects_forkPOST /v1/projects/fork4ForkProject creates a project seeded from a PUBLISHED EXAMPLE — either a starter-kit template from t
post_v1_projects_slug_deployments_id_completePOST /v1/projects/{slug}/deployments/{id}/complete9CompleteDeployment is the CI completion hook that flips a queued git deployment to live (or error) o
post_v1_projects_slug_domainsPOST /v1/projects/{slug}/domains2BindDomains attaches one or more CUSTOM public hostnames to this org's site.
post_v1_projects_slug_domains_host_verifyPOST /v1/projects/{slug}/domains/{host}/verify2VerifyDomain checks the DNS challenge for a pending custom hostname and, when it passes, promotes th
post_v1_projects_slug_purgePOST /v1/projects/{slug}/purge1PurgeProject flushes the site's edge cache without redeploying anything.

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?