AgentMarketMCP / SKILL 资产档案馆

目录 / model-lifecycle

MCP 鉴权未知 未评级 已上架

model-lifecycle

Stop your agent from shipping dead model ids. Coding agents confidently write `gpt-4-32k` and `claude-3-5-sonnet-20240620` into your code long after those ids stop answering. This server gives them a live lookup: is this model deprecated, when does it retire, and what replaces it. Covers OpenAI, Anthropic, Azure, Bedrock, Google, and Cohere. Parsed from each provider's own deprecation pages. No API key. **Ask it** - `check_model("gpt-4o")` — safe / deprecated / retiring, deadline, replacement, source link - `list_retiring_models` — what breaks in the next 90 days - `suggest_replacement` — the provider's own migration target

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://model-lifecycle--llmintel.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "model-lifecycle": {
      "url": "https://model-lifecycle--llmintel.run.tools"
    }
  }
}

能力清单

工具说明
check_modelCheck 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.
list_retiring_modelsList tracked models scheduled to retire within a time window, soonest first. Use this to audit a codebase or plan migration work.
suggest_replacementGiven 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.
search_modelsList tracked models, optionally filtered by provider and lifecycle state. Use this to discover what is currently available from a provider.
recent_lifecycle_changesLifecycle state changes across all tracked providers, newest first. Use this to answer 'what model deprecations happened recently?'.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。