{"_id":"@aimodelwatch/mcp","name":"@aimodelwatch/mcp","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aimodelwatch/mcp","version":"1.0.0","description":"MCP server for AI Model Watch — query 250+ AI/LLM models with prices, lifecycle status, and deprecation data","type":"module","bin":{"aimodelwatch-mcp":"index.mjs"},"main":"./index.mjs","scripts":{"start":"node index.mjs"},"keywords":["mcp","model-context-protocol","ai-models","llm","pricing","deprecation","lifecycle"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/Khavel/ai-model-watch.git","directory":"mcp-server"},"engines":{"node":">=18.0.0"},"dependencies":{"@modelcontextprotocol/server":"^2.0.0","zod":"^4.0.0"},"gitHead":"4bbea44b1b0fa5ee21d6aa89e7f4252302ab9a05","_id":"@aimodelwatch/mcp@1.0.0","bugs":{"url":"https://github.com/Khavel/ai-model-watch/issues"},"homepage":"https://github.com/Khavel/ai-model-watch#readme","_nodeVersion":"24.19.0","_npmVersion":"11.17.0","dist":{"integrity":"sha512-F5dboz+c7QKSSHU0zT0VXuPdtmSTRoU/3oPX1AyWUbh9MEOIZLJBUzMZALCf59KlYq7WfKDBBzMPpRFItLbO/g==","shasum":"56c37d3ff49ad944bcc3469a7c7683355c06bb93","tarball":"https://registry.npmjs.org/@aimodelwatch/mcp/-/mcp-1.0.0.tgz","fileCount":3,"unpackedSize":23806,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIF8prbdkLusqcgVRmwEiM4hwFLSR30V5N08oRBZbHlIPAiEAmCqkMHkqg86etWalWKEv6LaYCGV5tTMLVjqLza7j+aI="}]},"_npmUser":{"name":"khavel","email":"ceja_pontejos@hotmail.com"},"directories":{},"maintainers":[{"name":"khavel","email":"ceja_pontejos@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp_1.0.0_1787770483337_0.7486710644791905"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-26T18:54:43.177Z","1.0.0":"2026-08-26T18:54:43.469Z","modified":"2026-08-26T18:54:43.668Z"},"maintainers":[{"name":"khavel","email":"ceja_pontejos@hotmail.com"}],"description":"MCP server for AI Model Watch — query 250+ AI/LLM models with prices, lifecycle status, and deprecation data","homepage":"https://github.com/Khavel/ai-model-watch#readme","keywords":["mcp","model-context-protocol","ai-models","llm","pricing","deprecation","lifecycle"],"repository":{"type":"git","url":"git+https://github.com/Khavel/ai-model-watch.git","directory":"mcp-server"},"bugs":{"url":"https://github.com/Khavel/ai-model-watch/issues"},"license":"MIT","readme":"# @aimodelwatch/mcp\r\n\r\nMCP server for [AI Model Watch](https://aimodelwatch.dev) — query 250+ AI/LLM models\r\nwith prices, context windows, lifecycle status, and deprecation data, directly from any\r\nMCP-capable agent (Claude, Cursor, Windsurf, etc.).\r\n\r\nData is fetched from the public API at `aimodelwatch.dev/api` and cached in memory for\r\n1 hour. No API key required.\r\n\r\n## Installation\r\n\r\n```bash\r\nnpm install -g @aimodelwatch/mcp\r\n```\r\n\r\nOr run directly:\r\n\r\n```bash\r\nnpx @aimodelwatch/mcp\r\n```\r\n\r\n## Configuration\r\n\r\n### Claude Desktop / Claude Code\r\n\r\nAdd to your MCP config (`claude_desktop_config.json` or `.claude.json`):\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"aimodelwatch\": {\r\n      \"command\": \"npx\",\r\n      \"args\": [\"-y\", \"@aimodelwatch/mcp\"]\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n### Cursor\r\n\r\nAdd to `.cursor/mcp.json`:\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"aimodelwatch\": {\r\n      \"command\": \"npx\",\r\n      \"args\": [\"-y\", \"@aimodelwatch/mcp\"]\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n## Tools\r\n\r\n| Tool | Description |\r\n|------|-------------|\r\n| `list_models` | List all models with optional filters: `provider`, `status`, `modality` |\r\n| `get_model` | Full details for a model by id or api_string |\r\n| `search_models` | Free-text search across names, providers, and notes |\r\n| `compare_models` | Side-by-side comparison of 2-4 models |\r\n| `cheapest_models` | Find the N cheapest models by blended price |\r\n| `list_deprecations` | Upcoming/past deprecations, filterable by provider or date range |\r\n| `check_model_status` | Check if a model is deprecated/retiring and get its replacement |\r\n\r\n## Examples\r\n\r\nAsk your AI agent:\r\n\r\n- \"What's the cheapest model for text generation right now?\"\r\n- \"Is gpt-4o being deprecated?\"\r\n- \"Compare claude-opus-4-8 and gpt-5-6 pricing\"\r\n- \"List all Google models that are deprecated\"\r\n- \"Search for models with audio support\"\r\n\r\n## Data source\r\n\r\nAll data comes from [AI Model Watch](https://aimodelwatch.dev), a daily-verified,\r\nfirst-party-sourced catalog. Every model row carries the official `source_url` it was\r\nread from. The data is MIT-licensed.\r\n\r\n## License\r\n\r\nMIT\r\n","readmeFilename":"README.md","_rev":"1-80a519f4eb0936d4a5228c8ca73329fe"}