# x402 Video — AI Video Generation (pay-per-call, no account) (npm · x402-video-mcp)

Pay-per-call AI video generation (Seedance text-to-video) via x402. USDC on Base, no API key.

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `x402-video-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/x402-video-seedance-video-generation/x402-video-mcp.md), [page](https://verifymcp.io/servers/x402-video-seedance-video-generation/x402-video-mcp)

## Channel facts

- Registry: `npm`
- Package: `x402-video-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (113 of 117), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (113 of 117), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 52 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 533 tokens (~106/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 x402-video-seedance-video-generation -- npx -y x402-video-mcp
```

### Codex

```bash
codex mcp add x402-video-seedance-video-generation -- npx -y x402-video-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "x402-video-seedance-video-generation": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "x402-video-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add x402-video-seedance-video-generation --command npx --arg -y --arg x402-video-mcp
```

### Hermes

```yaml
mcp_servers:
  x402-video-seedance-video-generation:
    command: "npx"
    args: ["-y", "x402-video-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "x402-video-seedance-video-generation": {
      "command": "npx",
      "args": [
        "-y",
        "x402-video-mcp"
      ]
    }
  }
}
```

## 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-02 (score 68, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 23, −13)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial

### 2026-07-31 (score 36, +8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, +4)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `list_skus` (~66 tokens)

List video SKUs and prices

Live catalog of pay-per-call video generation endpoints with current USD prices (free call). Fixed-price SKUs (~$0.45-0.56 for 5s 720p) and custom endpoints (4-15s, up to 1080p, optional audio).

### `get_stats` (~26 tokens)

Gateway reliability stats

Live public stats: success rate, p50 generation seconds, total delivered (free call).

### `quote_price` (~165 tokens)

Quote exact price (no payment)

Get the exact USDC price for a generation request without paying. Free call — useful before generate_video.

Input parameters:

- `camera_fixed` (boolean): Lock the camera in place
- `duration` (integer): Seconds, 4-15 (custom pricing)
- `generate_audio` (boolean): Generate audio track (+10% price)
- `model` (string): seedance-fast: cheaper/faster. seedance: highest quality.
- `prompt` (string, required): Text prompt describing the video
- `ratio` (string): Aspect ratio (default 16:9; 9:16 for vertical/shorts)
- `resolution` (string): 480p/720p/1080p (custom pricing)
- `seed` (integer): Deterministic seed (-1 = random)

### `generate_video` (~224 tokens)

Generate a video (paid)

Generate an AI video, paying per call in USDC on Base via x402 (gasless EIP-3009 signature). Quotes the exact price first and refuses if it exceeds MAX_USD_PER_CALL (default $5). Returns a job_id — poll get_job until status is 'succeeded' (typically ~2 minutes). Prompts are screened before payment; rejected prompts are never charged.

Input parameters:

- `camera_fixed` (boolean): Lock the camera in place
- `duration` (integer): Seconds, 4-15 (custom pricing)
- `generate_audio` (boolean): Generate audio track (+10% price)
- `model` (string): seedance-fast: cheaper/faster. seedance: highest quality.
- `prompt` (string, required): Text prompt describing the video
- `ratio` (string): Aspect ratio (default 16:9; 9:16 for vertical/shorts)
- `resolution` (string): 480p/720p/1080p (custom pricing)
- `seed` (integer): Deterministic seed (-1 = random)

### `get_job` (~52 tokens)

Check job status / get video URL

Poll a generation job (free call). status: queued/running/succeeded/failed. On success returns video_url (download within 24h).

Input parameters:

- `job_id` (string, required): Job id returned by generate_video

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/x402-video-seedance-video-generation/x402-video-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 23
- 2026-07-31: 36
- 2026-07-30: 28
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/x402-video-mcp
- Socket report: https://socket.dev/npm/package/x402-video-mcp
- Repository: https://github.com/x402-video/mcp
- Website: https://x402video.com/
- Changelog RSS feed: https://verifymcp.io/servers/x402-video-seedance-video-generation/x402-video-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/x402-video-seedance-video-generation/x402-video-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/x402-video-seedance-video-generation/x402-video-mcp
