openpulsechain
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-token-priceA | Get current price, 24h change, volume, and market cap for a PulseChain token. |
| get-token-infoA | Get full details for a PulseChain token: name, symbol, decimals, liquidity, volume, holder count. |
| get-token-historyA | Get historical price data (OHLCV) for a PulseChain token. Limited to 30 days without API key; Pro unlocks full history. |
| get-top-tokensA | List top PulseChain tokens sorted by volume, liquidity, or symbol. |
| get-top-pairsA | List top PulseX DEX trading pairs by volume. |
| get-market-overviewA | Get PulseChain network overview: TVL, 24h volume, active tokens, top gainers/losers. |
| get-token-safetyA | Analyze a token for scam indicators: honeypot detection, buy/sell tax, ownership, liquidity score (0-100, A-F grade). |
| get-token-liquidityB | Get detailed liquidity breakdown for a token: all DEX pairs, volumes, and reserves. |
| check-address-riskA | [PRO] Check if a wallet/contract address is flagged for AML risk, known exploits, phishing, or sanctions (OFAC). Requires OPENPULSECHAIN_API_KEY. |
| get-deployer-reputationA | [PRO] Get reputation score for a token deployer: how many tokens deployed, how many died (rug pattern detection). Requires OPENPULSECHAIN_API_KEY. |
| get-scam-alertsA | [PRO] Get real-time scam radar alerts: honeypots, LP removals (rug pulls), whale dumps. Requires OPENPULSECHAIN_API_KEY. |
| get-smart-money-feedA | [PRO] Get smart money / whale activity feed: large wallet movements and recent swaps on PulseX. Requires OPENPULSECHAIN_API_KEY. |
| get-recent-swapsB | [PRO] Get recent large swaps on PulseX DEX. Requires OPENPULSECHAIN_API_KEY. |
| get-wallet-balancesA | [PRO] Get current token balances for a PulseChain wallet. Requires OPENPULSECHAIN_API_KEY. |
| get-wallet-swapsA | [PRO] Get swap history for a PulseChain wallet. Requires OPENPULSECHAIN_API_KEY. |
| get-funding-treeA | [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-rankB | [PRO] Get holder rank and tier for a wallet address across all tracked tokens. Requires OPENPULSECHAIN_API_KEY. |
| get-bridge-statsA | Get PulseChain bridge statistics: inflows, outflows, net flow over the last 7 days. |
| get-holder-leaguesA | Get aggregated holder distribution tiers (poseidon/whale/shark/dolphin/squid/turtle) for a core PulseChain token. |
| get-honeypotsB | List recently detected honeypot tokens on PulseChain. |
| get-opportunity-signalA | [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-analyticsA | [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-alertsA | [PRO] Recent whale movements: large swaps (>$10K), LP removals, whale dumps. Combines scam radar + PulseX subgraph data. Requires OPENPULSECHAIN_API_KEY. |
| get-gasA | [PRO] Current PulseChain gas price in Gwei, block number, and base fee. Requires OPENPULSECHAIN_API_KEY. |
| get-token-holdersA | [PRO] Top holders of a PulseChain token with balances and ownership percentages. Requires OPENPULSECHAIN_API_KEY. |
| get-token-sentimentA | [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-transactionsA | [PRO] Recent transactions for a wallet address (PLS transfers + token transfers). Requires OPENPULSECHAIN_API_KEY. |
| get-tx-traceA | [PRO] Internal call trace for a transaction hash. Shows all internal transfers, contract calls, and token movements. Requires OPENPULSECHAIN_API_KEY. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| pulsechain-tokens |
TDQS
Scored across 28 tools
Several tools have overlapping purposes, especially in the alert/activity space: get-scam-alerts, get-smart-money-feed, get-recent-swaps, get-whale-alerts, and get-honeypots all surface suspicious or large movements, making it unclear which to select. get-token-liquidity and get-pair-analytics also overlap significantly.
All 28 tools follow a strict get- prefix with hyphenated resource names (get-token-price, get-wallet-balances, get-pair-analytics). The only minor exception is check-address-risk, but it still follows a verb_noun pattern, so naming is highly predictable.
With 28 tools, the set exceeds the 25-tool threshold for 'too many' and carries significant redundancy. While the domain is broad, several tools could be consolidated (e.g., combining whale alerts with smart money feed) without losing functionality.
For a read-only PulseChain analytics API, the surface is remarkably complete: token pricing/info/history/safety/liquidity/holders/sentiment, DEX pairs, wallet balances/transactions/funding, holder ranks, bridge stats, gas, tx traces, top tokens, and honeypots. There are no significant dead ends for typical analytical workflows.