Part of the Pipeworx gateway ecosystem that routes your MCP client to 725+ data sources through a single HTTP endpoint. The Zoom pack lets you query Zoom data through natural language using the ask_pipeworx tool rather than calling specific endpoints directly. The gateway handles tool selection and parameter mapping automatically. You can add just the Zoom endpoint or connect to the full Pipeworx gateway for access to their entire catalog. Runs over streamable HTTP, so no local installation needed. The source doesn't list specific tools, but positions this as a conversational interface to Zoom's API rather than a traditional tool-by-tool MCP implementation.
Zoom MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"zoom": {
"url": "https://gateway.pipeworx.io/zoom/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Zoom data" })
The gateway picks the right tool and fills the arguments automatically.
MIT