OpenPulsechain Analytics
About
PulseChain analytics: 28 tools — safety scores, signals, whale alerts, pair analytics, AML.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENPULSECHAIN_API_KEYClaude Code
claude mcp add --env OPENPULSECHAIN_API_KEY= analytics -- npx @openpulsechain/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"analytics","command":"npx","args":["@openpulsechain/mcp-server"],"env":{"OPENPULSECHAIN_API_KEY":""}}'
JSON
{
"mcpServers": {
"analytics": {
"command": "npx",
"args": [
"@openpulsechain/mcp-server"
],
"env": {
"OPENPULSECHAIN_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.