zoom.com
Zoom provides video meetings, chat, phone, webinars, and related workplace and business communication services. Its platform lets organizations and developers integrate Zoom account data and workflows into their own applications.
Zoom exposes a REST API at `api.zoom.us/v2`, a GraphQL API at `api.zoom.us/v3/graphql`, and an OAuth-protected MCP server at `mcp.zoom.us/mcp/zoom/streamable`; developer authentication is via Zoom OAuth apps or Server-to-Server OAuth app credentials.
- Zoom for Claude MCP serverdetected
- Zoom REST APIdiscovered
- Zoom GraphQL APIdiscovered
In the Zoom App Marketplace, click Develop > Build App, choose General app, and create the app. On Basic Info, Zoom generates a development client_id and client_secret; configure your OAuth redirect URL and allow lists there. Use these credentials with the OAuth endpoints at https://zoom.us/oauth/authorize and https://zoom.us/oauth/token.
In the Zoom App Marketplace, build a Server-to-Server OAuth app. On the app details page, copy the account_id, client_id, and client_secret. Use them to request access tokens from https://zoom.us/oauth/token with grant type account_credentials.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://zoom.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing