com.isitdeprecated/isitdeprecated
com.isitdeprecated/isitdeprecatedCheck if an AI model is deprecated, retiring, or silently changed price or context window.
Tools · 4
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 many model identifiers at once and report which are retired or scheduled for retirement. Use when auditing a codebase or config.
List models with an announced retirement date inside a horizon, soonest first.
Recent breaking changes across AI model APIs: price moves, context-window cuts, removed capabilities, removals. One entry per real upstream change.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.isitdeprecated/isitdeprecated": {
"url": "https://isitdeprecated.com/mcp",
"transport": "streamable-http"
}
}
}