Open compute-pricing MCP server — daily GPU and inference-token medians, free under CC-BY 4.0.
Open compute-pricing MCP server — daily GPU and inference-token medians, free under CC-BY 4.0. Exposed over MCP by the pulse mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
list_indices — List every published Pulse compute-pricing index with its current value, freshness, methodology version, and statusget_series — Fetch the full payload for one Pulse index: metadata, gated daily headline series, per-provider observations, contributing-provider list. Optionallatest_value — Quick lookup: the latest published value for one index, with minimal payload and a ready-to-paste cite_as stringget_status — Pipeline freshness and per-provider collection healthcompare_indices — Compare current values across multiple Pulse indices (e.g. hyperscaler vs neocloud for the same GPU)Cursor — Add to ~/.cursor/mcp.json (or use the in-app MCP settings). Same JSON as above; full file in examples/cursor_mcp.jsonBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pulse MCP's toolset — list_indices, get_series, latest_value and 3 more — is a fair guide to whether it matches your workflow. It is maintained by pulsebenchmarks; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Pulse MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_indices | List every published Pulse compute-pricing index with its current value, freshness, methodology version, and status. |
| get_series | Fetch the full payload for one Pulse index: metadata, gated daily headline series, per-provider observations, contributing-provider list. Optional range filter (30d / 90d / 1y / all). |
| latest_value | Quick lookup: the latest published value for one index, with minimal payload and a ready-to-paste cite_as string. |
| get_status | Pipeline freshness and per-provider collection health. |
| compare_indices | Compare current values across multiple Pulse indices (e.g. hyperscaler vs neocloud for the same GPU). |
| Cursor | Add to ~/.cursor/mcp.json (or use the in-app MCP settings). Same JSON as above; full file in [examples/cursor_mcp.json](examples/cursor_mcp.json). |
{
"mcpServers": {
"pulse": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://pulsebenchmarks.com/mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.