Autosophia Agent Video
io.autosophia/agent-videoScript in, finished 1080p narrated video out. Pay per call in USDC via x402.
Tools · 8
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…
How to pay, step by step. Read this if you got a 402 and are not sure what to do.
Start here. What this server sells, what it will not do, and the exact limits.
List narration voices you can pass to submit_video_job. Free.
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 the finished video path and size once the job is done. Free. job_id: id returned by submit_video_job
List recent video jobs. Free. limit: max jobs to return, e.g. 20
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…
Similar MCP servers embedding-nearest
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"
}
}
}