servers / ai-wavespeed-mcp

ai.wavespeed/mcp

communitystdiolocalwrite capablehealthy

Run any model on the live WaveSpeed catalog: image, video, audio, 3D.


01Tools · 7

How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.

ToolRiskSide effectsApproval
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.
readfalseunknown
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 or resolution.
readfalseunknown
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 by this tool.
readfalseunknown
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 (bare paths are NOT uploaded). Returns output URLs. If the wait limit is hit, the task keeps running; recover it with get_prediction.
writetrueunknown
get_balance
Show the WaveSpeed account credit balance.
readfalseunknown
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.
readfalseunknown
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" inputs itself.
writetrueunknown

02Install & source
npx -y @wavespeed/mcp
npx

05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-08-19 03:11Z
next_check2026-08-20 07:58Z
cadenceevery 29h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex8 unique facts >= 5

06Badge

Add the “as seen on MCPExplorer” badge to your README. ai.wavespeed/mcp MCP — as seen on mcpexplorer.com

[![ai.wavespeed/mcp MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/ai-wavespeed-mcp.svg)](https://mcpexplorer.com/servers/ai-wavespeed-mcp)

Next step

This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.

Explore loadouts →