# @wavespeed/mcp

WaveSpeed MCP server — run any model on the live WaveSpeed catalog (image, video, audio, 3D) with schema introspection, local-file upload, and price quotes.

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 1.0.7
- **Author:** Unknown
- **License:** MIT
- **npm:** @wavespeed/mcp
- **Source:** https://github.com/WaveSpeedAI/mcp-server
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 1 day

## Security scan

- **Status:** clean
- **Scanned:** 2026-08-29T02:09:36.963Z
- **Version scanned:** 1.0.7
- **CVEs:** none found by OSV at scan time
**Findings**
- injection-shaped content (note) in the `list_models` tool: Imperative addressed to the AI model

## Tools

7 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_models` — Search the live WaveSpeed model catalog (image, video, audio, 3D). Returns model IDs usable with run_model. Do not invent model IDs — always pick one returned b
- `get_model_schema` — Get a model's real input schema (required fields, properties, defaults). Call this before run_model so inputs match what the model actually accepts.
- `run_model` — Run any WaveSpeed model. input keys come from get_model_schema. Local files: pass "@./path" string values — they are uploaded and replaced with hosted URLs (bar
- `get_price` — Estimate the cost of a run before executing it (no charge). Provide the same input you would pass to run_model — pricing often depends on inputs like duration o
- `get_balance` — Show the WaveSpeed account credit balance.
- `upload_file` — Upload a local file to WaveSpeed and get its hosted URL (identical bytes reuse the same upload for 24h). Usually unnecessary — run_model handles "@./path" input
- `get_prediction` — Fetch the status and outputs of a past or in-flight prediction by id — use to recover a run that hit the wait limit.

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@wavespeed/mcp\"\n      ],\n      \"env\": {\n        \"WAVESPEED_API_KEY\": \"<YOUR_WAVESPEED_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `WAVESPEED_API_KEY` — Wavespeed API Key (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — mutates data; holds an api key.
- Floor 46, ceiling 46 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40wavespeed%2Fmcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40wavespeed%2Fmcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40wavespeed%2Fmcp
- HTML page: https://forgeregistry.com/registry/%40wavespeed%2Fmcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
