{
  "markdown": "# InferenceIndexer MCP Server\n\n<!-- mcp-name: io.github.DesMartin01/inferenceindexer-mcp -->\n\nModel Context Protocol server exposing InferenceIndexer's live + historical\ninference pricing as agent callable tools. Instead of an agent assembling\ninference pricing itself (slow, incomplete), it can call these tools to get\ncomplete pricing, historical trends, provider comparison, and the SIT index.\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `search_models` | Search/list models with current pricing (by text, tier, sort) |\n| `get_model` | Full detail + current price for one model |\n| `get_model_history` | **Historical** price trends for one model (the differentiator) |\n| `list_providers` | All providers with model counts + price stats |\n| `get_provider` | Detail for one provider (models, tiers, price range) |\n| `get_composite_latest` | Current SIT-Composite index value + tier breakdown |\n| `get_composite_history` | SIT-Composite index history / trend |\n| `compare_providers` | Price of one model across all providers that host it |\n\n## Config (env)\n\n- `II_API_BASE` - InferenceIndexer API base (default `https://api.inferenceindexer.ai`)\n- `II_API_KEY` - Optional bearer key (public server works without one; a key raises rate limits)\n- `II_SSR_SECRET` - Optional first-party secret for self-hosted/higher-tier use only. Not set on the public server.\n\n## Run\n\nstdio (recommended for local/agent-run):\n```bash\nuv sync\nuv run inferenceindexer-mcp\n```\n\nServe over HTTP/SSE (for remote clients, e.g. the hosted endpoint at `https://api.inferenceindexer.ai/mcp`):\n```bash\nuv run inferenceindexer-mcp --transport streamable-http --port 8899\n```\n\n## Connect an agent / MCP client\n\nClaude Desktop / generic MCP client (stdio):\n```json\n{\n  \"mcpServers\": {\n    \"inferenceindexer\": {\n      \"command\": \"uvx\",\n      \"args\": [\"inferenceindexer-mcp\", \"--transport\", \"stdio\"]\n    }\n  }\n}\n```\n\nUpdated Aug 2026.",
  "bytes": 1904,
  "sha": "551f09c84f406345922b0821c35ab1ceae4f7cb58d11bdc7d2f1d00991782a98",
  "repo_slug": "desmartin01/inferenceindexer-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_desmartin01_inferenceindexer_m_607793d8/readme"
}