Zoom
Video meetings and webinars for scheduling, hosting, and retrieving recordings and participants.
https://api.zoom.us
https://mcp.zoom.us/mcp/zoom/streamable
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Zoom account the connection is authenticated as.
events
Retrieve scheduled meetings from the connected Zoom account.
Unified API Endpoints
/me
Retrieve the Zoom account this connection is authenticated as.
/calendar/events
Retrieve scheduled meetings from the connected Zoom account.
