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_models |
Search/list models with current pricing (by text, tier, sort) |
get_model |
Full detail + current price for one model |
get_model_history |
Historical price trends for one model (the differentiator) |
list_providers |
All providers with model counts + price stats |
get_provider |
Detail for one provider (models, tiers, price range) |
get_composite_latest |
Current SIT-Composite index value + tier breakdown |
get_composite_history |
SIT-Composite index history / trend |
compare_providers |
Price of one model across all providers that host it |
Config (env)
II_API_BASE- InferenceIndexer API base (defaulthttp://34.246.208.210:8000)II_API_KEY- OptionalBearerkey (use to raise rate limits)II_SSR_SECRET- Optional first-party SSR secret (higher rate tier)
Run
stdio (recommended for local/agent-run):
uv sync
uv run inferenceindexer-mcp
Serve over HTTP/SSE (for remote clients, e.g. on the VPS):
II_SSR_SECRET=... uv run inferenceindexer-mcp --transport streamable-http --port 8899
Connect an agent / MCP client
Claude Desktop / generic MCP client (stdio):
{
"mcpServers": {
"inferenceindexer": {
"command": "uvx",
"args": ["inferenceindexer-mcp", "--transport", "stdio"]
}
}
}
Updated Aug 2026.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file inferenceindexer_mcp-0.1.0.tar.gz.
File metadata
- Download URL: inferenceindexer_mcp-0.1.0.tar.gz
- Upload date:
- Size: 64.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e030f63123212cbfab23d67d9eba34d7cbda52fe05a601063207991a98ef33d1
|
|
| MD5 |
e66c1a3e5875110b1a3edcd1a0b1c092
|
|
| BLAKE2b-256 |
82ba611fbf5bd672cd6834bdeb9b3f0ed86c4e06bd7489f32634165b78521361
|
File details
Details for the file inferenceindexer_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: inferenceindexer_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2967496d7a5f32f134004692fb7d3954b6ab721339951434d05f54966d58d146
|
|
| MD5 |
620aeb26ee3eda9e8f3fcc4b7853721a
|
|
| BLAKE2b-256 |
4ce5db78243e39b524d26fb0d77ca5eca33d1bb3a9bbfc4b75bad392874473c1
|