Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.runapi-builder/wan-mcp

NPM · @RUNAPI.AI/WAN-MCP · SCANNED AUG 3

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

Available components

+18 this week 58 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability34
  • AI-judged instruction clarity (poor).Fail
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage72
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 15% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @runapi.ai/wan-mcp

# add to Claude Code
claude mcp add runapi-builder-wan-mcp -- npx -y @runapi.ai/wan-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add runapi-builder-wan-mcp --command npx --arg -y --arg @runapi.ai/wan-mcp
# ~/.hermes/config.yaml
mcp_servers:
  runapi-builder-wan-mcp:
    command: "npx"
    args: ["-y", "@runapi.ai/wan-mcp"]
// mcp.json
{
  "mcpServers": {
    "runapi-builder-wan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/wan-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +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.

  • 2 Aug 26 +33
    • Provenance: unverified → fail security
    • Stability: 0.17 → unverified security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → poor functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +19
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.17 functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • 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. functional
  • 28 Jul 26 −34
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 0.1.7 → 0.1.8 functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@runapi.ai/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 96 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~1,315 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
animate ~119

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

NameTypeReqDescription
callback_urlstring
enable_safety_checkerboolean
modelstringRunAPI model slug for this model line.
output_resolutionstring
poll_interval_msinteger
reference_video_urlstringyes
source_image_urlstringyes
timeout_msinteger
waitbooleanPoll until the task reaches a terminal status.

No output schema declared.

No examples provided.

check_pricing ~55

Look up RunAPI pricing for the wan model line.

NameTypeReqDescription
actionstringEndpoint name. Defaults to the endpoint that offers the model.
modelstringModel slug. Defaults to the line's primary model.

No output schema declared.

No examples provided.

edit_video ~209

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

NameTypeReqDescription
aspect_ratiostring
audioboolean
audio_settingstring
callback_urlstring
duration_secondsnumber
enable_prompt_expansionboolean
enable_safety_checkerboolean
modelstringRunAPI model slug for this model line.
multi_shotsboolean
negative_promptstring
output_resolutionstring
poll_interval_msinteger
promptstring
reference_image_urlstring
seednumber
source_video_urlstring
source_video_urlsarray
timeout_msinteger
waitbooleanPoll until the task reaches a terminal status.
watermarkboolean

No output schema declared.

No examples provided.

get_task ~52

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

NameTypeReqDescription
actionstringyesAsynchronous endpoint the task was created on.
task_idstringyesTask id returned when the task was created.

No output schema declared.

No examples provided.

image_to_video ~237

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

NameTypeReqDescription
accelerationstring
aspect_ratiostring
audioboolean
background_audio_urlstring
callback_urlstring
driving_audio_urlstring
duration_secondsnumber
enable_prompt_expansionboolean
enable_safety_checkerboolean
first_frame_image_urlstring
last_frame_image_urlstring
modelstringRunAPI model slug for this model line.
multi_shotsboolean
negative_promptstring
output_resolutionstring
poll_interval_msinteger
promptstring
ratiostring
seednumber
source_video_urlstring
timeout_msinteger
waitbooleanPoll until the task reaches a terminal status.
watermarkboolean

No output schema declared.

No examples provided.

login ~52

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

NameTypeReqDescription
forcebooleanRe-run browser login when the current credential comes from the local config file.

No output schema declared.

No examples provided.

speech_to_video ~187

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

NameTypeReqDescription
callback_urlstring
enable_safety_checkerboolean
frames_per_secondnumber
guidance_scalenumber
modelstringRunAPI model slug for this model line.
negative_promptstring
num_framesnumber
num_inference_stepsnumber
output_resolutionstring
poll_interval_msinteger
promptstringyes
seednumber
shiftnumber
source_audio_urlstringyes
source_image_urlstringyes
timeout_msinteger
waitbooleanPoll until the task reaches a terminal status.

No output schema declared.

No examples provided.

text_to_image ~184

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

NameTypeReqDescription
aspect_ratiostring
bbox_listarray
callback_urlstring
color_palettearray
enable_safety_checkerboolean
enable_sequentialboolean
modelstringRunAPI model slug for this model line.
output_countnumber
output_resolutionstring
poll_interval_msinteger
promptstring
seednumber
source_image_urlsarray
thinking_modeboolean
timeout_msinteger
waitbooleanPoll until the task reaches a terminal status.
watermarkboolean

No output schema declared.

No examples provided.

text_to_video ~220

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

NameTypeReqDescription
accelerationstring
aspect_ratiostring
background_audio_urlstring
callback_urlstring
duration_secondsnumber
enable_prompt_expansionboolean
enable_safety_checkerboolean
first_frame_image_urlstring
modelstringRunAPI model slug for this model line.
negative_promptstring
output_resolutionstring
poll_interval_msinteger
promptstring
ratiostring
reference_audio_urlstring
reference_image_urlsarray
reference_video_urlsarray
seednumber
timeout_msinteger
waitbooleanPoll until the task reaches a terminal status.
watermarkboolean

No output schema declared.

No examples provided.