Cloud MCPintegrations
integrations
14 MCP tools on the Hanzo cloud door that call the integrations API.
The 14 tools tools/list names for integrations. Each dispatches to an operation in the integrations API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_integrations_github_repos_repo_pages | DELETE /v1/integrations/github/repos/{repo}/pages | 1 | Deletes the repo's Pages site. 404 when there is none, so a caller can tell "turned it off" from "th |
get_v1_integrations | GET /v1/integrations | 0 | Returns every registered integration provider together with THIS org's connection status for it — th |
get_v1_integrations_github_repos | GET /v1/integrations/github/repos | 0 | Lists the org's granted GitHub repositories, each annotated with its native import + sync status fro |
get_v1_integrations_github_repos_repo_pages | GET /v1/integrations/github/repos/{repo}/pages | 1 | Returns the repo's Pages status, live URL, custom domain and build source. |
get_v1_integrations_provider | GET /v1/integrations/{provider} | 1 | Returns ONE provider with this org's connection status — the same view list carries, for a single id |
post_v1_integrations_github_issues_backfill | POST /v1/integrations/github/issues/backfill | 1 | Seeds the native tracker with the EXISTING issues across the org's granted repos (default state=open |
post_v1_integrations_github_repos_import | POST /v1/integrations/github/repos/import | 2 | GithubImport imports the selected (or all) granted repos into git.hanzo.ai. |
post_v1_integrations_github_repos_repo_pages | POST /v1/integrations/github/repos/{repo}/pages | 4 | Creates the repo's Pages site and answers 201 Created with it. |
post_v1_integrations_github_repos_repo_pages_builds | POST /v1/integrations/github/repos/{repo}/pages/builds | 1 | GithubPagesBuild requests a Pages rebuild and returns the queued build's status. |
post_v1_integrations_provider_connect | POST /v1/integrations/{provider}/connect | 3 | Acquires the org's credential for one provider. |
post_v1_integrations_provider_disconnect | POST /v1/integrations/{provider}/disconnect | 1 | Revokes (best-effort) and forgets an org's connection: it deletes every custodied KMS secret and the |
post_v1_integrations_provider_verify | POST /v1/integrations/{provider}/verify | 1 | Re-checks a CONNECTED apikey connector's stored credential against the provider, live (`hanzo connec |
post_v1_integrations_telegram_connect | POST /v1/integrations/telegram/connect | 0 | Mints a short, single-use deep-link code bound to the caller's org and returns the t.me link the con |
put_v1_integrations_github_repos_repo_pages | PUT /v1/integrations/github/repos/{repo}/pages | 6 | Sets or clears the custom domain (cname) and updates HTTPS enforcement, build type, or source. |
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?