Skip to main content
Glama
elopstudio

@elopstudio/ai-wave-mcp

by elopstudio

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

Related MCP server: model-version-mcp

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Provides AI assistants with real-time access to 1000+ AI models including their latest pricing, context windows, capabilities, and specifications. Supports model search, comparison, recommendations, and live testing.
    3
    87
    1
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables discovery of public AI models with pricing, documentation context, and OpenAI-compatible integration examples. Supports both read-only queries and paid async media generation tasks.
    -