Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Autosophia Agent Video

io.autosophia/agent-video

Script in, finished 1080p narrated video out. Pay per call in USDC via x402.

Uptime
100.0%
3 direct probes · 30d
Response
2276ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

submit_video_job

Turn a script into a finished 1080p video — narrated, cut to matched stock footage, subtitles burned in, audio normalized to −14 LUFS. Returns a job id; poll get_job, then fetch_video. Use when you ne…

payment_info

How to pay, step by step. Read this if you got a 402 and are not sure what to do.

service_info

Start here. What this server sells, what it will not do, and the exact limits.

list_voices

List narration voices you can pass to submit_video_job. Free.

get_job

Poll a video job until it is done. Free. Use after submit_video_job returns a job_id. job_id: id returned by submit_video_job, e.g. a1b2c3d4e5f6

fetch_video

Fetch the finished video path and size once the job is done. Free. job_id: id returned by submit_video_job

list_jobs

List recent video jobs. Free. limit: max jobs to return, e.g. 20

request_capability

Tell this server what you needed and could not get. Free — no payment required. Your input goes to the operator's queue and to a public board of unmet agent demand (contact details are never shared; e…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "autosophia_agent_video": {
      "url": "https://mcp.autosophia.io/mcp",
      "transport": "streamable-http"
    }
  }
}