zoom_list_meetings
Pack: zoom · Endpoint: https://gateway.pipeworx.io/zoom/mcp
List Zoom meetings for the signed-in user (upcoming, scheduled, or currently live video calls). Returns compact meeting summaries (id, topic, start time, duration, join URL, timezone). Use to browse a user’s Zoom meetings.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
type | string | no | Which set of Zoom meetings to list: “scheduled”, “live” (currently in progress), or “upcoming” (default). |
page_size | number | no | Maximum number of meetings to return (default 30, max 100). |
Example call
curl -X POST https://gateway.pipeworx.io/zoom/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zoom_list_meetings","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"zoom": {
"url": "https://gateway.pipeworx.io/zoom/mcp"
}
}
}
See Getting Started for client-specific install steps.