Skip to main content
Glama
adamanz

Qwen3-VL Video Understanding MCP Server

by adamanz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLAXEL_MODELNoModel nameqwen-qwen3-vl-8b-instruct
BLAXEL_API_KEYYesYour Blaxel API key
BLAXEL_API_URLNoBlaxel API URLhttps://api.blaxel.ai/v1

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_videoA
Analyze a video using Qwen3-VL-8B vision-language model on Blaxel.

The video must be accessible via a public URL. The model will:
1. Download the video
2. Extract key frames (up to max_frames)
3. Analyze the frames with your question

Examples:
- "What happens in this video?"
- "Summarize the main events"
- "What products are shown?"
- "Describe the people and their actions"
analyze_imageA
Analyze an image using Qwen3-VL-8B vision-language model on Blaxel.

The image must be accessible via a public URL.

Examples:
- "What's in this image?"
- "Describe the scene"
- "What text is visible?"
- "Identify any people or objects"
summarize_videoC
Generate a summary of a video.

Styles:
- brief: 1-2 sentence overview
- standard: 1-2 paragraph summary
- detailed: Comprehensive analysis
video_qaB
Ask a specific question about a video's content.

Examples:
- "How many people appear?"
- "What color is the car?"
- "What is being demonstrated?"
extract_video_textC

Extract text and transcribe speech from a video.

check_configurationC

Check the Blaxel API configuration.

list_capabilitiesB

List all server capabilities.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_server_infoGet server information.

Latest Blog Posts

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-blaxel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server