Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Future Video Studio

video.future/future-video-studio

Create and manage cinematic AI video renders through the Future Video Studio Agent API.

Uptime
100.0%
1 direct probes · 30d
Response
762ms
last probe
Tools
8
callable
Resources
2
readable
Prompts
0
available

Tools · 8

fvs_open_chatgpt_app

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…

fvs_submit_render

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…

fvs_create_paid_render_quote

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…

fvs_get_render_status

Check a Future Video Studio render job. Provide either `project_id` or the full `status_url` returned by fvs_submit_render.

fvs_get_paid_render_status

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`.

fvs_cancel_render

Cancel a Future Video Studio render job. Provide either `project_id` or the full `cancel_url` returned by fvs_submit_render.

fvs_download_final_video

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…

fvs_example_render_request

Return a minimal scene render request agents can adapt.

Resources · 2

agent_api_reference

Return the compact Future Video Studio Agent API reference.

fvs://agent-api/reference
future_video_studio_chatgpt_app

ChatGPT app widget for creating and monitoring Future Video Studio renders.

ui://future-video-studio/render-console-v1.html

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"
    }
  }
}