Analytics
solenrich.com
Provides Solana blockchain analytics including wallet enrichment, token analysis, transaction parsing, whale tracking, and due diligence.
ENDPOINT 1
https://api.solenrich.com/mcp
MCP server metadata
- Name
- SolEnrich
- Version
- 1.0.0
Known tools 43
enrich_walletGet a Solana wallet profile: SOL balance, token holdings, DeFi positions, labels (whale, active_trader, defi_user), risk score, and risk level.
Inferred read-onlyenrich_tokenAnalyze a Solana SPL token: price, market cap, liquidity, holder concentration (top 1/5/10%), slippage estimates at 4 position sizes ($100/$1K/$10K/$100K), risk flags, and Jupiter verification.
Inferred read-onlyparse_transactionParse a Solana transaction: type, protocol, SOL/token transfers, accounts involved, and fee details.
Inferred read-onlywhale_watchTrack top token holders: balances, % supply, buy/sell volumes, accumulation vs distribution signals.
Inferred read-onlydue_diligenceComprehensive token research: security audit, holder concentration, whale activity, risk score with level (LOW-CRITICAL), and SAFE/CAUTION/RISKY verdict.
Inferred read-onlywallet_graphMap wallet connections: find counterparties, detect clusters of coordinated wallets, and identify suspicious patterns.
Inferred read-onlycopy_trade_signalsAnalyze a wallet's trading performance: win rate, PnL, consistency, hold time, and smart_money classification.
Inferred read-onlycompare_tokensSide-by-side comparison of 2-3 tokens: price, liquidity, volatility, holder concentration, risk.
Inferred read-onlycompare_walletsSide-by-side comparison of 2-3 wallets: portfolio, activity, risk, labels.
Inferred read-onlytoken_trendToken metrics over time: daily snapshots with direction indicators (improving/declining/stable) per metric.
Inferred read-onlywallet_historyWallet portfolio over time: snapshots with position changes (added/removed holdings) and direction indicators.
Inferred read-onlyportfolio_historyFull portfolio time-series for a wallet: daily snapshots of value, balance, holdings, and risk score over 7/14/30 days, plus summary stats (peak, trough, max drawdown, average, change vs period start).
Inferred read-onlyprotocol_profileDeFi protocol analytics: TVL, yield pools, on-chain activity, health signals.
Inferred read-onlyperps_market_structurePer-market OI, utilization, borrow APR, skew, OI caps, and health flags across Jupiter Perps SOL/BTC/ETH.
Inferred read-onlyperps_trader_profileOpen positions across BOTH Jupiter Perps and Adrena for a wallet.
Inferred read-onlyhyperliquid_trader_profileLive Hyperliquid perp positions for an EVM (0x) address, read from HL's public on-chain state.
Inferred read-onlyperps_basis_signalComputes perp mark vs spot price across venues and surfaces actually-earnable yield.
Inferred read-onlyperps_market_trendPer-symbol (SOL/BTC/ETH) deltas for mark price, total open interest, long/short skew, utilization, and borrow APR over 7/14/30 days.
Inferred read-onlyperps_cross_venue_fundingCompare borrow/funding APR + OI across Solana on-chain venues (Jupiter Perps, Adrena) and cross-chain reference (Hyperliquid, dYdX v4).
Inferred read-onlysmart_money_trenchesWhich proven-winner wallets are aping fresh (<6h) memecoin launches right now, and what are they buying?
Inferred read-onlyfeed_latestDaily intelligence brief — pre-computed ranking of trending Solana tokens with composite-signal scoring.
Inferred read-onlyconsensus_signalWhat tokens or wallets are being queried by other agents right now.
Inferred read-onlytrenches_checkBefore you ape, run the check: pass a token mint and get a HIGH_CONFLUENCE / MODERATE / SINGLE_SIGNAL / NO_SIGNAL verdict with reasoning.
Inferred read-onlyexit_signalThe sell-side verdict for a token you hold: pass a mint, get EXIT / DERISK / HOLD with a 0-1 exit score and reasoning.
Inferred read-onlytrenches_scanThe full memecoin pre-ape scan in one call: on-chain velocity (runner detection), proven-winner wallet buys (smart-money), and agent attention, composited into a ranked list with per-token reasoning and HIGH_CONFLUENCE / MODERATE / SINGLE_SIGNAL verdicts.
Inferred read-onlyattention_momentumTokens ranked by ACCELERATION of agent attention (query velocity change across three consecutive windows), overlaid with price change over the same window.
Inferred read-onlygacha_ev_scanScan Jupiter Gacha (Collector Crypt) tokenized-card packs for net-of-exit expected value.
Inferred read-onlystonk_yieldTrailing 7d / 30d / lifetime holder yield for a StonkFun reward coin: rewards paid in the quote asset, priced in USD, divided by average market cap over the window.
Inferred read-onlystonk_screenerScreen every StonkFun reward coin with payout status (PAYING / STALE / NEVER), a live flag (traded AND paid in 24h), and the round-trip transfer-tax cost per row.
Potential side effectsstonk_preflightCall BEFORE broadcasting a self-built Raydium LaunchLab launch meant for StonkFun.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.solenrich]
url = "https://api.solenrich.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solenrich": {
"type": "http",
"url": "https://api.solenrich.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solenrich
Remote MCP URL: https://api.solenrich.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"solenrich": {
"url": "https://api.solenrich.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solenrich": {
"type": "http",
"url": "https://api.solenrich.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solenrich",
"transport": "streamable-http",
"url": "https://api.solenrich.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for solenrich.com was fetched 2026-09-03T00:40:15.687Z.
solenrich.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.