Developer Tools
modelmeter.xyz
Provides LLM model pricing, cost estimation, and historical data.
ENDPOINT 1
https://modelmeter.xyz/mcp
MCP server metadata
- Name
- modelmeter
- Version
- 0.1.0
Modelmeter: the changelog of record for the AI stack, agent-callable. check_model_dependencies answers "is my stack okay?" for a list of model ids; list_deprecations shows what dies when. Pricing: start with list_models to discover ids, then get_model or estimate_cost.
Known tools 7
estimate_costEstimate the USD cost of an LLM API call for a given model and token counts.
Inferred read-onlyget_modelUnified card for one model in a single call: normalized pricing, capabilities (context window, vision, reasoning, tags), availability, reseller markup vs.
Inferred read-onlylist_eventsThe changelog of record for the model layer: deprecations, price changes, launches, and the market events around them.
Inferred read-onlylist_deprecationsPer-model retirement rows from the record: which model dies when, with runway and migration target.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.