Check LLM model lifecycle status and recommended replacements across major providers without requiring an API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
The install command below started, but didn't respond the way we expected when we tried to talk to it.
npx -y @llmintel/mcpinitialize succeeded but no response to tools/list.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 4d ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Llmintel MCP.
check_modelWhether one model id is safe to use: lifecycle state, the retirement deadline in days, the replacement, and the source link.
list_retiring_modelsWhat breaks in the next 90 days. Past-due models are listed first, then upcoming ones soonest-first.
suggest_replacementThe provider's own recommendation for what to move to. Falls back to same-provider active models when none was published.
search_modelsCatalog search filtered by provider and lifecycle state.
recent_lifecycle_changesThe change feed across all providers, for questions like "what was deprecated this month".
An MCP server that tells your coding agent whether a model id is safe to use.
LLMs are trained on a snapshot of the world and will confidently write gpt-4-32k into your code
long after it stops answering. This server gives the agent a live lookup for whether a model is
deprecated and when it stops working. It returns the replacement too. Answers are normalized across
OpenAI, Anthropic, Azure AI Foundry, AWS Bedrock, Google, and Cohere, and parsed from each
provider's own deprecation pages.
No API key, no signup. The catalog is public.
Add it to any MCP host. The package runs straight from npm via npx.
In .cursor/mcp.json:
Same shape as the Cursor block above, in claude_desktop_config.json.
The same five tools are served over Streamable HTTP at https://llmintel.ai/v1/mcp. Hosts that take
a URL need no Node and no package:
The endpoint is stateless and read-only. It answers from the same catalog the npm package queries.
| Tool | Returns |
|---|---|
check_model | Whether one model id is safe to use: lifecycle state, the retirement deadline in days, the replacement, and the source link. |
list_retiring_models | What breaks in the next 90 days. Past-due models are listed first, then upcoming ones soonest-first. |
suggest_replacement | The provider's own recommendation for what to move to. Falls back to same-provider active models when none was published. |
search_models | Catalog search filtered by provider and lifecycle state. |
recent_lifecycle_changes | The change feed across all providers, for questions like "what was deprecated this month". |
You: Before we ship this, check the model ids in
src/agents/.
The agent calls check_model for each one and gets back:
Deadlines are always given in days, because a model cannot reliably judge whether 2026-07-30 is
soon.
A failed lookup is never a safety verdict. If the catalog is unreachable, the tool returns an MCP error and says so. An agent that read a network failure as "no deprecation found" would happily ship a retired model id. A model that simply isn't tracked gets the same treatment: it returns "not in the catalog, verify with the provider", never "OK".
Pass whatever string is literally in the code (gpt-4o, anthropic/claude-opus-4-1, azure/gpt-4o)
and it resolves to the canonical tracked model.
When the provider's own deprecation notice names a successor, that is what you get. Otherwise the fallback list of same-provider active models is labelled as candidates to evaluate, so an agent can tell the two apart.
Anything past its retirement date is broken now, so it gets its own heading instead of sitting in "retiring soon".
Both variables are optional.
| Variable | Default | Purpose |
|---|---|---|
LLMINTEL_API_KEY | none | Raises the rate-limit budget. The catalog itself is public, so you do not need this. |
LLMINTEL_BASE_URL | https://llmintel.ai | Point at a self-hosted or staging catalog. |
Anonymous callers get 30 requests/minute per IP, enough for interactive agent use.
Every record links to the provider page it was parsed from and preserves the provider's verbatim
lifecycle term (sourceTerm), so a normalization decision is always auditable. Changes go through a
human verification queue before publication. Collector freshness is public at
/v1/status.
The same data is available as a plain REST API, also without a key. See llmintel.ai/docs.
MIT ยฉ LLMIntel
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hivemindunit-llmintel-mcp)<a href="https://allmcps.com/mcp/hivemindunit-llmintel-mcp"><img src="https://allmcps.com/api/badge/hivemindunit-llmintel-mcp?style=directory" alt="Llmintel MCP on AllMCPs" /></a>