# Autosophia Agent Video (remote · mcp.autosophia.io)

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

- Trust score: 56/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- remote · `mcp.autosophia.io`: 56/100 (this document), [markdown](https://verifymcp.io/servers/io-autosophia-agent-video/mcp.md), [page](https://verifymcp.io/servers/io-autosophia-agent-video/mcp)

## Channel facts

- Endpoint: `https://mcp.autosophia.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-21.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 406, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 532 tokens (~66/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-autosophia-agent-video https://mcp.autosophia.io/mcp
```

### Codex

```toml
[mcp_servers.io-autosophia-agent-video]
url = "https://mcp.autosophia.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-autosophia-agent-video": {
      "type": "remote",
      "url": "https://mcp.autosophia.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-autosophia-agent-video --url https://mcp.autosophia.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-autosophia-agent-video:
    url: "https://mcp.autosophia.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-autosophia-agent-video": {
      "type": "http",
      "url": "https://mcp.autosophia.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-21 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-19 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-18 (score 54, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-17 (score 54)

First indexed and scored.

## MCP tools (8)

### `submit_video_job` (~216 tokens)

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 need a publishable video and have only text.
$0.60 per video in USDC on Solana — no account, no API key, no human in the loop.

script: narration body to speak (plain text)
title: optional intro title shown for ~4s at the top
voice: voice id from list_voices(), e.g. female_warm
subtitles: burn-in subtitles (default true)
speed: narration speed multiplier, e.g. 1.0
seed: stock-selection seed for reproducible visuals, e.g. 7

Input parameters:

- `script` (string, required)
- `seed` (integer)
- `speed` (number)
- `subtitles` (boolean)
- `title` (string)
- `voice` (string)

### `payment_info` (~32 tokens)

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

### `service_info` (~27 tokens)

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

### `list_voices` (~22 tokens)

List narration voices you can pass to submit_video_job. Free.

### `get_job` (~63 tokens)

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

Input parameters:

- `job_id` (string, required)

### `fetch_video` (~41 tokens)

Fetch the finished video path and size once the job is done. Free.

job_id: id returned by submit_video_job

Input parameters:

- `job_id` (string, required)

### `list_jobs` (~35 tokens)

List recent video jobs. Free.

limit: max jobs to return, e.g. 20

Input parameters:

- `limit` (integer)

### `request_capability` (~96 tokens)

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; entries are reviewed before publishing). Include what you would pay if you know.

Input parameters:

- `contact` (string)
- `need` (string, required)
- `tried` (string)
- `would_pay_usd` (number)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-autosophia-agent-video/mcp#diagnostics

## Score history

- 2026-08-21: 56
- 2026-08-20: 55
- 2026-08-19: 55
- 2026-08-18: 54
- 2026-08-17: 54

## Links

- Remote endpoint: https://mcp.autosophia.io/mcp
- Website: https://autosophia.io/
- Changelog RSS feed: https://verifymcp.io/servers/io-autosophia-agent-video/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-autosophia-agent-video/mcp.json
- HTML version of this page: https://verifymcp.io/servers/io-autosophia-agent-video/mcp
