mcpbeat Sign in

LLMIntel Model Lifecycle MCP Server

not responding

LLMIntel Model Lifecycle is listed as active in the registry but did not answer our last check. 58 installs a week from npm. It exposes 5 tools. Last commit 29 Jul 2026.

Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to.

Installs per day peak 27 · avg 14 · +13% w/w
a month agotoday
Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
5
Tools
read from the server
330 ms
Response time
average over 24h
58
Installs / week
npm and PyPI

LLMIntel Model Lifecycle does not always answer

Over the last week it answered 0.9% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add model-lifecycle --transport http https://llmintel.ai/v1/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "model-lifecycle": {
      "url": "https://llmintel.ai/v1/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.model-lifecycle]
url = "https://llmintel.ai/v1/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "model-lifecycle": {
      "url": "https://llmintel.ai/v1/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "model-lifecycle": {
      "url": "https://llmintel.ai/v1/mcp"
    }
  }
}

This one needs environment variables set before it will start: LLMINTEL_API_KEY (Optional. The catalog is public and needs no key; supplying one only raises the rate-limit budget.), LLMINTEL_BASE_URL (Optional. Override the catalog origin (defaults to https://llmintel.ai). Useful for self-hosted or staging deployments.). The author declared them in the registry entry; get the values from the project itself.

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

model
check_model
Check whether an LLM model id is safe to use, deprecated, or retired, and what to migrate to. Accepts the exact string used in code (e.g. 'gpt-4o', 'claude-sonnet-4-5-20250929', 'anthropic/claude-opus-4-1'). Call this before writing or changing any hardcoded model id.
models
search_models
List tracked models, optionally filtered by provider and lifecycle state. Use this to discover what is currently available from a provider.
recent
recent_lifecycle_changes
Lifecycle state changes across all tracked providers, newest first. Use this to answer 'what model deprecations happened recently?'.
retiring
list_retiring_models
List tracked models scheduled to retire within a time window, soonest first. Use this to audit a codebase or plan migration work.
suggest
suggest_replacement
Given a deprecated or retiring model, return the provider's recommended replacement(s) and, when none is published, active models from the same provider to consider.

Endpoints

URLTransportStateLatencyChecked
https://llmintel.ai/v1/mcp streamable-http answering 330 ms 7 min ago

Alternatives to LLMIntel Model Lifecycle

same job, measured the same way
C
Isitdeprecated
by isitdeprecated

Check if an AI model is deprecated, retiring, or silently changed price or context window.

4 tools answering
AI Model Watch
by khavel

Prices, context windows, lifecycle and deprecation dates for 270+ AI/LLM models. Daily, no key.

389 installs/wk local only
Dynatrace MCP
by dynatrace-oss

[DEPRECATED] Dynatrace MCP Server. Migrate to dynatrace-for-ai or Dynatrace Remote MCP Server.

13 527 installs/wk local only
Invigil
by invigil

Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents.

110 installs/wk local only
AI Model Lifecycle Index
by oscarlopez-gif

Cross-vendor AI model lifecycle: status, sunset dates, and migration targets, source-cited.

4 tools answering
Modelmeter
by modelmeter

The changelog of record for the AI stack: sunset checks, deprecations, pricing, and model events.

7 tools answering
Kawaa email verification
by kawaa

Check whether an email address can receive mail — one address or a list — without sending to it.

answering
Isitdisposable MCP
by richelo

An MCP server that lets AI agents check whether an email address or domain is disposable.

18 installs/wk local only

LLMIntel Model Lifecycle — questions

Answers built from our own checks of this server.

What can LLMIntel Model Lifecycle do?
It exposes 5 tools, read directly from the server on our last check. Among them: check_model, list_retiring_models, recent_lifecycle_changes, search_models, suggest_replacement. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is LLMIntel Model Lifecycle working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 330 ms. The bar chart above shows every period we have measured.
The registry lists LLMIntel Model Lifecycle as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect LLMIntel Model Lifecycle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does LLMIntel Model Lifecycle need an API key?
No. LLMIntel Model Lifecycle completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use LLMIntel Model Lifecycle?
The npm package @llmintel/mcp was installed 58 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LLMIntel Model Lifecycle open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.