AutoGLM ASR MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTOGLM_ASR_MODEL | No | ASR model name | glm-asr-2512 |
| AUTOGLM_ASR_API_KEY | Yes | Your Zhipu API key | |
| AUTOGLM_ASR_API_BASE | No | API endpoint | https://open.bigmodel.cn/api/paas/v4/audio/transcriptions |
| AUTOGLM_ASR_MAX_CONCURRENCY | No | Default concurrency | 5 |
| AUTOGLM_ASR_CONTEXT_MAX_CHARS | No | Max context size passed between chunks | 2000 |
| AUTOGLM_ASR_MAX_CHUNK_DURATION | No | Max chunk duration (seconds) | 25 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transcribe_audioA | Transcribe an audio file to text using AutoGLM ASR. Supports: mp3, wav, m4a, flac, ogg, webm Features:
Args: audio_path: Absolute path to the audio file context_mode: "sliding" (recommended), "none" (fastest), or "full_serial" (best quality but slow) max_concurrency: Max parallel API requests (default: 5) Returns: Full transcription text with timing segments |
| get_audio_infoA | Get information about an audio file (duration, format). Use this to check audio length before transcription. |
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/Starrylyn/autoglm-asr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server