OpenPulsechain Analytics
NPM · @OPENPULSECHAIN/MCP-SERVER · SCANNED AUG 3
PulseChain analytics: 28 tools — safety scores, signals, whale alerts, pair analytics, AML.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 93 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability49
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1619 tokens (~55/item across 29 items; 28 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @openpulsechain/mcp-server
claude mcp add openpulsechain-analytics -- npx -y @openpulsechain/mcp-server
codex mcp add openpulsechain-analytics -- npx -y @openpulsechain/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"openpulsechain-analytics": {
"type": "local",
"command": [
"npx",
"-y",
"@openpulsechain/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add openpulsechain-analytics --command npx --arg -y --arg @openpulsechain/mcp-server
mcp_servers:
openpulsechain-analytics:
command: "npx"
args: ["-y", "@openpulsechain/mcp-server"] {
"mcpServers": {
"openpulsechain-analytics": {
"command": "npx",
"args": [
"-y",
"@openpulsechain/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +58
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Security disclosure: fail → unverified ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Schema quality: unverified → 0 ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 −14
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 0 → unverified ▼ functional
- 31 Jul 26 +11
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −36
- Malware scan: pass → unverified ▼ security
- Schema quality: 0 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 44
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@openpulsechain/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check-address-risk Check Address AML Risk ~58
[PRO] Check if a wallet/contract address is flagged for AML risk, known exploits, phishing, or sanctions (OFAC). Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet or contract address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Checked address |
| details | string | — | Additional risk context |
| flags | array | yes | List of risk flags (e.g. sanctions, exploit, phishing) |
| risk_level | string | yes | Risk level: low, medium, high, critical |
| risk_score | number | yes | Numeric risk score (0-100) |
No examples provided.
get-bridge-stats Get Bridge Stats ~32
Get PulseChain bridge statistics: inflows, outflows, net flow over the last 7 days.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| daily | array | yes | Daily bridge flow breakdown |
| inflow_usd | number | yes | Total bridge inflows in USD over the last 7 days |
| net_flow_usd | number | yes | Net flow (inflow - outflow) in USD |
| outflow_usd | number | yes | Total bridge outflows in USD over the last 7 days |
No examples provided.
get-deployer-reputation Get Deployer Reputation ~58
[PRO] Get reputation score for a token deployer: how many tokens deployed, how many died (rug pattern detection). Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Deployer wallet address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Deployer address |
| reputation_score | number | yes | Reputation score (0-100) |
| rug_pattern | boolean | yes | Whether a rug pull pattern is detected |
| tokens_dead | number | yes | Number of tokens that died or were rugged |
| tokens_deployed | number | yes | Total number of tokens deployed |
No examples provided.
get-funding-tree Get Funding Tree ~59
[PRO] Trace funding sources for a wallet: where did the money come from? (2-level depth, bridge/DEX interactions). Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address to trace (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Root wallet address |
| depth | number | yes | Trace depth level |
| funding_sources | array | yes | Array of funding sources |
No examples provided.
get-gas Get Gas Price ~36
[PRO] Current PulseChain gas price in Gwei, block number, and base fee. Requires OPENPULSECHAIN_API_KEY.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| base_fee_gwei | — | yes | Base fee in Gwei |
| block_number | — | yes | Latest block number |
| gas_price_gwei | number | yes | Current gas price in Gwei |
No examples provided.
get-holder-leagues Get Holder Leagues ~47
Get aggregated holder distribution tiers (poseidon/whale/shark/dolphin/squid/turtle) for a core PulseChain token.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Token symbol |
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Token symbol |
| tiers | array | yes | Array of holder tiers |
No examples provided.
get-holder-rank Get Holder Rank ~47
[PRO] Get holder rank and tier for a wallet address across all tracked tokens. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address |
| ranks | array | yes | Array of holder rankings per token |
No examples provided.
get-honeypots Get Honeypot Tokens ~40
List recently detected honeypot tokens on PulseChain.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of results (default 20, max 200) |
| Name | Type | Req | Description |
|---|---|---|---|
| honeypots | array | yes | Array of detected honeypot tokens |
No examples provided.
get-market-overview Get Market Overview ~34
Get PulseChain network overview: TVL, 24h volume, active tokens, top gainers/losers.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| active_tokens | number | yes | Number of actively traded tokens |
| top_gainers | array | yes | Tokens with largest 24h gains |
| top_losers | array | yes | Tokens with largest 24h losses |
| tvl_usd | number | yes | Total value locked in USD |
| volume_24h | number | yes | Total 24-hour volume in USD |
No examples provided.
get-opportunity-signal Get Opportunity Signal ~82
[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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | string | yes | high, medium, low, insufficient_data |
| data_completeness | string | yes | full, partial_no_history, safety_only, minimal |
| direction_hint | string | yes | strong_opportunity, bullish_momentum, neutral_positive, neutral, bearish_pressure, avoid |
| factors | object | yes | Individual factor scores |
| grade | string | yes | Grade: A, B+, B, C, D, F |
| kill_signals | array | yes | Override signals that force score to 0 |
| opportunity_score | number | yes | Composite score 0-100 |
No examples provided.
get-pair-analytics Get DEX Pair Analytics ~65
[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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Pair contract address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| computed | object | yes | — |
| metrics | object | yes | — |
| pair_address | string | yes | — |
| price_usd | — | yes | — |
No examples provided.
get-recent-swaps Get Recent DEX Swaps ~70
[PRO] Get recent large swaps on PulseX DEX. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| min_usd | number | — | Minimum swap USD value (default 1000) |
| minutes | number | — | Lookback in minutes (default 60, max 1440) |
| Name | Type | Req | Description |
|---|---|---|---|
| swaps | array | yes | Array of recent swaps |
No examples provided.
get-scam-alerts Get Scam Alerts ~77
[PRO] Get real-time scam radar alerts: honeypots, LP removals (rug pulls), whale dumps. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| alert_type | string | — | Filter by alert type (omit for all) |
| limit | number | — | Number of alerts (default 20, max 200) |
| Name | Type | Req | Description |
|---|---|---|---|
| alerts | array | yes | Array of scam alerts |
No examples provided.
get-smart-money-feed Get Smart Money Feed ~78
[PRO] Get smart money / whale activity feed: large wallet movements and recent swaps on PulseX. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | number | — | Lookback period in hours (default 24, max 168) |
| min_usd | number | — | Minimum swap value in USD (default 1000) |
| Name | Type | Req | Description |
|---|---|---|---|
| movements | array | yes | Array of smart money movements |
No examples provided.
get-token-history Get Token Price History ~73
Get historical price data (OHLCV) for a PulseChain token. Limited to 30 days without API key; Pro unlocks full history.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) |
| days | number | — | Number of days of history (default 30, max 1000) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address |
| days | number | yes | Number of days returned |
| history | array | yes | Array of OHLCV candles |
No examples provided.
get-token-holders Get Token Holders ~69
[PRO] Top holders of a PulseChain token with balances and ownership percentages. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) |
| limit | number | — | Number of holders to return (default: 50, max: 100) |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | — |
| data | array | yes | — |
| token_address | string | yes | — |
No examples provided.
get-token-info Get Token Info ~44
Get full details for a PulseChain token: name, symbol, decimals, liquidity, volume, holder count.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address |
| decimals | number | yes | Token decimal places |
| holder_count | number | yes | Number of token holders |
| name | string | yes | Token name |
| symbol | string | yes | Token ticker symbol |
| total_liquidity_usd | number | yes | Total liquidity in USD |
| volume_24h | number | yes | 24-hour trading volume in USD |
No examples provided.
get-token-liquidity Get Token Liquidity ~42
Get detailed liquidity breakdown for a token: all DEX pairs, volumes, and reserves.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address |
| pairs | array | yes | Array of liquidity pairs |
| total_liquidity_usd | number | yes | Total liquidity across all pairs in USD |
No examples provided.
get-token-price Get Token Price ~76
Get current price, 24h change, volume, and market cap for a PulseChain token.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) — e.g. 0x2b591e99afe9f32eaa6214f7b7629768c40eeb39 for HEX |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address |
| market_cap | number | yes | Market capitalization in USD |
| price_change_24h | number | yes | 24-hour price change percentage |
| price_usd | number | yes | Current price in USD |
| volume_24h | number | yes | 24-hour trading volume in USD |
No examples provided.
get-token-safety Get Token Safety Score ~53
Analyze a token for scam indicators: honeypot detection, buy/sell tax, ownership, liquidity score (0-100, A-F grade).
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address |
| buy_tax | number | yes | Buy tax percentage |
| grade | string | yes | Letter grade: A (safest) through F (dangerous) |
| is_honeypot | boolean | yes | Whether the token is detected as a honeypot |
| ownership_renounced | boolean | yes | Whether contract ownership has been renounced |
| score | number | yes | Safety score from 0 (dangerous) to 100 (safe) |
| sell_tax | number | yes | Sell tax percentage |
No examples provided.
get-token-sentiment Get Token Sentiment ~75
[PRO] Aggregated social sentiment score (-100 to +100) for a PulseChain token. Based on categorized events (partnerships, exploits, dumps, etc.). Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Token symbol (e.g. PLS, HEX, PLSX) |
| Name | Type | Req | Description |
|---|---|---|---|
| classification | string | yes | bullish, bearish, neutral |
| negative_events | number | yes | — |
| positive_events | number | yes | — |
| sentiment_score | number | yes | -100 (extreme bearish) to +100 (extreme bullish) |
| symbol | string | yes | — |
| total_events | number | yes | — |
No examples provided.
get-top-pairs Get Top DEX Pairs ~39
List top PulseX DEX trading pairs by volume.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of pairs (default 20, max 500) |
| Name | Type | Req | Description |
|---|---|---|---|
| pairs | array | yes | Array of top trading pairs |
No examples provided.
get-top-tokens Get Top Tokens ~58
List top PulseChain tokens sorted by volume, liquidity, or symbol.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of tokens to return (default 20, max 500) |
| sort_by | string | — | Sort field (default: volume) |
| Name | Type | Req | Description |
|---|---|---|---|
| tokens | array | yes | Array of top tokens |
No examples provided.
get-tx-trace Get Transaction Trace ~55
[PRO] Internal call trace for a transaction hash. Shows all internal transfers, contract calls, and token movements. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| tx_hash | string | yes | Transaction hash (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| internal_transactions | array | yes | — |
| transaction | object | yes | — |
No examples provided.
get-wallet-balances Get Wallet Balances ~43
[PRO] Get current token balances for a PulseChain wallet. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address |
| balances | array | yes | Array of token balances |
| total_value_usd | number | yes | Total portfolio value in USD |
No examples provided.
get-wallet-swaps Get Wallet Swap History ~42
[PRO] Get swap history for a PulseChain wallet. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address (0x...) |
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address |
| swaps | array | yes | Array of wallet swaps |
No examples provided.
get-wallet-transactions Get Wallet Transactions ~67
[PRO] Recent transactions for a wallet address (PLS transfers + token transfers). Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address (0x...) |
| limit | number | — | Number of transactions (default: 20, max: 50) |
| Name | Type | Req | Description |
|---|---|---|---|
| data | array | yes | — |
No examples provided.
get-whale-alerts Get Whale Alerts ~93
[PRO] Recent whale movements: large swaps (>$10K), LP removals, whale dumps. Combines scam radar + PulseX subgraph data. Requires OPENPULSECHAIN_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | number | — | Lookback period in hours (default: 24, max: 168) |
| min_usd | number | — | Minimum USD value for swaps (default: 10000) |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | — |
| data | array | yes | — |
No examples provided.