← Registry

Developer Tools

modelmeter.xyz

Provides LLM model pricing, cost estimation, and historical data.

1 endpoint7 known toolsFirst detected July 15, 2026Last detected August 29, 2026

ENDPOINT 1

https://modelmeter.xyz/mcp

No auth detected

MCP server metadata

Name
modelmeter
Version
0.1.0
Capabilities
tools
Server instructions

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_cost

Estimate the USD cost of an LLM API call for a given model and token counts.

Inferred read-only
get_model

Unified card for one model in a single call: normalized pricing, capabilities (context window, vision, reasoning, tags), availability, reseller markup vs.

Inferred read-only
list_models

List available models with their current pricing.

Inferred read-only
get_price_history

Historical pricing time-series for a model or provider.

Inferred read-only
list_events

The changelog of record for the model layer: deprecations, price changes, launches, and the market events around them.

Inferred read-only
check_model_dependencies

Is my stack okay?

Inferred read-only
list_deprecations

Per-model retirement rows from the record: which model dies when, with runway and migration target.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.