Qwen Video Understanding MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODAL_APP | Yes | Name of the Modal app | qwen-video-understanding |
| MODAL_WORKSPACE | Yes | Your Modal workspace/username | adam-31541 |
| QWEN_IMAGE_ENDPOINT | No | Override image endpoint URL (auto-generated if not provided) | |
| QWEN_VIDEO_ENDPOINT | No | Override video endpoint URL (auto-generated if not provided) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_videoA | Analyze a video using Qwen3-VL vision-language model. The video must be accessible via a public URL. The model will:
Examples:
|
| analyze_imageA | Analyze an image using Qwen2.5-VL vision-language model. The image must be accessible via a public URL. Examples:
|
| summarize_videoC | Generate a summary of a video. Styles:
|
| extract_video_textA | Extract and transcribe any visible text or speech from a video. Useful for:
|
| video_qaA | Ask a specific question about a video's content. Examples:
|
| compare_video_framesB | Analyze changes and progression across a video. Useful for:
|
| check_endpoint_statusB | Check the configuration and status of the Modal endpoints. Returns the configured endpoint URLs and connection status. |
| list_capabilitiesB | List the capabilities of this video understanding server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_server_info | Get information about this MCP server's capabilities. |
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/adamanz/qwen-video-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server