Hanzo
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.

ToolRouteArgumentsDescription
delete_v1_integrations_github_repos_repo_pagesDELETE /v1/integrations/github/repos/{repo}/pages1Deletes the repo's Pages site. 404 when there is none, so a caller can tell "turned it off" from "th
get_v1_integrationsGET /v1/integrations0Returns every registered integration provider together with THIS org's connection status for it — th
get_v1_integrations_github_reposGET /v1/integrations/github/repos0Lists the org's granted GitHub repositories, each annotated with its native import + sync status fro
get_v1_integrations_github_repos_repo_pagesGET /v1/integrations/github/repos/{repo}/pages1Returns the repo's Pages status, live URL, custom domain and build source.
get_v1_integrations_providerGET /v1/integrations/{provider}1Returns ONE provider with this org's connection status — the same view list carries, for a single id
post_v1_integrations_github_issues_backfillPOST /v1/integrations/github/issues/backfill1Seeds the native tracker with the EXISTING issues across the org's granted repos (default state=open
post_v1_integrations_github_repos_importPOST /v1/integrations/github/repos/import2GithubImport imports the selected (or all) granted repos into git.hanzo.ai.
post_v1_integrations_github_repos_repo_pagesPOST /v1/integrations/github/repos/{repo}/pages4Creates the repo's Pages site and answers 201 Created with it.
post_v1_integrations_github_repos_repo_pages_buildsPOST /v1/integrations/github/repos/{repo}/pages/builds1GithubPagesBuild requests a Pages rebuild and returns the queued build's status.
post_v1_integrations_provider_connectPOST /v1/integrations/{provider}/connect3Acquires the org's credential for one provider.
post_v1_integrations_provider_disconnectPOST /v1/integrations/{provider}/disconnect1Revokes (best-effort) and forgets an org's connection: it deletes every custodied KMS secret and the
post_v1_integrations_provider_verifyPOST /v1/integrations/{provider}/verify1Re-checks a CONNECTED apikey connector's stored credential against the provider, live (`hanzo connec
post_v1_integrations_telegram_connectPOST /v1/integrations/telegram/connect0Mints 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_pagesPUT /v1/integrations/github/repos/{repo}/pages6Sets or clears the custom domain (cname) and updates HTTPS enforcement, build type, or source.

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?