FLOPS Compute Intelligence
FLOPS Compute Intelligence publishes settlement-grade GPU + inference token price indices with cryptographic publication receipts. Indices update hourly; every value cites an inputs receipt your code can verify against the recompute audit substrate. Gives any MCP host (Claude Code, Cursor, Windsurf, ChatGPT Desktop) direct read access to the public price surface: - FLOPS-SPOT / FLOPS-OD / FLOPS-DEPIN — GPU rental prices per chip × market type - ITPI — inference token pricing (input + output, multi-provider) Five public, key-free tools: list_indices, search_indices, get_price, get_index, verify. An optional FLOPS_API_KEY upgrades these same five tools from the delayed GLOBAL price to real-time, full precision.
https://flopsindex--flopsindex.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/flopsindex/flopsindex 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://flopsindex--flopsindex.run.tools
Tools (5)
-
list_indicesList all public FLOPS compute-price indices. Returns a JSON array of {index_id, family, cadence, unit}. Use this to discover available indices before calling get_price or verify. No auth required.
-
verifyVerify a FLOPS index value: returns the latest published value, methodology pointer, source-count, and audit receipt for the given index_id. Use to cite a FLOPS index with provenance.
-
get_priceFetch the current published value for a FLOPS compute or inference price index. Returns {value, unit, ts, tier, confidence, verify_url, citation_url}. Cheapest way to answer 'what does X trade at right now?' Confidence is HIGH/MED/LOW; tier is LIVE/SETTLED/SEED. Carries no methodology or source attribution by design.
-
search_indicesResolve a free-text query to canonical FLOPS index slugs. Use when you don't know the exact slug — e.g. 'H100 spot' returns the matching SPOT family entries. Best paired with get_price to look up + quote a value in one turn.
-
get_indexResolve a FLOPS index to its source-opaque PUBLIC payload (the r15-contracts C3 citation contract). Returns exactly {index_id, value, unit, as_of, data_tier, confidence, methodology_url, verify_url, citation_url, permalink} and DELIBERATELY no providers / sources / num_sources / num_providers / computation_proof. Prefer get_index when you intend to CITE the value.