Connection check
local install
wavespeedai-mcp
Run any model on the live WaveSpeed catalog: image, video, audio, 3D.
Tools
7
GitHub stars
31
Installs / wk
489
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
7 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
get_balance
from source
Show the WaveSpeed account credit balance. Show the WaveSpeed account credit balance.
get_model_schema
from source
Get a model Get a model
get_prediction
from source
Fetch the status and outputs of a past or in-flight prediction by id — use to recover a run that hit the wait limit. Fetch the status and outputs of a past or in-flight prediction by id — use to recover a run that hit the wait limit.
get_price
from source
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. 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.
list_models
from source
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. 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.
run_model
from source
Run any WaveSpeed model. input keys come from get_model_schema. Local files: pass Run any WaveSpeed model. input keys come from get_model_schema. Local files: pass
upload_file
from source