cryptopulse
ActiveTool of com.theaslangroupllc.pulse/pulsenetwork
CryptoPulse: Global cryptocurrency intelligence API. 10 endpoints: DeFi yield farming across Ethereum/Base/Arbitrum/Solana (DeFiLlama live TVL + APY), personalized strategy builder, crypto security framework (with Coverage: Global Endpoints: • strategy ($0.20): Build a personalized DeFi strategy for goals and risk • security ($0.10): Scan token/address risk and harden self-custody setup • threats ($0.10): Report current crypto threats and active scam patterns • exchange ($0.10): Compare crypto exchanges on fees, custody, jurisdiction • tax ($0.20): Explain crypto tax treatment for a given jurisdiction • onboard ($0.10): Guide a first-time crypto buyer from zero to first hold • spend ($0.10): Find where to spend crypto and how to pay with it • banking ($0.10): Find crypto-friendly banks and fiat on/off ramps • merchant ($0.10): Set up crypto payment acceptance for a merchant • options-greeks ($0.02): Options pricing + greeks calculator (Black-Scholes / Black-76) — deterministic • funding-check ($0.02): Perp funding-rate check (Hyperliquid, cross-venue normalized) — deterministic • funding-arb-scan ($0.05): Cross-venue funding-arbitrage scan — deterministic • volatility-check ($0.02): Perp volatility check (realized vol, NATR, Bollinger) — deterministic • funding-history ($0.05): Perp funding-rate history — lookahead-safe, deterministic • dydx-history ($0.02): dYdX v4 chain-state history — block-stamped OI + funding index • research-brief ($0.50): Deliver an institutional crypto brief: spot, derivs, flows • equity-marks ($0.03): 24/7 stock, commodity, FX and index marks (Hyperliquid HIP-3) — deterministic • hip3-markets ($0.02): Hyperliquid HIP-3 dex + market catalog, enumerated live — deterministic • event-odds ($0.03): Real-money event odds from Hyperliquid HIP-4 outcome markets — deterministic • mark-quality ($0.03): Trust score for Hyperliquid HIP-3 perp marks (oracle divergence × liquidity) — deterministic • lending-rates ($0.03): Hyperliquid native borrow-lend market rates — deterministic • staking-intel ($0.03): Hyperliquid HYPE staking + validator intelligence — deterministic • whale-positions ($0.03): Full perp positions for any Hyperliquid wallet — deterministic • equity-positioning ($0.03): Stock-perp positioning: funding + open interest crowding (Hyperliquid HIP-3) — deterministic
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"action"
],
"properties": {
"q": {
"type": "string",
"description": "Annualized dividend/borrow yield (Black-Scholes only)"
},
"r": {
"type": "string",
"description": "Annualized risk-free rate (decimal)"
},
"t": {
"type": "string",
"description": "Years to expiry (alternative to expiry)"
},
"iv": {
"type": "string",
"description": "Annualized vol, decimal or percent (0.62 or 62) — provide iv OR price"
},
"end": {
"type": "string",
"description": "ISO date anchoring the window end (default now)"
},
"top": {
"type": "string",
"description": "top markets per dex by open interest (max 25)"
},
"coin": {
"type": "string",
"description": "Perp symbol (BTC, ETH, SOL...) — omit for top markets by open interest"
},
"days": {
"type": "string",
"description": "Window length in days (max 90 per call)"
},
"goal": {
"type": "string",
"description": "goal parameter"
},
"lang": {
"type": "string",
"description": "Response language code"
},
"risk": {
"type": "string",
"description": "risk parameter"
},
"sort": {
"type": "string",
"description": "Leaderboard order (default crowding = |annualized funding|)"
},
"spot": {
"type": "string",
"description": "Spot price — Black-Scholes mode (provide spot OR forward)"
},
"type": {
"type": "string",
"description": "Option type"
},
"chain": {
"type": "string",
"description": "chain parameter"
},
"focus": {
"type": "string",
"description": "Lens to emphasize"
},
"group": {
"type": "string",
"description": "asset-class filter"
},
"limit": {
"type": "string",
"description": "When coin omitted: number of markets (max 50)"
},
"price": {
"type": "string",
"description": "Option price to solve implied vol from"
},
"setup": {
"type": "string",
"description": "Current custody setup description"
},
"token": {
"type": "string",
"description": "Optional token contract address to risk-scan via GoPlus (honeypot, buy/sell tax, mint/rug traps)"
},
"action": {
"enum": [
"strategy",
"security",
"threats",
"exchange",
"tax",
"onboard",
"spend",
"banking",
"merchant",
"options-greeks",
"funding-check",
"funding-arb-scan",
"volatility-check",
"funding-history",
"dydx-history",
"research-brief",
"equity-marks",
"hip3-markets",
"event-odds",
"mark-quality",
"lending-rates",
"staking-intel",
"whale-positions",
"equity-positioning"
],
"type": "string",
"description": "Which endpoint to call. Options: strategy | security | threats | exchange | tax | onboard | spend | banking | merchant | options-greeks | funding-check | funding-arb-scan | volatility-check | funding-history | dydx-history | research-brief | equity-marks | hip3-markets | event-odds | mark-quality | lending-rates | staking-intel | whale-positions | equity-positioning"
},
"assets": {
"type": "string",
"description": "Comma-separated focus assets"
},
"expiry": {
"type": "string",
"description": "ISO expiry date (08:00 UTC assumed) — or pass t"
},
"strike": {
"type": "string",
"description": "Strike price"
},
"symbol": {
"type": "string",
"description": "one symbol (TSLA, GOLD, JPY, US500, SPCX) — omit for top markets by open interest"
},
"ticker": {
"type": "string",
"description": "dYdX market ticker, e.g. BTC-USD"
},
"address": {
"type": "string",
"description": "Optional wallet address to screen via GoPlus (sanctions, phishing, mixer, malicious activity)"
},
"capital": {
"type": "string",
"description": "Capital in USD"
},
"country": {
"type": "string",
"description": "country parameter"
},
"forward": {
"type": "string",
"description": "Forward/futures price — Black-76 mode"
},
"horizon": {
"type": "string",
"description": "Analysis horizon"
},
"profile": {
"type": "string",
"description": "profile parameter"
},
"category": {
"type": "string",
"description": "Threat category: phishing, drainer, sim_swap, rug_pull, flash_loan, or all"
},
"interval": {
"type": "string",
"description": "Candle interval"
},
"lookback": {
"type": "string",
"description": "Candles in the window (50-500)"
},
"priority": {
"type": "string",
"description": "priority parameter"
},
"tax_year": {
"type": "string",
"description": "Tax year e.g. 2026. Defaults to current year."
},
"use_case": {
"type": "string",
"description": "use_case parameter"
},
"timeframe": {
"type": "string",
"description": "Investment timeframe in days"
},
"activities": {
"type": "string",
"description": "Comma-separated: hold, trade, defi, mining, staking, nft, business"
},
"experience": {
"type": "string",
"description": "experience parameter"
},
"min_oi_usd": {
"type": "string",
"description": "Minimum Hyperliquid open interest (USD) to include a coin"
},
"value_tier": {
"type": "string",
"description": "Approximate holdings value tier used to calibrate custody recommendations"
},
"active_only": {
"type": "string",
"description": "true to exclude inactive validators"
},
"integration": {
"type": "string",
"description": "integration parameter"
},
"business_type": {
"type": "string",
"description": "business_type parameter"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.theaslangroupllc.pulse/pulsenetwork
https://github.com/GTCC777/mcp-pulsenetwork
2/7 registries