← Registry

AI & Machine Learning

inferindex.dev

Provides tools to search LLM models, compare provider API pricing and reliability, view price history, and estimate usage costs.

1 endpoint5 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://mcp.inferindex.dev/mcp

No auth detected

MCP server metadata

Name
inferindex
Version
1.0.0
Capabilities
tools
Server instructions

InferIndex compares LLM API prices across providers and aggregators. Prices are in USD per 1M tokens; blended = (3 × input + output) / 4. Start with search_models if the model id is unclear, then cheapest, compare_providers, estimate_cost or price_history. Each result includes api_url, the equivalent public API call.

Known tools 5

search_models

Find the exact id of an LLM tracked by InferIndex from a name or partial name (e.

Inferred read-only
cheapest

Cheapest current API offers for one model across direct providers and aggregators, in USD per 1M tokens (input, output, blended 3:1).

Inferred read-only
compare_providers

Current offers for one model, one line per provider and source (direct or via an aggregator), cheapest first (10 by default), with price, context, quantization, published conditions (training on prompts, data regions, sign-up) and reliability from official status pages.

Inferred read-only
price_history

Price history of one model: every offer tracked by InferIndex (daily or weekly min/max/last price in USD, or raw price changes), plus the official price of the model's lab over time.

Inferred read-only
estimate_cost

Estimated cost of a workload on one model at each provider: cost per request, and per month if requests_per_day is given, taking the provider's tiered pricing and prompt-cache price into account.

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.inferindex]
url = "https://mcp.inferindex.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "inferindex": {
      "type": "http",
      "url": "https://mcp.inferindex.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: inferindex
Remote MCP URL: https://mcp.inferindex.dev/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": {
    "inferindex": {
      "url": "https://mcp.inferindex.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "inferindex": {
      "type": "http",
      "url": "https://mcp.inferindex.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "inferindex",
  "transport": "streamable-http",
  "url": "https://mcp.inferindex.dev/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.