Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.isitdeprecated/isitdeprecated

com.isitdeprecated/isitdeprecated

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

Uptime
100.0%
1 direct probes · 30d
Response
274ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

check_model

Check whether an AI model identifier is deprecated, retiring, or has silently changed (price, context window, capabilities). Accepts any spelling a provider or SDK uses, e.g. 'gpt-4-turbo', 'azure/gpt…

check_models

Check many model identifiers at once and report which are retired or scheduled for retirement. Use when auditing a codebase or config.

upcoming_retirements

List models with an announced retirement date inside a horizon, soonest first.

recent_changes

Recent breaking changes across AI model APIs: price moves, context-window cuts, removed capabilities, removals. One entry per real upstream change.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.isitdeprecated/isitdeprecated": {
      "url": "https://isitdeprecated.com/mcp",
      "transport": "streamable-http"
    }
  }
}