MCP server for the FLOPS Compute Intelligence Platform — gives Claude / Cursor / Windsurf agents direct access to GPU compute price indices, methodology, and per-index verification.
Project description
flopsindex-mcp
See also — full docs docs.flopsindex.com/sdk/mcp · agent citation guide docs.flopsindex.com/integrations/llm-agent-citation-guide · public read SDK flopsindex · partner write SDK flopsindex-partner · spec schema.flopsindex.com · adopters schema.flopsindex.com/adopters
Model Context Protocol server for the FLOPS Compute Intelligence Platform.
Gives AI agents (Claude Code, Cursor, Windsurf, ChatGPT desktop, any MCP host) direct access to live FLOPS GPU-compute price indices with verifiable provenance.
Tools
| Tool | Description |
|---|---|
list_indices |
Enumerate all public FLOPS indices. Optional family_filter substring (e.g. FLOPS-H100). |
get_price |
Latest published price + tier + confidence for one index. |
get_timeseries |
Decimated history (≤200 points) for one index. Range: 24h / 7d / 30d / 90d / 1y. |
search_indices |
Free-text search across the public catalog. |
verify |
Fetch the latest published value + audit receipt for a given index_id. |
list_methodologies |
List every published methodology version (FLCI / ITPI / FLOPS-*). |
get_methodology |
Fetch a single methodology document — markdown or frontmatter JSON. Citeable. |
compute_margin |
Hydrahost spark-spread: margin = price − chip_power × PUE × $/kWh − rack_amortization. |
recompute_audit |
Receipt for a published value — IOSCO Principle 9+17 substrate. Variance bands green / yellow / red. |
get_forward_curve and get_settlement are still tracked in the Track D roadmap (CLRI-FWD / CLRI-SETTLED families).
Install
uv tool install flopsindex-mcp
# or
pip install flopsindex-mcp
Wire into Claude Code
claude mcp add flopsindex -- flopsindex-mcp
Wire into Cursor / Windsurf
Add to your MCP config (~/.cursor/mcp.json or equivalent):
{
"mcpServers": {
"flopsindex": {
"command": "flopsindex-mcp"
}
}
}
Environment
| Var | Default | Purpose |
|---|---|---|
FLOPS_API_URL |
https://app.flopsindex.com |
Override for staging / self-host |
Example agent prompts
"Use the flopsindex MCP server to list all H100 on-demand indices and report their latest values."
"Verify FLOPS-B300-OD-T1 and cite the receipt."
Status
v0.4.1 — gpu_capex tool added (per-SKU reference street price for a single GPU module — chip + carrier, quarterly-refreshed from GRVCI v0_benchmark + OEM channel reporting). 11 tools total. Backed by the public /v1/refdata/gpu-capex endpoint; no auth.
v0.4.0 — spread tool added (time-aligned spread between two index legs with z-score / percentile-rank stats). 10 tools total. Registry listings expanded to 5 channels (added mcp.so + wong2/awesome-mcp-servers) in LISTINGS.md. PyPI publish still gated on operator.
v0.3.0 — list_methodologies / get_methodology / compute_margin / recompute_audit added on top of the 5-tool v0.2.0 surface. Registry listings (smithery.ai, glama.ai, modelcontextprotocol/servers) tracked in LISTINGS.md. PyPI publish gated on operator (token in keyring).
v0.1.0 — Published to PyPI 2026-05-13.
License
Proprietary. © 2026 FLOPS Index.
Project details
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 flopsindex_mcp-0.5.2.tar.gz.
File metadata
- Download URL: flopsindex_mcp-0.5.2.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1d95f68d7de3439e8f40aa2742c4b0dc61f503a98c66f0fed4a04de4eeeac3
|
|
| MD5 |
d491664b08fff90602f14f4b27e18545
|
|
| BLAKE2b-256 |
0e16258b103b2cd54a9930ee36c4418f94fd86230e372e7ee9108b82c4351ad0
|
File details
Details for the file flopsindex_mcp-0.5.2-py3-none-any.whl.
File metadata
- Download URL: flopsindex_mcp-0.5.2-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4344e8d26f66c32940ed314bd76648a57d54ce47ba735605c0435690027ef25
|
|
| MD5 |
1add86ec0e83ca5abda4ca569d6336fd
|
|
| BLAKE2b-256 |
c41308727e891702051b9789bf758a5de8e115b939952b37381dcae267bf0edb
|