Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

openpulsechain/public MCP server](https://glama.ai/mcp/servers/openpulsechain/public/badges/score.svg)](https://glama.ai/mcp/servers/openpulsechain/public) πŸ“‡ ☁️ - PulseChain on-chain analytics: token safety scores (0-100), honeypot detection, whale...

README.md

OpenPulsechain

![smithery badge](https://smithery.ai/servers/openpulsechain/mcp-server)

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

| Module | Description | |--------|-------------| | Dashboard | 16-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 API | FastAPI with 25 public endpoints: safety scores, scam radar, deployer reputation, smart money, wallet analysis, leagues, bridge stats, funding trees | | REST API | FastAPI with 12 endpoints: tokens, prices, history, pairs, market overview, safety proxies | | MCP Server | Model Context Protocol server with 20 tools for AI assistants | | Chrome Extension | Token safety scores, transaction guard, portfolio tracker, scam alerts | | Indexers | 23 Python cron jobs collecting on-chain data every 5-15 min | | Dune | 9 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

| Module | Setup | |--------|-------| | 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

| Data | Source | Access | |------|--------|--------| | Token prices (PulseChain) | PulseX Subgraph derivedUSD | Public | | TVL, DEX volume | DefiLlama API | Public | | Gas price, blocks | PulseChain RPC | Public | | Bridge events (ETH-side) | Dune Analytics | Public (2500 credits/mo) | | Bridge events (PLS-side) | PulseChain OmniBridge Subgraph | Public | | Hyperlane transfers | Hyperlane Explorer API | Public | | Contract analysis | PulseChain Scan API (Blockscout v2) | Public | | Honeypot detection | FeeChecker contract (on-chain simulation) | On-chain | | Token logos | PulseX CDN, Piteas GitHub, DexScreener | Public |

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Other servers.