zoom-ai-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOOM_API_KEY | Yes | API key from Zoom Build | |
| ZOOM_API_SECRET | Yes | API secret from Zoom Build |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transcribe_audioA | Transcribe an audio/video file to text using the Zoom Scribe API. Accepts a local file path or an https URL (wav / mp3 / m4a / mp4). Returns the transcript with speaker-separated segments when channel_separation is enabled. |
| summarize_transcriptA | Summarize a conversation transcript using the Zoom Summarizer API. Input is plain text / VTT / SRT (max 96 KB). task=recap gives a short recap, action_items extracts to-dos, summary gives a standard summary, full_summary the most detailed one. |
| translate_textA | Translate text between languages using the Zoom Translator API. Texts longer than the 4,000-character API limit are automatically split on sentence boundaries and translated chunk by chunk. |
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
- 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/rai03k/zoom-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server