Back to Browse

Ai Wave MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://aiwave.elopstudio.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-elopstudio-aiwave-ai-wave": {
      "url": "https://aiwave.elopstudio.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@elopstudio/ai-wave-mcp

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

ToolWhat it answers
list_model_changesWhat changed since I last checked? Poll with since, feed back latest.
get_modelPrice, context and catalog status for one model (OpenRouter or Hugging Face id).
search_modelsWhich 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.

Reviews

No reviews yet

Be the first to review this server!