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

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_video
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_image
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_video
Generate a summary of a video.

Styles:
- brief: 1-2 sentence overview
- standard: 1-2 paragraph summary
- detailed: Comprehensive analysis
video_qa
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_text

Extract text and transcribe speech from a video.

check_configuration

Check the Blaxel API configuration.

list_capabilities

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