Cloud MCPchannels
channels
6 MCP tools on the Hanzo cloud door that call the channels API.
The 6 tools tools/list names for channels. Each dispatches to an operation in the channels API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_channels | GET /v1/channels | 0 | Returns every chat transport channels can talk to — Discord, Slack, Teams and Telegram — with the ca |
get_v1_channels_allowlist | GET /v1/channels/allowlist | 1 | Returns the caller org's access policy for one channel: whether DMs are pairing-gated, allowlisted o |
get_v1_channels_inbox | GET /v1/channels/inbox | 2 | Returns the messages people have sent to the caller org's connected chat bots, oldest first, in the |
get_v1_channels_pairing | GET /v1/channels/pairing | 0 | Returns the pairing requests waiting for the caller org to approve — one per person who messaged a c |
post_v1_channels_pairing_approve | POST /v1/channels/pairing/approve | 2 | Turns one pending pairing code into a standing allow entry, so that person can DM the org's bot on t |
put_v1_channels_allowlist | PUT /v1/channels/allowlist | 6 | Edits the caller org's access policy for one channel and answers the policy as GET would, so both ve |
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?