# io.github.runapi-builder/wan-mcp (npm · @runapi.ai/wan-mcp)

RunAPI MCP server for Wan: create tasks, poll status, check pricing.

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

## Components

- npm · `@runapi.ai/wan-mcp`: 58/100 (this document), [markdown](https://verifymcp.io/servers/runapi-builder-wan-mcp/runapi-ai-wan-mcp.md), [page](https://verifymcp.io/servers/runapi-builder-wan-mcp/runapi-ai-wan-mcp)

## Channel facts

- Registry: `npm`
- Package: `@runapi.ai/wan-mcp`
- Version: `0.1.9`
- 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 (96 of 100), 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 (96 of 100), 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 (Apache-2.0).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 34/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 1433 tokens (~159/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 72/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 15% 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 runapi-builder-wan-mcp -- npx -y @runapi.ai/wan-mcp
```

### Codex

```bash
codex mcp add runapi-builder-wan-mcp -- npx -y @runapi.ai/wan-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "runapi-builder-wan-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@runapi.ai/wan-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add runapi-builder-wan-mcp --command npx --arg -y --arg @runapi.ai/wan-mcp
```

### Hermes

```yaml
mcp_servers:
  runapi-builder-wan-mcp:
    command: "npx"
    args: ["-y", "@runapi.ai/wan-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "runapi-builder-wan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/wan-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-03 (score 58, +1)

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

### 2026-08-02 (score 57, +33)

- [security regression] Provenance: unverified → fail
- [security regression] Stability: 0.17 → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Schema quality: unverified → poor
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 24, +19)

- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.17
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −1)

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

### 2026-07-30 (score 6, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

### 2026-07-28 (score 6, −34)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.7 → 0.1.8

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

First indexed and scored.

## MCP tools (9)

### `login` (~52 tokens)

Authenticate RunAPI by opening a browser PKCE login flow and saving the API key to ~/.config/runapi/config.json.

Input parameters:

- `force` (boolean): Re-run browser login when the current credential comes from the local config file.

### `animate` (~119 tokens)

Create a Wan task on RunAPI (animate). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `enable_safety_checker` (boolean)
- `model` (string): RunAPI model slug for this model line.
- `output_resolution` (string)
- `poll_interval_ms` (integer)
- `reference_video_url` (string, required)
- `source_image_url` (string, required)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `edit_video` (~209 tokens)

Create a Wan task on RunAPI (edit video). Returns a task id, status, and output URLs.

Input parameters:

- `aspect_ratio` (string)
- `audio` (boolean)
- `audio_setting` (string)
- `callback_url` (string)
- `duration_seconds` (number)
- `enable_prompt_expansion` (boolean)
- `enable_safety_checker` (boolean)
- `model` (string): RunAPI model slug for this model line.
- `multi_shots` (boolean)
- `negative_prompt` (string)
- `output_resolution` (string)
- `poll_interval_ms` (integer)
- `prompt` (string)
- `reference_image_url` (string)
- `seed` (number)
- `source_video_url` (string)
- `source_video_urls` (array)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.
- `watermark` (boolean)

### `image_to_video` (~237 tokens)

Create a Wan task on RunAPI (image to video). Returns a task id, status, and output URLs.

Input parameters:

- `acceleration` (string)
- `aspect_ratio` (string)
- `audio` (boolean)
- `background_audio_url` (string)
- `callback_url` (string)
- `driving_audio_url` (string)
- `duration_seconds` (number)
- `enable_prompt_expansion` (boolean)
- `enable_safety_checker` (boolean)
- `first_frame_image_url` (string)
- `last_frame_image_url` (string)
- `model` (string): RunAPI model slug for this model line.
- `multi_shots` (boolean)
- `negative_prompt` (string)
- `output_resolution` (string)
- `poll_interval_ms` (integer)
- `prompt` (string)
- `ratio` (string)
- `seed` (number)
- `source_video_url` (string)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.
- `watermark` (boolean)

### `speech_to_video` (~187 tokens)

Create a Wan task on RunAPI (speech to video). Returns a task id, status, and output URLs.

Input parameters:

- `callback_url` (string)
- `enable_safety_checker` (boolean)
- `frames_per_second` (number)
- `guidance_scale` (number)
- `model` (string): RunAPI model slug for this model line.
- `negative_prompt` (string)
- `num_frames` (number)
- `num_inference_steps` (number)
- `output_resolution` (string)
- `poll_interval_ms` (integer)
- `prompt` (string, required)
- `seed` (number)
- `shift` (number)
- `source_audio_url` (string, required)
- `source_image_url` (string, required)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.

### `text_to_image` (~184 tokens)

Create a Wan task on RunAPI (text to image). Returns a task id, status, and output URLs.

Input parameters:

- `aspect_ratio` (string)
- `bbox_list` (array)
- `callback_url` (string)
- `color_palette` (array)
- `enable_safety_checker` (boolean)
- `enable_sequential` (boolean)
- `model` (string): RunAPI model slug for this model line.
- `output_count` (number)
- `output_resolution` (string)
- `poll_interval_ms` (integer)
- `prompt` (string)
- `seed` (number)
- `source_image_urls` (array)
- `thinking_mode` (boolean)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.
- `watermark` (boolean)

### `text_to_video` (~220 tokens)

Create a Wan task on RunAPI (text to video). Returns a task id, status, and output URLs.

Input parameters:

- `acceleration` (string)
- `aspect_ratio` (string)
- `background_audio_url` (string)
- `callback_url` (string)
- `duration_seconds` (number)
- `enable_prompt_expansion` (boolean)
- `enable_safety_checker` (boolean)
- `first_frame_image_url` (string)
- `model` (string): RunAPI model slug for this model line.
- `negative_prompt` (string)
- `output_resolution` (string)
- `poll_interval_ms` (integer)
- `prompt` (string)
- `ratio` (string)
- `reference_audio_url` (string)
- `reference_image_urls` (array)
- `reference_video_urls` (array)
- `seed` (number)
- `timeout_ms` (integer)
- `wait` (boolean): Poll until the task reaches a terminal status.
- `watermark` (boolean)

### `get_task` (~52 tokens)

Fetch the current status and latest result payload for a wan task.

Input parameters:

- `action` (string, required): Asynchronous endpoint the task was created on.
- `task_id` (string, required): Task id returned when the task was created.

### `check_pricing` (~55 tokens)

Look up RunAPI pricing for the wan model line.

Input parameters:

- `action` (string): Endpoint name. Defaults to the endpoint that offers the model.
- `model` (string): Model slug. Defaults to the line's primary model.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/runapi-builder-wan-mcp/runapi-ai-wan-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 24
- 2026-07-31: 5
- 2026-07-30: 6
- 2026-07-28: 6
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@runapi.ai/wan-mcp
- Socket report: https://socket.dev/npm/package/@runapi.ai/wan-mcp
- Repository: https://github.com/runapi-ai/wan-mcp
- Changelog RSS feed: https://verifymcp.io/servers/runapi-builder-wan-mcp/runapi-ai-wan-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/runapi-builder-wan-mcp/runapi-ai-wan-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/runapi-builder-wan-mcp/runapi-ai-wan-mcp
