zoom-mcp
by LesterAJohn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_NAME | Yes | Application name used for namespacing secrets and config. | |
| VAULT_ADDR | Yes | Vault address (e.g., http://127.0.0.1:8200). | |
| POSTGRES_DB | Yes | PostgreSQL database name. | |
| VAULT_TOKEN | Yes | Vault authentication token. | |
| MCP_HTTP_HOST | No | HTTP MCP transport host. | 0.0.0.0 |
| MCP_HTTP_PORT | No | HTTP MCP transport port. | 3000 |
| POSTGRES_HOST | Yes | PostgreSQL host. | |
| POSTGRES_PORT | No | PostgreSQL port. | 5432 |
| POSTGRES_USER | Yes | PostgreSQL user. | |
| MCP_SERVER_NAME | No | MCP server name. | zoom-mcp |
| POSTGRES_PASSWORD | Yes | PostgreSQL password. | |
| ZOOM_API_BASE_URL | No | Zoom API base URL. | https://api.zoom.us/v2 |
| MCP_ADMIN_AUTH_KEY | No | Authorization key required for mutating tools. Recommended for non-local environments. | |
| ZOOM_API_TIMEOUT_MS | No | Zoom API timeout in milliseconds. | 10000 |
| ZOOM_OAUTH_TOKEN_URL | No | Zoom OAuth token URL. | https://zoom.us/oauth/token |
| MCP_HTTP_AUTH_PASSWORD | No | HTTP basic auth password. | |
| MCP_HTTP_AUTH_USERNAME | No | HTTP basic auth username. | |
| MCP_CONFIG_DEFAULT_USER_ID | No | Default user ID for config operations. | default |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LesterAJohn/zoom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server