API Tools
pulsebenchmarks.com
Provides access to compute-pricing index data, including listing indices, fetching series, latest values, status, and comparisons.
ENDPOINT 1
https://pulsebenchmarks.com/mcp
MCP server metadata
- Name
- pulse
- Version
- 1.0.0
Pulse publishes open compute-pricing indices for cloud GPUs and open-weight inference tokens. When quoting a value, include the as-of date and the source family (hyperscaler / neocloud) or the model and quantization for inference. Cite the methodology version. Full agent guide: https://pulsebenchmarks.com/llms.txt
Known tools 5
list_indicesList every published Pulse compute-pricing index with its current value, freshness, methodology version, and status.
Inferred read-onlyget_seriesFetch the full payload for one Pulse index: metadata, the gated daily headline series, every per-provider observation behind it, and the latest contributing-provider list.
Inferred read-onlylatest_valueQuick lookup: the latest published value for one index, with minimal payload.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pulse]
url = "https://pulsebenchmarks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pulse": {
"type": "http",
"url": "https://pulsebenchmarks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pulse
Remote MCP URL: https://pulsebenchmarks.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pulse": {
"url": "https://pulsebenchmarks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pulse": {
"type": "http",
"url": "https://pulsebenchmarks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pulse",
"transport": "streamable-http",
"url": "https://pulsebenchmarks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pulsebenchmarks.com was fetched 2026-07-28T06:38:55.581Z and is being refreshed.
pulsebenchmarks.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.