Future Video Studio
mcp.future.video
· Future Video Studio
An agentic video-production service that creates cinematic AI video renders from briefs, scripts, storyboards, and reference assets.
mcp.future.video via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 59/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:59:10 current | b298d99994a0… |
view → |
Endpoints
| Agent card | https://mcp.future.video/.well-known/agent-card.json |
| Provider | https://future.video |
| Docs | https://future.video/api-docs |
Skills · 3 declared · mapped to canonical taxonomy
Create a cinematic video from a creative or business brief, with optional shot count, duration, model, resolution, and style controls.
Poll a delegated FVS render task and return progress plus final video artifacts.
Cancel an active FVS render task owned by the authenticated agent account.
Health · last 9 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.future.video) [](https://agenstry.com/agents/mcp.future.video) [](https://agenstry.com/agents/mcp.future.video) [](https://agenstry.com/agents/mcp.future.video)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
}