{"name":"io.github.InferIndex/inferindex","slug":"inferindex-inferindex","title":"InferIndex","description":"LLM API prices across 70+ providers: cheapest offer, comparisons, history and cost estimates.","url":"https://mcp.market/server/inferindex-inferindex","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T04:36:28.000Z","license":"MIT"},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/InferIndex/inferindex-docs","website":"https://api.inferindex.dev","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.inferindex.dev/mcp"}],"packages":[],"tools":[{"name":"cheapest","description":"Cheapest current API offers for one model across direct providers and aggregators, in USD per 1M tokens (input, output, blended 3:1). Stale prices, and flex/batch tiers, are excluded by default. Optional filters (context, tools, JSON, vision, region, no training on prompts, open sign-up) and usage (tokens per request, requests per day) to get an estimated cost per request and per month. Returns the winner and the first offers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Model id or name, e.g. 'deepseek-v3.2', 'deepseek/deepseek-v4-pro', 'gpt-5.6-luna'. Use search_models when unsure."},"min_context":{"type":"integer","description":"Minimum context window in tokens","minimum":0},"tools":{"type":"boolean","description":"Only offers that support tool calling"},"json":{"type":"boolean","description":"Only offers that support JSON output"},"vision":{"type":"boolean","description":"Only offers that accept image input"},"region":{"type":"string","description":"Only providers that process data in this region: eu, us, …"},"no_training":{"type":"boolean","description":"Only providers whose published terms say they do not train on your prompts"},"no_waitlist":{"type":"boolean","description":"Only providers with open sign-up (no waitlist or invitation)"},"strict":{"type":"boolean","description":"Exclude offers whose provider does not publish the filtered information (by default they are kept and flagged)"},"include_tiers":{"type":"string","description":"Also include lower-priority service tiers, comma-separated: flex, batch (hidden by default)"},"prompt_tokens":{"type":"integer","description":"Input tokens per request, for the estimated cost","minimum":0},"output_tokens":{"type":"integer","description":"Output tokens per request, for the estimated cost","minimum":0},"cached_ratio":{"type":"number","minimum":0,"maximum":1,"description":"Share of input tokens served from the provider's prompt cache (0 to 1)"},"requests_per_day":{"type":"integer","description":"Requests per day, to also get an estimated monthly cost","minimum":0},"limit":{"type":"integer","description":"Number of offers to return (default 5, max 25)","minimum":1,"maximum":25}},"required":["model"],"additionalProperties":false}},{"name":"compare_providers","description":"Current 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Model id or name, e.g. 'deepseek-v3.2', 'deepseek/deepseek-v4-pro', 'gpt-5.6-luna'. Use search_models when unsure."},"sort":{"type":"string","enum":["blended","input","output","estimated_cost"],"description":"Sort order (default blended); estimated_cost needs prompt_tokens or output_tokens"},"limit":{"type":"integer","description":"Number of offers to return (default 10, max 50)","minimum":1,"maximum":50},"region":{"type":"string","description":"Only providers that process data in this region: eu, us, …"},"no_training":{"type":"boolean","description":"Only providers whose published terms say they do not train on your prompts"},"no_waitlist":{"type":"boolean","description":"Only providers with open sign-up (no waitlist or invitation)"},"strict":{"type":"boolean","description":"Exclude offers whose provider does not publish the filtered information (by default they are kept and flagged)"},"include_tiers":{"type":"string","description":"Also include lower-priority service tiers, comma-separated: flex, batch (hidden by default)"},"prompt_tokens":{"type":"integer","description":"Input tokens per request, for the estimated cost","minimum":0},"output_tokens":{"type":"integer","description":"Output tokens per request, for the estimated cost","minimum":0},"cached_ratio":{"type":"number","minimum":0,"maximum":1,"description":"Share of input tokens served from the provider's prompt cache (0 to 1)"},"requests_per_day":{"type":"integer","description":"Requests per day, to also get an estimated monthly cost","minimum":0}},"required":["model"],"additionalProperties":false}},{"name":"estimate_cost","description":"Estimated 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. Offers sorted by estimated cost, cheapest first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Model id or name, e.g. 'deepseek-v3.2', 'deepseek/deepseek-v4-pro', 'gpt-5.6-luna'. Use search_models when unsure."},"prompt_tokens":{"type":"integer","description":"Input tokens per request, for the estimated cost","minimum":0},"output_tokens":{"type":"integer","description":"Output tokens per request, for the estimated cost","minimum":0},"cached_ratio":{"type":"number","minimum":0,"maximum":1,"description":"Share of input tokens served from the provider's prompt cache (0 to 1)"},"requests_per_day":{"type":"integer","description":"Requests per day, to also get an estimated monthly cost","minimum":0},"limit":{"type":"integer","description":"Number of offers to return (default 5, max 25)","minimum":1,"maximum":25}},"required":["model"],"additionalProperties":false}},{"name":"price_history","description":"Price 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. Give either days, or from/to (YYYY-MM-DD), or at (a date) for the prices in effect that day.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Model id or name, e.g. 'deepseek-v3.2', 'deepseek/deepseek-v4-pro', 'gpt-5.6-luna'. Use search_models when unsure."},"days":{"type":"integer","description":"Number of days back from today (default 7)","minimum":1},"from":{"type":"string","description":"Start date, YYYY-MM-DD (with to, instead of days)"},"to":{"type":"string","description":"End date, YYYY-MM-DD"},"at":{"type":"string","description":"A single date, YYYY-MM-DD: prices in effect that day"},"granularity":{"type":"string","enum":["day","week","raw"],"description":"day (default), week, or raw price changes"},"provider":{"type":"string","description":"Only this provider"},"limit":{"type":"integer","description":"Maximum number of points (default 100, max 500)","minimum":1,"maximum":500}},"required":["model"],"additionalProperties":false}},{"name":"search_models","description":"Find the exact id of an LLM tracked by InferIndex from a name or partial name (e.g. 'deepseek', 'qwen3 max', 'claude opus'). Returns matching model ids and names, best match first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Model name or part of it"}},"required":["query"],"additionalProperties":false}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-19T04:45:46.570Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:45:46.522Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 410ms"]},"poisoning":{"score":15,"max":15,"notes":["5 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.inferindex.dev/mcp","reachable":true,"authRequired":false,"latencyMs":410,"serverInfo":{"name":"inferindex","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"InferIndex","repo":"inferindex-docs","archived":false,"pushedAt":"2026-09-19T04:36:28Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/329361559?v=4","ownerCreatedAt":"2026-09-15T03:41:43Z","license":"MIT"},"icon":{"url":"https://api.inferindex.dev/favicon.ico","source":"site","width":48,"height":48},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-19T04:36:28.000Z","score":23}}}},"grade_history":[],"reviews":[]}