{
  "markdown": "# @elopstudio/ai-wave-mcp\n\nMCP server for [AI Wave](https://aiwave.elopstudio.com) — a normalized feed of AI model\nreleases, price changes, API changes and deprecations, assembled from vendor release notes,\nHugging Face, the OpenRouter catalog and GitHub.\n\n## Why\n\nPicking a model? Call the OpenRouter catalog directly — it is free and public.\n\nThis is for the other question: **did anything I depend on change?** New releases, price\nmoves, and models being withdrawn, in one feed, deduplicated per model, each marked\nofficial or pending review.\n\n## Setup\n\nGet a key at https://aiwave.elopstudio.com/member, then:\n\n```json\n{\n  \"mcpServers\": {\n    \"ai-wave\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@elopstudio/ai-wave-mcp\"],\n      \"env\": { \"AIWAVE_API_KEY\": \"aiw_live_...\" }\n    }\n  }\n}\n```\n\nIf your client supports remote MCP, prefer that — no install, always current:\n\n```json\n{\n  \"mcpServers\": {\n    \"ai-wave\": {\n      \"type\": \"http\",\n      \"url\": \"https://aiwave.elopstudio.com/api/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer aiw_live_...\" }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it answers |\n| --- | --- |\n| `list_model_changes` | What changed since I last checked? Poll with `since`, feed back `latest`. |\n| `get_model` | Price, context and catalog status for one model (OpenRouter or Hugging Face id). |\n| `search_models` | Which models fit this budget and context, ordered by current attention? |\n\n## Limits\n\nFree tier: 1,000 calls/day. Remaining calls come back in `x-ratelimit-remaining`.\n\nThis package is a thin stdio wrapper around the remote endpoint — tool definitions live on\nthe server, so you get new tools without updating it.\n",
  "bytes": 1662,
  "sha": "92367f76aa88ed3f65b5310e88e4a1c781f9a86812e2fb5318506f647d49db91",
  "repo_slug": "elopstudio/ai-wave-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_elopstudio_aiwave_ai_wave_c23a5d94/readme"
}