Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# @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.

Lo que la gente pregunta sobre ai-wave-mcp

¿Qué es elopstudio/ai-wave-mcp?

+

elopstudio/ai-wave-mcp es mcp servers para el ecosistema de Claude AI. MCP server for AI Wave — track AI model releases, price changes and deprecations in one feed. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-11.

¿Cómo se instala ai-wave-mcp?

+

Puedes instalar ai-wave-mcp clonando el repositorio (https://github.com/elopstudio/ai-wave-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar elopstudio/ai-wave-mcp?

+

Nuestro agente de seguridad ha analizado elopstudio/ai-wave-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene elopstudio/ai-wave-mcp?

+

elopstudio/ai-wave-mcp es mantenido por elopstudio. La última actividad registrada en GitHub es del 2026-09-11, con 0 issues abiertos.

¿Hay alternativas a ai-wave-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ai-wave-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a ai-wave-mcp