# LLMIntel Model Lifecycle MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ai-llmintel-model-lifecycle
- Repository: https://github.com/hivemindunit/llmintel-mcp
- Website: https://llmintel.ai

## Install
- Command: `npx -y @llmintel/mcp`
- Endpoint: https://llmintel.ai/v1/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @llmintel/mcp v0.2.0
- Environment variable: LLMINTEL_API_KEY (secret)
- Environment variable: LLMINTEL_BASE_URL
- Remote endpoint: https://llmintel.ai/v1/mcp

## Tools
- check_model (Check a model's lifecycle status) - 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. Endpoint: https://llmintel.ai/v1/mcp
- list_retiring_models (List models retiring soon) - List tracked models scheduled to retire within a time window, soonest first. Use this to audit a codebase or plan migration work. Endpoint: https://llmintel.ai/v1/mcp
- suggest_replacement (Suggest a replacement for a model) - 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. Endpoint: https://llmintel.ai/v1/mcp
- search_models (Search the model catalog) - List tracked models, optionally filtered by provider and lifecycle state. Use this to discover what is currently available from a provider. Endpoint: https://llmintel.ai/v1/mcp
- recent_lifecycle_changes (Recent lifecycle changes) - Lifecycle state changes across all tracked providers, newest first. Use this to answer 'what model deprecations happened recently?'. Endpoint: https://llmintel.ai/v1/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.llmintel
- Version: 0.2.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
