← modelmeter.xyz
INDIVIDUAL MCP TOOL
list_deprecations
Per-model retirement rows from the record: which model dies when, with runway and migration target.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.modelmeter]
url = "https://modelmeter.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"modelmeter": {
"type": "http",
"url": "https://modelmeter.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: modelmeter
Remote MCP URL: https://modelmeter.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"modelmeter": {
"url": "https://modelmeter.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"modelmeter": {
"type": "http",
"url": "https://modelmeter.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "modelmeter",
"transport": "streamable-http",
"url": "https://modelmeter.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
estimate_cost— Estimate the USD cost of an LLM API call for a given model and token counts.get_model— Unified card for one model in a single call: normalized pricing, capabilities (context window, vision, reasoning, tags), availability, reseller markup vs.list_models— List available models with their current pricing.get_price_history— Historical pricing time-series for a model or provider.list_events— The changelog of record for the model layer: deprecations, price changes, launches, and the market events around them.check_model_dependencies— Is my stack okay?