AI & Machine Learning
inferindex.dev
Provides tools to search LLM models, compare provider API pricing and reliability, view price history, and estimate usage costs.
ENDPOINT 1
https://mcp.inferindex.dev/mcp
MCP server metadata
- Name
- inferindex
- Version
- 1.0.0
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_modelsFind the exact id of an LLM tracked by InferIndex from a name or partial name (e.
Inferred read-onlycheapestCheapest current API offers for one model across direct providers and aggregators, in USD per 1M tokens (input, output, blended 3:1).
Inferred read-onlycompare_providersCurrent 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-onlyprice_historyPrice 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-onlyestimate_costEstimated 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.