← Back to Plugins
MCP Server MCP

Future Video Studio

github By github 👁 5 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx future-video-studio-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.future.video/mcp",
      "headers": [
        {
          "description": "Optional Future Video Studio Agent API key from Settings > Agent API Access. Omit for Link paid quote mode.",
          "isSecret": true,
          "name": "X-FVS-Agent-Key"
        },
        {
          "description": "Optional billing mode: account-wallet, marketplace-linked-account, or pay-per-render.",
          "name": "X-FVS-Billing-Mode"
        },
        {
          "description": "Optional linked marketplace account identifier for enterprise procurement flows.",
          "name": "X-FVS-Marketplace-Account"
        },
        {
          "description": "Optional marketplace entitlement identifier paired with X-FVS-Marketplace-Account.",
          "name": "X-FVS-Marketplace-Entitlement"
        },
        {
          "description": "Optional Unix timestamp used in marketplace signature verification.",
          "name": "X-FVS-Marketplace-Timestamp"
        },
        {
          "description": "Optional HMAC-SHA256 signature from the marketplace account-linking gateway.",
          "isSecret": true,
          "name": "X-FVS-Marketplace-Signature"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "future-video-studio-mcp",
      "version": "0.1.8",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...