← Registry

Content Tools

future.video

Manages video render jobs for Future Video Studio, including creating, submitting, and checking render status.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.future.video/mcp

No auth detected

MCP server metadata

Name
future-video-studio
Version
0.1.8
Capabilities
experimentalpromptsresourcestools
Server instructions

Create videos through the Future Video Studio Agent API. In ChatGPT, this MCP server also exposes a Future Video Studio app widget for submitting, paying for, polling, and opening renders directly inside the conversation. Use fvs_submit_render for account API-key projects, fvs_create_paid_render_quote for no-account Link payment quotes, fvs_get_render_status or fvs_get_paid_render_status to poll, fvs_cancel_render to stop account-owned runs, and fvs_download_final_video to save a finished signed final_video_url. Prefer FVS_AGENT_API_KEY and FVS_AGENT_BASE_URL from the MCP server environment when the user has an FVS account. Agent API keys are owned by normal FVS user accounts and use the same pricing, wallet, and saved pipeline defaults as the web app. Marketplace-linked calls map a signed marketplace account to an FVS Agent API key. Paid quotes use the same credit estimate and return a claim token so the result can be retrieved without an FVS account.

Known tools 8

fvs_open_chatgpt_app

Open the Future Video Studio ChatGPT app widget without creating a render.

Inferred read-only
fvs_submit_render

Submit a Future Video Studio render job through the FVS Agent API.

Inferred read-only
fvs_create_paid_render_quote

Create a no-account Link payment quote for an FVS render.

Potential side effects
fvs_get_render_status

Check a Future Video Studio render job.

Inferred read-only
fvs_get_paid_render_status

Check a no-account paid render created with fvs_create_paid_render_quote.

Inferred read-only
fvs_cancel_render

Cancel a Future Video Studio render job.

Inferred read-only
fvs_download_final_video

Download a completed Future Video Studio final render URL to a local file.

Inferred read-only
fvs_example_render_request

Return a minimal scene render request agents can adapt.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.future-video-studio]
url = "https://mcp.future.video/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "future-video-studio": {
      "type": "http",
      "url": "https://mcp.future.video/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: future-video-studio
Remote MCP URL: https://mcp.future.video/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "future-video-studio": {
      "url": "https://mcp.future.video/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "future-video-studio": {
      "type": "http",
      "url": "https://mcp.future.video/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "future-video-studio",
  "transport": "streamable-http",
  "url": "https://mcp.future.video/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for future.video was fetched 2026-07-26T07:41:22.956Z and is being refreshed.

Trust status Trusted

future.video is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.