qwen-omni-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QWEN_MODEL | No | Model id (multimodal) | qwen3.7-plus |
| DASHSCOPE_API_KEY | Yes | Bailian API key | |
| DASHSCOPE_BASE_URL | No | OpenAI-compatible endpoint | https://dashscope.aliyuncs.com/compatible-mode/v1 |
| QWEN_REQUEST_TIMEOUT | No | Per-request timeout in seconds | 300 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_videoB | Analyze a video via URL using Qwen3.7-Plus (multimodal). The model reads the video natively — no client-side frame extraction. URL must be publicly reachable (http/https). |
| analyze_imageA | Analyze an image via URL using Qwen3.7-Plus (multimodal). URL must be publicly reachable (http/https). |
| summarize_videoA | Generate a summary of a video. Styles: brief (1-2 sentences), standard (1-2 paragraphs), detailed (comprehensive timeline). |
| extract_video_textA | Extract and transcribe visible text or speech from a video (on-screen text, captions, speech, slide text). |
| video_qaB | Ask a specific question about a video's content. |
| compare_video_framesB | Analyze changes and progression across a video (before/after, movement, progression of events). |
| check_endpoint_statusA | Check the configured Bailian endpoint, model, and timeout. The API key is redacted in the output. |
| list_capabilitiesA | List the capabilities of this MCP server. |
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/sommio/qwen-omni-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server