mcpserver.lol
registry/future-video-studio
Connection check verified live · 26h ago

future-video-studio

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

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 26h ago

Tools & capabilities

8 tools

Read from the running server on 26h ago.

fvs_cancel_render can modify data cancel_urlproject_id
Cancel a Future Video Studio render job. Provide either `project_id` or the full `cancel_url` returned by fvs_submit_render.
fvs_create_paid_render_quote request*upload_urls
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`,…
fvs_download_final_video can modify data overwriteoutput_path*final_video_url*
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…
fvs_example_render_request read-only
Return a minimal scene render request agents can adapt.
fvs_get_paid_render_status read-only quote_idstatus_urlclaim_token
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_get_render_status read-only project_idstatus_url
Check a Future Video Studio render job. Provide either `project_id` or the full `status_url` returned by fvs_submit_render.
fvs_open_chatgpt_app read-only quote_idproject_idstatus_urlclaim_tokenfinal_video_url
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…
fvs_submit_render can modify data request*upload_urlspoll_until_complete
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 i…