Command Palette

Search for a command to run...

UnylyUnyly
Browse all

AI Wave

FreeMaintained

AI model releases, price changes and deprecations in one feed, merged from four sources.

GitHubEmbed

About

AI model releases, price changes and deprecations in one feed, merged from four sources.

README

MCP server for AI Wave — a normalized feed of AI model releases, price changes, API changes and deprecations, assembled from vendor release notes, Hugging Face, the OpenRouter catalog and GitHub.

Why

Picking a model? Call the OpenRouter catalog directly — it is free and public.

This is for the other question: did anything I depend on change? New releases, price moves, and models being withdrawn, in one feed, deduplicated per model, each marked official or pending review.

Setup

Get a key at https://aiwave.elopstudio.com/member, then:

{
  "mcpServers": {
    "ai-wave": {
      "command": "npx",
      "args": ["-y", "@elopstudio/ai-wave-mcp"],
      "env": { "AIWAVE_API_KEY": "aiw_live_..." }
    }
  }
}

If your client supports remote MCP, prefer that — no install, always current:

{
  "mcpServers": {
    "ai-wave": {
      "type": "http",
      "url": "https://aiwave.elopstudio.com/api/mcp",
      "headers": { "Authorization": "Bearer aiw_live_..." }
    }
  }
}

Tools

Tool What it answers
list_model_changes What changed since I last checked? Poll with since, feed back latest.
get_model Price, context and catalog status for one model (OpenRouter or Hugging Face id).
search_models Which models fit this budget and context, ordered by current attention?

Limits

Free tier: 1,000 calls/day. Remaining calls come back in x-ratelimit-remaining.

This package is a thin stdio wrapper around the remote endpoint — tool definitions live on the server, so you get new tools without updating it.

from github.com/elopstudio/ai-wave-mcp

Install AI Wave in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ai-wave

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ai-wave --env AIWAVE_API_KEY="" -- npx -y @elopstudio/ai-wave-mcp

Step-by-step: how to install AI Wave

FAQ

Is AI Wave MCP free?

Yes, AI Wave MCP is free — one-click install via Unyly at no cost.

Does AI Wave need an API key?

Yes, it requires environment variables: AIWAVE_API_KEY. Unyly injects them into the config during install.

Is AI Wave hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install AI Wave in Claude Desktop, Claude Code or Cursor?

Open AI Wave on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare AI Wave with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs