json2video MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JSON2VIDEO_API_KEY | Yes | Your json2video API key |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_videoC | Creates a video project using the json2video API. Each project can contain multiple scenes, and each scene can contain various elements such as text, images, video, audio, components, HTML, voice, audiogram, and subtitles. See https://json2video.com/docs/api/ for full schema. |
| get_video_statusB | Get the status or result of a generated video |
| create_templateC | Create a new template in json2video |
| get_templateB | Get template details from json2video |
| list_templatesB | List all available templates from json2video |
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 5 tools
Each tool has a clearly distinct purpose: creating templates, generating videos, retrieving template details, checking video status, and listing templates. There is no ambiguity or overlap between them.
All tool names follow a consistent verb_noun pattern in snake_case (create_template, generate_video, get_template, get_video_status, list_templates), making them predictable and easy to understand.
5 tools is an appropriate number for a video generation server with template management. It covers the core operations without being overwhelming or insufficient.
The tool set covers template creation, retrieval, and listing, as well as video generation and status checking. Minor gaps exist, such as missing update and delete operations for templates, but the primary workflow is well-supported.