Back to MCP Servers

Public

PulseChain on-chain analytics: token safety scores (0-100), honeypot detection, whale tracking, smart money feed, scam alerts, DEX volume, bridge stats, holder leagues. 11 free + 9 pro tools. `npx @openpulsechain/mcp-server`

finance-fintechai

Installation

npx @openpulsechain/mcp-server

Configuration

{
  "mcpServers": {
    "public": {
      "command": "npx",
      "args": ["-y", "public"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub