# @openpulsechain/mcp-server [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/openpulsechain/public/tree/main/mcp-server  
**GitHub Stars:** 2  
**npm Downloads (last month):** 161  
**Views:** 8  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/-openpulsechain-mcp-server

## Description
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

## Tools
Capabilities this server exposes over MCP:

- **get-token-price** — Get current price, 24h change, volume, and market cap for a PulseChain token.
- **get-token-info** — Get full details for a PulseChain token: name, symbol, decimals, liquidity, volume, holder count.
- **get-token-history** — Get historical price data (OHLCV) for a PulseChain token. Limited to 30 days without API key; Pro unlocks full history.
- **get-top-tokens** — List top PulseChain tokens sorted by volume, liquidity, or symbol.
- **get-top-pairs** — List top PulseX DEX trading pairs by volume.
- **get-market-overview** — Get PulseChain network overview: TVL, 24h volume, active tokens, top gainers/losers.
- **get-token-safety** — Analyze a token for scam indicators: honeypot detection, buy/sell tax, ownership, liquidity score (0-100, A-F grade).
- **get-token-liquidity** — Get detailed liquidity breakdown for a token: all DEX pairs, volumes, and reserves.
- **check-address-risk** — [PRO] Check if a wallet/contract address is flagged for AML risk, known exploits, phishing, or sanctions (OFAC). Requires OPENPULSECHAIN_API_KEY.
- **get-deployer-reputation** — [PRO] Get reputation score for a token deployer: how many tokens deployed, how many died (rug pattern detection). Requires OPENPULSECHAIN_API_KEY.
- **get-scam-alerts** — [PRO] Get real-time scam radar alerts: honeypots, LP removals (rug pulls), whale dumps. Requires OPENPULSECHAIN_API_KEY.
- **get-smart-money-feed** — [PRO] Get smart money / whale activity feed: large wallet movements and recent swaps on PulseX. Requires OPENPULSECHAIN_API_KEY.
- **get-recent-swaps** — [PRO] Get recent large swaps on PulseX DEX. Requires OPENPULSECHAIN_API_KEY.
- **get-wallet-balances** — [PRO] Get current token balances for a PulseChain wallet. Requires OPENPULSECHAIN_API_KEY.
- **get-wallet-swaps** — [PRO] Get swap history for a PulseChain wallet. Requires OPENPULSECHAIN_API_KEY.
- **get-funding-tree** — [PRO] Trace funding sources for a wallet: where did the money come from? (2-level depth, bridge/DEX interactions). Requires OPENPULSECHAIN_API_KEY.
- **get-holder-rank** — [PRO] Get holder rank and tier for a wallet address across all tracked tokens. Requires OPENPULSECHAIN_API_KEY.
- **get-bridge-stats** — Get PulseChain bridge statistics: inflows, outflows, net flow over the last 7 days.
- **get-holder-leagues** — Get aggregated holder distribution tiers (poseidon/whale/shark/dolphin/squid/turtle) for a core PulseChain token.
- **get-honeypots** — List recently detected honeypot tokens on PulseChain.
- **get-opportunity-signal** — [PRO] Composite opportunity score (0-100) for a PulseChain token. Combines momentum, volume spike, buy pressure, safety, whale activity, and MC/liquidity fragility. Returns confidence level and graceful degradation for partial data. Requires OPENPULSECHAIN_API_KEY.
- **get-pair-analytics** — [PRO] Detailed analytics for a PulseX trading pair: price, volume, liquidity, buy/sell ratio, price impact estimates, volatility, wash trading detection. Requires OPENPULSECHAIN_API_KEY.
- **get-whale-alerts** — [PRO] Recent whale movements: large swaps (>$10K), LP removals, whale dumps. Combines scam radar + PulseX subgraph data. Requires OPENPULSECHAIN_API_KEY.
- **get-gas** — [PRO] Current PulseChain gas price in Gwei, block number, and base fee. Requires OPENPULSECHAIN_API_KEY.
- **get-token-holders** — [PRO] Top holders of a PulseChain token with balances and ownership percentages. Requires OPENPULSECHAIN_API_KEY.
- **get-token-sentiment** — [PRO] Aggregated social sentiment score (-100 to +100) for a PulseChain token. Based on categorized events (partnerships, exploits, dumps, etc.). Requires OPENPULSECHAIN_API_KEY.
- **get-wallet-transactions** — [PRO] Recent transactions for a wallet address (PLS transfers + token transfers). Requires OPENPULSECHAIN_API_KEY.
- **get-tx-trace** — [PRO] Internal call trace for a transaction hash. Shows all internal transfers, contract calls, and token movements. Requires OPENPULSECHAIN_API_KEY.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "mcp-server": {
    "command": "npx",
    "args": ["-y","@openpulsechain/mcp-server"]
  }
}
```

## Documentation

## What @openpulsechain/mcp-server MCP server does

The @openpulsechain/mcp-server MCP server gives AI assistants access to analytics for the PulseChain ecosystem. Its coverage includes token safety scores from 0 to 100, honeypot detection, deployer and contract analysis, wallet profiles, whale activity, smart-money tracking, scam alerts, DEX volume, bridge flows, and holder league rankings.

The repository describes 20 MCP tools. The listing divides these into 11 free tools and 9 pro tools, while the README presents the MCP component as part of a broader OpenPulsechain platform. Other platform modules include a web dashboard, REST and safety APIs, indexers, a Chrome extension, and Dune bridge analytics; those modules are separate from the MCP server’s role.

## How it works

OpenPulsechain collects data through Python indexers and stores it in PostgreSQL. Sources include the PulseX Subgraph, PulseChain RPC, DefiLlama, Blockscout, bridge subgraphs and APIs, Dune Analytics, and on-chain honeypot simulations using a FeeChecker contract. The MCP layer makes selected analytics available to AI assistants rather than requiring an agent to query each source independently.

Available data includes more than 2,500 discovered tokens, historical price records dating from May 2023, and bridge transfers from OmniBridge and Hyperlane, according to the project material. Token prices on PulseChain are sourced from PulseX `derivedUSD` values. Safety analysis considers factors such as honeypot behavior, contract characteristics, liquidity-provider health, holder concentration, and token age.

## Setup and configuration

The repository’s setup instructions place the MCP project in the `mcp-server/` directory. The documented build flow is:

```bash
npm install
npm run build
```

The project listing also provides this package-based launch command:

```bash
npx @openpulsechain/mcp-server
```

No environment variables or API credentials are specified in the supplied material for running the MCP server. The README identifies the underlying data sources as public or on-chain, although Dune access has a stated public allowance of 2,500 credits per month for its bridge queries.

## Tools and capabilities

The @openpulsechain/mcp-server MCP server is suited to agent workflows that need to:

- Inspect a token’s safety score and risk indicators.
- Check tokens for suspected honeypot behavior.
- Review whale holdings, wallet activity, and funding relationships.
- Find large PulseX swaps and follow smart-money activity.
- Detect scam-related events such as liquidity removals and whale dumps.
- Examine PulseX trading volume, bridge flows, and holder league rankings.

The broader platform refreshes some analytics on schedules rather than continuously: scam scanning runs every 30 minutes, smart-money data refreshes every 60 seconds, and holder leagues update every six hours. These refresh intervals describe the platform data and may affect how current an MCP response is.

## Limitations and notes

Results are limited to PulseChain-focused coverage and the sources indexed by OpenPulsechain. The project states that its data is informational only and is not financial advice. It also states that OpenPulsechain is not affiliated with PulseChain, PulseX, or related entities. Dune-based bridge analytics are subject to the service’s public credit allowance. The supplied documentation does not identify specific MCP client applications or provide a detailed per-tool schema.

_Full upstream README: https://allmcps.com/mcp/-openpulsechain-mcp-server/readme_

