@openpulsechain/mcp-server

๐Ÿ’ฐ Finance & Fintech๐ŸŸข Verified Active
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - 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

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "-openpulsechain-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-openpulsechain-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

OpenPulsechain

smithery badge

Open-source analytics platform for PulseChain.

Live: openpulsechain.com ยท Dune: Bridge Analytics

Not affiliated with PulseChain, PulseX, or any related entity. Data is for informational purposes only โ€” not financial advice.


What's included

ModuleDescription
Dashboard16-page web app: Overview, DEX, Tokens, Bridge, Whales, Intelligence, Safety, Alerts, Smart Money, Leagues, Heart Law, Wallet Profiles, Token Safety, MCP/API, Privacy
Token Safety APIFastAPI with 25 public endpoints: safety scores, scam radar, deployer reputation, smart money, wallet analysis, leagues, bridge stats, funding trees
REST APIFastAPI with 12 endpoints: tokens, prices, history, pairs, market overview, safety proxies
MCP ServerModel Context Protocol server with 20 tools for AI assistants
Chrome ExtensionToken safety scores, transaction guard, portfolio tracker, scam alerts
Indexers23 Python cron jobs collecting on-chain data every 5-15 min
Dune9 SQL queries + 20 visualizations for bridge analytics (Ethereum-side)

Features

Analytics Dashboard

  • Overview โ€” PLS price, chain TVL, gas estimates, token prices table
  • DEX Analytics โ€” PulseX daily volume, liquidity, top 30 trading pairs
  • Token Explorer โ€” 2500+ browsable tokens with pagination, search, price history charts
  • Bridge Monitor โ€” OmniBridge + Hyperlane: daily flows, cumulative net flow, whale alerts, TVL by token
  • Whale Tracker โ€” Top holders, cross-token analysis, funding clusters, connection graph
  • Leagues โ€” Holder tier rankings for PLS, PLSX, HEX, INC, updated every 6 hours
  • Heart Law โ€” Educational AMM price simulator for PulseX pools

Security & Intelligence

  • Token Safety Scanner โ€” Composite score (0-100, grade A-F) based on honeypot detection, contract analysis, LP health, holder concentration, token age
  • Scam Radar โ€” Automated alerts for LP removals and whale dumps, scanning every 30 minutes
  • Deployer Reputation โ€” Serial rugger detection: analyzes deployer's token history, dead token ratio
  • Smart Money Tracker โ€” Large swaps on PulseX, top wallets by volume, auto-refresh every 60s
  • Wallet Profiler โ€” Token holdings + swap activity for any address
  • Market Intelligence โ€” AI-analyzed Twitter sentiment, risk conclusions, action detection

Chrome Extension

  • Transaction Guard โ€” Intercepts swaps on PulseX, 9mm, Piteas and warns about risky tokens before signing
  • Safety Scanner โ€” Browse all analyzed tokens with safety scores, grades, and sub-score details
  • Portfolio Tracker โ€” Track wallet balances with sparkline charts
  • Scam Alerts โ€” Real-time notifications for critical scam detections

Data

  • 2,500+ tokens discovered from PulseX Subgraph
  • 463K+ price records (daily, since May 2023)
  • 231K+ bridge transfers (OmniBridge + Hyperlane)
  • 100% sovereign token prices from PulseX derivedUSD โ€” no CoinGecko dependency for PulseChain tokens

Architecture

PulseX Subgraph โ”€โ”€โ”
DefiLlama API โ”€โ”€โ”€โ”€โ”ค
PulseChain RPC โ”€โ”€โ”€โ”คโ”€โ”€> Python Indexers โ”€โ”€> PostgreSQL (RLS)
Blockscout API โ”€โ”€โ”€โ”˜                            โ”‚
                                     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                                     โ”‚         โ”‚          โ”‚
                                React SPA  REST API   Safety API
                                     โ”‚                    โ”‚
                                Dashboard         safety.openpulsechain.com
                              16 pages + MCP      25 public endpoints
                                     โ”‚
                             Chrome Extension

Project Structure

/
  frontend/              # React dashboard (16 pages)
  api/                   # REST API FastAPI (tokens, prices, pairs)
  token_safety/          # Safety API FastAPI (scores, scam radar, deployer, smart money, leagues)
  indexers/              # 23 Python cron jobs (on-chain data collection)
  live_cache/            # Real-time token pool cache (DexScreener)
  mcp-server/            # MCP server for AI assistants (20 tools)
  extension/             # Chrome browser extension
  dune/                  # SQL queries for Dune Analytics
  docs/                  # Documentation

Getting started

git clone https://github.com/openpulsechain/openpulsechain.git
cd openpulsechain
ModuleSetup
frontend/npm install && npm run dev
indexers/pip install -r requirements.txt + .env config
api/pip install -r requirements.txt && uvicorn main:app
token_safety/pip install -r requirements.txt && uvicorn main:app
mcp-server/npm install && npm run build
extension/npm install && npm run build โ†’ load dist/ in Chrome

Data sources

DataSourceAccess
Token prices (PulseChain)PulseX Subgraph derivedUSDPublic
TVL, DEX volumeDefiLlama APIPublic
Gas price, blocksPulseChain RPCPublic
Bridge events (ETH-side)Dune AnalyticsPublic (2500 credits/mo)
Bridge events (PLS-side)PulseChain OmniBridge SubgraphPublic
Hyperlane transfersHyperlane Explorer APIPublic
Contract analysisPulseChain Scan API (Blockscout v2)Public
Honeypot detectionFeeChecker contract (on-chain simulation)On-chain
Token logosPulseX CDN, Piteas GitHub, DexScreenerPublic

License

MIT

Related MCP Servers

@agentfund/mcp

๐Ÿ“‡ โ˜๏ธ - Fundraising infrastructure for AI agents on Solana โ€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

๐Ÿ’ฐ Finance & Fintech1 views
@asterpay/mcp-server

๐Ÿ“‡ โ˜๏ธ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics โ€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

๐Ÿ’ฐ Finance & Fintech1 views
@czagents/cnb

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Czech National Bank (ฤŒNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

๐Ÿ’ฐ Finance & Fintech1 views
@arbitova/mcp-server

๐Ÿ“‡ โ˜๏ธ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

๐Ÿ’ฐ Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/28/2026, 4:38:07 AM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.