Back to Future Video Studio

Card snapshot

mcp.future.video · 2026-05-18 12:59:10 UTC · b298d99994a03e5c3a3a9cf316b0e698e10de957771f19aed5f033ccf69f539b

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "1.0",
  "name": "Future Video Studio",
  "description": "An agentic video-production service that creates cinematic AI video renders from briefs, scripts, storyboards, and reference assets.",
  "url": "http://mcp.future.video",
  "iconUrl": "https://future.video/visuals/FutureVideoIcon.png",
  "version": "0.1.2",
  "provider": {
    "organization": "Future Video Studio",
    "url": "https://future.video"
  },
  "documentationUrl": "https://future.video/api-docs",
  "defaultInputModes": [
    "text/plain",
    "application/json",
    "image/jpeg",
    "image/png",
    "video/mp4",
    "audio/mpeg"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "video/mp4"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "securitySchemes": {
    "fvsAgentKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-FVS-Agent-Key",
      "description": "Future Video Studio Agent API key from Settings > Agent API Access. Marketplace account-linking can provision or map this key per customer."
    },
    "fvsMarketplaceAccount": {
      "type": "apiKey",
      "in": "header",
      "name": "X-FVS-Marketplace-Account",
      "description": "Marketplace-linked account identifier. Production deployments also require X-FVS-Marketplace-Entitlement, X-FVS-Marketplace-Timestamp, and X-FVS-Marketplace-Signature headers from the account-linking gateway."
    }
  },
  "security": [
    {
      "fvsAgentKey": []
    },
    {
      "fvsMarketplaceAccount": []
    }
  ],
  "skills": [
    {
      "id": "create-video-render",
      "name": "Create video render",
      "description": "Create a cinematic video from a creative or business brief, with optional shot count, duration, model, resolution, and style controls.",
      "tags": [
        "video-generation",
        "creative-production",
        "marketing-video",
        "storyboard"
      ],
      "examples": [
        "Create a 20 second launch video for this product announcement.",
        "Turn this campaign brief into a cinematic three-shot video."
      ],
      "inputModes": [
        "text/plain",
        "application/json",
        "image/jpeg",
        "image/png"
      ],
      "outputModes": [
        "text/plain",
        "application/json",
        "video/mp4"
      ]
    },
    {
      "id": "render-status",
      "name": "Check render status",
      "description": "Poll a delegated FVS render task and return progress plus final video artifacts.",
      "tags": [
        "video-generation",
        "task-status",
        "async-workflow"
      ],
      "examples": [
        "Check the render status for task proj_api_abc123."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain",
        "video/mp4"
      ]
    },
    {
      "id": "cancel-render",
      "name": "Cancel render",
      "description": "Cancel an active FVS render task owned by the authenticated agent account.",
      "tags": [
        "video-generation",
        "task-management"
      ],
      "examples": [
        "Cancel the active render task proj_api_abc123."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "metadata": {
    "mcpRegistryName": "video.future/future-video-studio",
    "mcpEndpoint": "https://mcp.future.video/mcp",
    "agentApiOrigin": "https://app.future.video",
    "agentApiPrefix": "https://app.future.video/api/agent",
    "marketplaceTrack": "Google for Startups AI Agents Challenge Track 3",
    "billingModes": [
      "account-wallet",
      "marketplace-linked-account",
      "pay-per-render"
    ],
    "billingModeHeader": "X-FVS-Billing-Mode",
    "marketplaceHeaders": [
      "X-FVS-Marketplace-Account",
      "X-FVS-Marketplace-Entitlement",
      "X-FVS-Marketplace-Timestamp",
      "X-FVS-Marketplace-Signature"
    ]
  }
}