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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_projects_slug | DELETE /v1/projects/{slug} | 1 | DeleteProject deletes a project and takes its site off the internet. |
delete_v1_projects_slug_domains_host | DELETE /v1/projects/{slug}/domains/{host} | 2 | ReleaseDomain gives a custom hostname back, so the name is free to reuse. |
get_v1_projects | GET /v1/projects | 0 | ListProjects returns every project your org owns. |
get_v1_projects_slug | GET /v1/projects/{slug} | 1 | GetProject returns one project of yours by slug — its settings, its live URL and the deployment curr |
get_v1_projects_slug_deployments | GET /v1/projects/{slug}/deployments | 1 | ListDeployments returns a project's deploy history, newest version first. |
get_v1_projects_slug_deployments_id | GET /v1/projects/{slug}/deployments/{id} | 2 | GetDeployment returns one deployment of a project by id. |
get_v1_projects_slug_domains | GET /v1/projects/{slug}/domains | 1 | ListDomains returns every custom hostname this site holds: the live ones, plus any pending claim wit |
patch_v1_projects_slug | PATCH /v1/projects/{slug} | 11 | UpdateProject changes a project's settings, and only the settings you send. |
post_v1_projects | POST /v1/projects | 9 | CreateProject creates a project — the handle a site is deployed and served under — and answers 201 w |
post_v1_projects_fork | POST /v1/projects/fork | 4 | ForkProject creates a project seeded from a PUBLISHED EXAMPLE — either a starter-kit template from t |
post_v1_projects_slug_deployments_id_complete | POST /v1/projects/{slug}/deployments/{id}/complete | 9 | CompleteDeployment is the CI completion hook that flips a queued git deployment to live (or error) o |
post_v1_projects_slug_domains | POST /v1/projects/{slug}/domains | 2 | BindDomains attaches one or more CUSTOM public hostnames to this org's site. |
post_v1_projects_slug_domains_host_verify | POST /v1/projects/{slug}/domains/{host}/verify | 2 | VerifyDomain checks the DNS challenge for a pending custom hostname and, when it passes, promotes th |
post_v1_projects_slug_purge | POST /v1/projects/{slug}/purge | 1 | PurgeProject flushes the site's edge cache without redeploying anything. |
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?