← Registry

API Tools

pulsebenchmarks.com

Provides access to compute-pricing index data, including listing indices, fetching series, latest values, status, and comparisons.

1 endpoint5 known toolsFirst detected May 17, 2026Last detected August 29, 2026

ENDPOINT 1

https://pulsebenchmarks.com/mcp

No auth detected

MCP server metadata

Name
pulse
Version
1.0.0
Capabilities
tools
Server instructions

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_indices

List every published Pulse compute-pricing index with its current value, freshness, methodology version, and status.

Inferred read-only
get_series

Fetch 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-only
latest_value

Quick lookup: the latest published value for one index, with minimal payload.

Inferred read-only
get_status

Pipeline freshness and per-provider collection health.

Inferred read-only
compare_indices

Compare current values across multiple Pulse indices.

Inferred read-only

CONNECT 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.

Trust status Neutral

pulsebenchmarks.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.