Wan 3.0 Video Prompt MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WAN3_APP_BASE_URL | No | Optional environment variable for the WAN-30.video app base URL. | https://wan-30.video |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| build_wan3_video_promptA | Assemble a copy-ready text-to-video or image-to-video prompt from subject, action, scene, camera, lighting, audio, reference roles, and exclusions without calling a model. |
| plan_wan3_shot_sequenceA | Turn one to six short shots into a timeline and continuity checklist, reporting when shot durations do not match the requested clip length. |
| diagnose_wan3_video_promptB | Check prompt clarity and WAN-30.video's currently displayed duration, resolution, reference-count, end-frame, and audio boundaries without submitting generation. |
| get_wan3_video_resourcesB | Return canonical WAN-30.video creation, guide, pricing, and policy resources without fetching external content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a clearly distinct phase: fetching resources, building a prompt, planning shot sequences, and diagnosing prompt constraints. Although build and diagnose both relate to prompts, their actions and outputs are clearly separated by the descriptions.
All tool names follow a consistent snake_case verb_noun pattern with a shared wan3_video namespace. The convention is predictable across all four tools.
Four tools is well-scoped for a focused prompt-assistance server. Each tool covers a meaningful part of the prompt workflow without unnecessary overlap or bloat.
The surface covers resource lookup, prompt assembly, shot planning, and prompt diagnosis, which are the core needs for a WAN 3.0 prompt tool. Minor gaps exist around iterative refinement, saving, or exporting generated prompts, but the core workflow is supported.