OpenPulsechain Analytics MCP Server

Open-source analytics platform for PulseChain. Live: openpulsechain.com · Dune: Bridge Analytics. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-04 · ★ 2 · #56 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install OpenPulsechain Analytics

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add openpulsechain-public -- npx -y @openpulsechain/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "openpulsechain-public": {
      "command": "npx",
      "args": [
        "-y",
        "@openpulsechain/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @openpulsechain/mcp-server - published under the repo owner's npm scope (@openpulsechain)

registry namespace io.github.openpulsechain is GitHub-verified and matches the repo owner

03 · What OpenPulsechain Analytics can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.0.0 · 2026-05-01

@openpulsechain/mcp-server v2.0.0 · All 20 tool names renamed from snake_case to kebab-case: · get_token_price → get-token-price · check_address_risk → check-address-risk · etc. · Update your Claude/Cursor configs if…

v1.3.0 · 2026-05-01

@openpulsechain/mcp-server v1.3.0 · New Features · HTTP transport: MCP_TRANSPORT=http for remote deployment (mcp.openpulsechain.com) · Output schemas: all 20 tools return structured JSON with Zod validation…

v1.2.1 · 2026-04-30

@openpulsechain/mcp-server v1.2.1 · Security · Address validation (SSRF protection) on all 11 address-accepting tools · Fetch timeout 15s (DoS protection) · Error messages sanitized (no internal URLs) · Zod min/max…

04 · Who maintains OpenPulsechain Analytics

OpenPulsechain Analytics is maintained by openpulsechain. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
data & analytics - ranked #56 of 75 actively-maintained data & analytics servers as of 2026-08-25.
registry
io.github.openpulsechain/analytics (active, first published 2026-05-02)
packages
npm:@openpulsechain/mcp-server

06 · OpenPulsechain Analytics FAQ

What is OpenPulsechain Analytics?

Open-source analytics platform for PulseChain. Live: openpulsechain.com · Dune: Bridge Analytics. It runs locally over stdio via the published package.

Is OpenPulsechain Analytics still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-04. We re-verify nightly.

How do I install OpenPulsechain Analytics?

Run `npx -y @openpulsechain/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does OpenPulsechain Analytics run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to OpenPulsechain Analytics

More data & analytics MCP servers · CallRail MCP · Rolliinc MCP Server · Datto RMM MCP

More TypeScript MCP servers · Openwebninja MCP · Operant MCP · Tariff Resolver · Optifeed Radar · Kanban AI · see all