Model Context Protocol

WAVE MCP

19 WAVE tools for Claude, Cursor, and Windsurf — over the Model Context Protocol. Give your agent live-video infrastructure — streams, clips, transcription, routing — through one open protocol, metered pay-per-use at the WAVE gateway.

Connect a client

HTTP (hosted)

Point any MCP client at the WAVE gateway. Auth + metering are enforced there — bring a WAVE key or pay per call via x402.

{
  "mcpServers": {
    "wave": {
      "url": "https://api.wave.online/mcp",
      "transport": "http"
    }
  }
}

Local (stdio)

For Claude Desktop, Cursor, and Windsurf. Install the package and it proxies to the same gateway.

npx -y @wave-av/mcp-server

Machine-readable surfaces

/.well-known/mcp

Discovery manifest — names the WAVE MCP server and its transport endpoint.

open →

/skill.md

Agent-readable guide to the WAVE tools and how to call them.

open →

/llms.txt

LLM-friendly index of this host's machine-readable surfaces.

open →

Built for agents

The same WAVE capabilities humans use in the studio, exposed as MCP tools. Discover at agents.wave.online, authenticate + meter at api.wave.online.