InferenceIndexer MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@InferenceIndexer MCP ServerCompare GPT-4o pricing across providers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
InferenceIndexer MCP Server
Model Context Protocol server exposing InferenceIndexer's live + historical inference pricing as agent callable tools. Instead of an agent assembling inference pricing itself (slow, incomplete), it can call these tools to get complete pricing, historical trends, provider comparison, and the SIT index.
Tools
Tool | Description |
| Search/list models with current pricing (by text, tier, sort) |
| Full detail + current price for one model |
| Historical price trends for one model (the differentiator) |
| All providers with model counts + price stats |
| Detail for one provider (models, tiers, price range) |
| Current SIT-Composite index value + tier breakdown |
| SIT-Composite index history / trend |
| Price of one model across all providers that host it |
Related MCP server: TensorFeed
Config (env)
II_API_BASE- InferenceIndexer API base (defaulthttps://api.inferenceindexer.ai)II_API_KEY- Optional bearer key (public server works without one; a key raises rate limits)II_SSR_SECRET- Optional first-party secret for self-hosted/higher-tier use only. Not set on the public server.
Run
stdio (recommended for local/agent-run):
uv sync
uv run inferenceindexer-mcpServe over HTTP/SSE (for remote clients, e.g. the hosted endpoint at https://api.inferenceindexer.ai/mcp):
uv run inferenceindexer-mcp --transport streamable-http --port 8899Connect an agent / MCP client
Claude Desktop / generic MCP client (stdio):
{
"mcpServers": {
"inferenceindexer": {
"command": "uvx",
"args": ["inferenceindexer-mcp", "--transport", "stdio"]
}
}
}Updated Aug 2026.
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceGlobal price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.872MIT
- AlicenseAqualityCmaintenanceReal-time AI industry intelligence MCP server. 6 free tools (news, status, pricing, today summary, agent activity, MCP registry snapshot) plus 13 paid tools (routing, news search, history series, cost projection, deep-dive, comparison, webhook watches). Pay-per-call in USDC on Base, no accounts.25392MIT
- Alicense-qualityCmaintenanceProvides live LLM pricing data from OpenRouter, enabling agents to search models, get pricing, estimate costs, and compare models.0MIT
- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.31195MIT
Related MCP Connectors
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DesMartin01/inferenceindexer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server