demo-vid-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| demo_vid_generateA | Generate a demo video for a fleet repo. Runs the full pipeline: validate script → voiceover (speech-mcp) → record (Playwright) → compose (FFmpeg). Stages run in parallel where possible. Output saved to data/videos/. theme="light" records the target webapp with its light-mode toggle forced on (bright demo); default "dark" matches fleet identity. Return Format{"success": bool, "message": str, "video_path": str | None, "stages": {...}} Examplesawait demo_vid_generate(repo="chitchat") await demo_vid_generate(repo="chitchat", theme="light") await demo_vid_generate(repo="chitchat", base_url="http://127.0.0.1:10975") |
| demo_vid_helpA | List all available demo-vid-mcp tools and their purpose. Return Format{"success": bool, "tools": [{"name": str, "description": str}], "message": str} |
| demo_vid_listB | List produced demo videos with metadata. Scans the local data/videos/ directory for .mp4 files and returns file name, size, and creation date for each. Return Format{"success": bool, "videos": [{"name": str, "repo": str, "size_kb": int, "created": str}], "count": int} Examplesawait demo_vid_list() await demo_vid_list(repo="chitchat") |
| demo_vid_refineA | Re-generate a video with timing or narration adjustments. [RATIONALE] This tool is a stub — refinement requires LLM-driven script mutation which is not yet implemented. It returns a helpful message pointing to the working alternative (demo_vid_generate with an updated script). Return Format{"success": False, "error": str, "suggestions": list} Examplesawait demo_vid_refine(video_name="chitchat-final", feedback="Make step 2 narration longer") |
| demo_vid_script_draftA | Draft a default narration script for a repo. Generates a placeholder YAML script that can be edited and passed to demo_vid_generate. Return Format{"success": bool, "script": dict, "message": str} Examplesawait demo_vid_script_draft(repo="chitchat") |
| demo_vid_script_validateA | Validate a narration script for structure and timing. duration_target: 30 steps:
|
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/sandraschi/demo-vid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server