Video Brief Manifest MCP Server
Video Brief Manifest MCP Server
A small local Model Context Protocol server that checks whether an AI video brief contains the structural signals needed for a useful human review before generation begins.
The server is intentionally model-agnostic. It does not call a video-generation API, send prompts to a hosted service, or claim a direct integration with any video model.
Why validate a brief first?
Video prompts often fail because the brief leaves one dimension implicit. The subject may be clear while the motion is vague, or the visual style may be detailed while the camera and audio direction are missing. Those gaps are much cheaper to find before a generation run.
This server checks five practical dimensions:
subject
motion
camera treatment
visual details
audio direction
It also flags two common contradictions: asking for both silence and an explicit sound cue, or combining a static camera with camera movement.
Related MCP server: soul-mcp-server
Tools
validate_video_brief
Accepts a draft brief and returns detected fields, missing fields, warnings, and clarifying questions.
build_video_brief_manifest
Builds a portable JSON manifest containing the brief, optional duration and aspect-ratio constraints, validation results, and the next recommended step.
Install and run
Requires Node.js 18 or newer.
npm install
npm startExample MCP client configuration:
{
"mcpServers": {
"video-brief-manifest": {
"command": "node",
"args": ["/absolute/path/to/video-brief-manifest-mcp/index.js"]
}
}
}Run the protocol-level smoke test:
npm testExample brief
A ceramic robot turns toward camera in a slow tracking shot, with cool rim lighting and quiet ambient room tone.
The validator detects all five structural dimensions and returns a clean report. A shorter brief such as "A robot in a room" produces questions for motion, camera, visual details, and audio direction.
Where structured prompt workflows fit
This pattern works independently of any generation backend. It is useful when a workflow expects one brief to coordinate subject, motion, camera treatment, visual details, and audio direction. Muse Video is one example of a prompt-led workflow organized around those dimensions. Its underlying model is presented on the current site as preview-stage, so this repository treats it only as a workflow example and makes no claim about public access, pricing, limits, performance, or direct integration.
Limitations
The validator checks structure, not creative quality. A complete brief may still be ineffective, and simple keyword rules may miss unusual phrasing. The output should be treated as a preflight checklist for human review, never as a promise that a generation model will produce a particular result.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceConverts plain text scripts into structured storyboards with shot breakdowns using LLMs, and optionally generates visual frames via Stable Diffusion and assembles them into vertical videos for rapid content prototyping.Last updated3MIT
- AlicenseBqualityFmaintenanceValidate and generate SOUL.md agent identity files. SOUL.md is the open format for persistent AI agent identity — personality, voice, values, and constraints in a machine-readable YAML file.Last updated3572MIT
- AlicenseBqualityAmaintenanceLocal-first production-readiness MCP server for AI-built apps. It runs read-only checks, produces an evidence-based readiness score, and guides fixes before launch.Last updated95Apache 2.0
- AlicenseAqualityAmaintenanceVerifies C2PA Content Credentials for local files or URLs and returns an LLM-ready verdict on trust, AI generation, and provenance.Last updated41551Apache 2.0
Related MCP Connectors
Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.
Static MCP manifest and tool-policy security preflight with signed input-redacted receipts
Build, validate, and persist Webcake landing-page source JSON: element schemas plus AI usage hints.
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/FosterMartyn735/video-brief-manifest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server