Future Video Studio
video.future/future-video-studioCreate and manage cinematic AI video renders through the Future Video Studio Agent API.
Tools · 8
Open the Future Video Studio ChatGPT app widget without creating a render. Use this when the user wants the FVS app panel, wants to paste a status URL, or wants to prepare a render interactively befor…
Submit a Future Video Studio render job through the FVS Agent API. Pass the render payload in the required `request` object. For reference assets, pass public HTTPS URLs in `upload_urls`; eve…
Create a no-account Link payment quote for an FVS render. The backend returns HTTP 402 payment details as data: `payment_url`, `status_url`, `claim_token`, `amount_cents`, `currency`, and a r…
Check a Future Video Studio render job. Provide either `project_id` or the full `status_url` returned by fvs_submit_render.
Check a no-account paid render created with fvs_create_paid_render_quote. Provide the full `status_url` or pass both `quote_id` and `claim_token`.
Cancel a Future Video Studio render job. Provide either `project_id` or the full `cancel_url` returned by fvs_submit_render.
Download a completed Future Video Studio final render URL to a local file. Use this only after fvs_get_render_status or fvs_get_paid_render_status returns a final_video_url for a completed render. Th…
Return a minimal scene render request agents can adapt.
Resources · 2
Return the compact Future Video Studio Agent API reference.
fvs://agent-api/reference
ChatGPT app widget for creating and monitoring Future Video Studio renders.
ui://future-video-studio/render-console-v1.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"future_video_studio": {
"url": "https://mcp.future.video/mcp",
"transport": "streamable-http"
}
}
}