Skip to main content
Glama
WaveSpeedAI

WaveSpeed MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WAVESPEED_API_KEYYesWaveSpeed API key from https://wavespeed.ai/accesskey. Optional if the WaveSpeed CLI is already logged in.
WAVESPEED_BASE_URLNoOverride the WaveSpeed API base URL.https://api.wavespeed.ai
WAVESPEED_CLIENT_NAMENoClient name reported for usage attribution.wavespeed-mcp

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

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.

get_model_schemaA

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_modelA

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.

get_priceA

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.

get_balanceA

Show the WaveSpeed account credit balance.

upload_fileA

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.

get_predictionA

Fetch the status and outputs of a past or in-flight prediction by id — use to recover a run that hit the wait limit.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WaveSpeedAI/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server