Skip to main content
ClaudeWave

MCP server for AI Wave — track AI model releases, price changes and deprecations in one feed.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/elopstudio/ai-wave-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai-wave-mcp": {
      "command": "node",
      "args": ["/path/to/ai-wave-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/elopstudio/ai-wave-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# @elopstudio/ai-wave-mcp

MCP server for [AI Wave](https://aiwave.elopstudio.com) — 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:

```json
{
  "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:

```json
{
  "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.

What people ask about ai-wave-mcp

What is elopstudio/ai-wave-mcp?

+

elopstudio/ai-wave-mcp is mcp servers for the Claude AI ecosystem. MCP server for AI Wave — track AI model releases, price changes and deprecations in one feed. It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install ai-wave-mcp?

+

You can install ai-wave-mcp by cloning the repository (https://github.com/elopstudio/ai-wave-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is elopstudio/ai-wave-mcp safe to use?

+

Our security agent has analyzed elopstudio/ai-wave-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains elopstudio/ai-wave-mcp?

+

elopstudio/ai-wave-mcp is maintained by elopstudio. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to ai-wave-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ai-wave-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: elopstudio/ai-wave-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/elopstudio-ai-wave-mcp)](https://claudewave.com/repo/elopstudio-ai-wave-mcp)
<a href="https://claudewave.com/repo/elopstudio-ai-wave-mcp"><img src="https://claudewave.com/api/badge/elopstudio-ai-wave-mcp" alt="Featured on ClaudeWave: elopstudio/ai-wave-mcp" width="320" height="64" /></a>

More MCP Servers

ai-wave-mcp alternatives