Connects Claude to PulseChain analytics through 28 specialized tools covering token safety scoring, whale tracking, and AML monitoring. Pulls live data from the OpenPulsechain platform's API endpoints: composite safety scores (0-100, grade A-F) based on honeypot detection and holder concentration, real-time scam radar scanning for LP removals and dumps, deployer reputation analysis to flag serial ruggers, and smart money tracking of large PulseX swaps. You'd reach for this when analyzing PulseChain tokens or wallets during conversation, checking bridge flows between Ethereum and PulseChain, or investigating suspicious contract deployments. Built on top of their open source analytics stack that indexes 2,500+ tokens and 231K+ bridge transfers into PostgreSQL.
Public tool metadata for what this MCP can expose to an agent.
list_productsReturns the current Standard Accounting product catalogue and pricing.Returns the current Standard Accounting product catalogue and pricing.
No parameter schema in public metadata yet.
get_productLooks up a single product or service by product key.1 paramsLooks up a single product or service by product key.
productKeystringcompare_productsCompares multiple products or services by key.1 paramsCompares multiple products or services by key.
productKeysarraylist_articlesLists published knowledge-centre articles.1 paramsLists published knowledge-centre articles.
limitintegersearch_articlesSearches the knowledge centre by title, slug, tags, and article content.2 paramsSearches the knowledge centre by title, slug, tags, and article content.
limitintegerquerystringread_articleReads a single knowledge-centre article by slug and returns markdown content.1 paramsReads a single knowledge-centre article by slug and returns markdown content.
slugstringget_deadlinesReturns common UK company and tax deadlines relevant to Standard Accounting services.Returns common UK company and tax deadlines relevant to Standard Accounting services.
No parameter schema in public metadata yet.
recommend_servicesSuggests relevant Standard Accounting services based on a free-text query.1 paramsSuggests relevant Standard Accounting services based on a free-text query.
querystringexplain_filingProvides a quick guide to a filing or compliance topic and links it to the right services and articles.1 paramsProvides a quick guide to a filing or compliance topic and links it to the right services and articles.
topicstringconfirmation_statement · dormant_company · annual_accounts · close_company · change_address · self_assessmentdocument_requirementsReturns guidance on identity and document requirements.1 paramsReturns guidance on identity and document requirements.
topicstringid_verification · proof_of_identity · proof_of_address · companies_house_identity_verificationOpen-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.
| 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) |
derivedUSD — no CoinGecko dependency for PulseChain tokensPulseX 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
/
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
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 | 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 |
OPENPULSECHAIN_API_KEYsecretAPI key for PRO tools (get one at openpulsechain.com/pricing). Free tools work without it.
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog