Skip to main content
Glama
DesMartin01

InferenceIndexer MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
II_API_KEYNoOptional `Bearer` key (use to raise rate limits)
II_API_BASENoInferenceIndexer API base (default `http://34.246.208.210:8000`)http://34.246.208.210:8000
II_SSR_SECRETNoOptional first-party SSR secret (higher rate tier)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_modelsA

Search and list AI inference models with current pricing.

Args: query: Text search on model id/name (optional). tier: Filter by tier: frontier | standard | budget | micro | zdr | eu (optional). limit: Max results (1-100, default 25). sort: Sort key, e.g. 'blended' (price), 'sit' (SIT score) (optional). Returns: models with input/output/blended $/M pricing, provider, tier.

get_modelA

Get full detail + current pricing for one model by its id.

Args: model_id: Canonical model id, e.g. 'openai/gpt-5.6' or 'anthropic/claude-sonnet-5'. Returns: pricing, tier, SIT score, quality-adjusted price (Cost/IQ).

get_model_historyA

Get HISTORICAL price data / trends for one model.

This is InferenceIndexer's differentiator: aggregators like OpenRouter expose only current price; this returns the price over time (input, output, blended $/M), enabling trend analysis.

Args: model_id: Canonical model id, e.g. 'openai/gpt-5.6'. days: History window in days (1-365, default 30; plan-dependent). Returns: historical price series for the model.

list_providersA

List all inference providers with model counts and price stats.

get_providerA

Get detail for one provider: models, tier breakdown, price range.

Args: provider_name: Provider name, e.g. 'DeepInfra', 'Novita', 'Venice'. Returns: provider detail with model list and pricing.

get_composite_latestA

Get the current SIT-Composite index value + per-tier breakdown.

The SIT-Composite is a usage-weighted mean of the top-50 models by token volume, reflecting what developers actually pay for inference.

get_composite_historyA

Get SIT-Composite index history / trend over time.

Args: days: History window in days (1-90, default 30). Returns: historical composite index values.

compare_providersA

Compare the price of one model across the providers that host it.

Args: model_id: Canonical model id, e.g. 'meta/muse-spark-1.1'. Returns: per-provider endpoints with pricing, showing where direct provider prices diverge (e.g. from OpenRouter's negotiated rate).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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