← Registry

Analytics

solenrich.com

Provides Solana blockchain analytics including wallet enrichment, token analysis, transaction parsing, whale tracking, and due diligence.

x402 supported1 endpoint43 known toolsFirst detected June 24, 2026Last detected September 11, 2026

ENDPOINT 1

https://api.solenrich.com/mcp

No auth detected

MCP server metadata

Name
SolEnrich
Version
1.0.0
Capabilities
tools

Known tools 43

enrich_wallet

Get a Solana wallet profile: SOL balance, token holdings, DeFi positions, labels (whale, active_trader, defi_user), risk score, and risk level.

Inferred read-only
enrich_token

Analyze 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-only
parse_transaction

Parse a Solana transaction: type, protocol, SOL/token transfers, accounts involved, and fee details.

Inferred read-only
whale_watch

Track top token holders: balances, % supply, buy/sell volumes, accumulation vs distribution signals.

Inferred read-only
due_diligence

Comprehensive token research: security audit, holder concentration, whale activity, risk score with level (LOW-CRITICAL), and SAFE/CAUTION/RISKY verdict.

Inferred read-only
wallet_graph

Map wallet connections: find counterparties, detect clusters of coordinated wallets, and identify suspicious patterns.

Inferred read-only
copy_trade_signals

Analyze a wallet's trading performance: win rate, PnL, consistency, hold time, and smart_money classification.

Inferred read-only
batch_enrich

Enrich multiple wallets or tokens in a single call (1-25).

Inferred read-only
compare_tokens

Side-by-side comparison of 2-3 tokens: price, liquidity, volatility, holder concentration, risk.

Inferred read-only
compare_wallets

Side-by-side comparison of 2-3 wallets: portfolio, activity, risk, labels.

Inferred read-only
token_trend

Token metrics over time: daily snapshots with direction indicators (improving/declining/stable) per metric.

Inferred read-only
wallet_history

Wallet portfolio over time: snapshots with position changes (added/removed holdings) and direction indicators.

Inferred read-only
portfolio_history

Full 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-only
new_tokens

Discover recently launched Solana tokens.

Inferred read-only
protocol_profile

DeFi protocol analytics: TVL, yield pools, on-chain activity, health signals.

Inferred read-only
query

Ask a plain English question about any Solana wallet, token, or market.

Inferred read-only
perps_market_structure

Per-market OI, utilization, borrow APR, skew, OI caps, and health flags across Jupiter Perps SOL/BTC/ETH.

Inferred read-only
perps_trader_profile

Open positions across BOTH Jupiter Perps and Adrena for a wallet.

Inferred read-only
hyperliquid_trader_profile

Live Hyperliquid perp positions for an EVM (0x) address, read from HL's public on-chain state.

Inferred read-only
hyperliquid_smart_money

Where Hyperliquid smart money is positioned.

Inferred read-only
perps_basis_signal

Computes perp mark vs spot price across venues and surfaces actually-earnable yield.

Inferred read-only
perps_market_trend

Per-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-only
perps_venue_comparison

Where to trade this market at this size.

Potential side effects
perps_cross_venue_funding

Compare borrow/funding APR + OI across Solana on-chain venues (Jupiter Perps, Adrena) and cross-chain reference (Hyperliquid, dYdX v4).

Inferred read-only
trending_signals

Ranked list of Solana tokens worth paying attention to right now.

Inferred read-only
smart_money_flow

Where high-performing Solana wallets are moving.

Inferred read-only
smart_money_trenches

Which proven-winner wallets are aping fresh (<6h) memecoin launches right now, and what are they buying?

Inferred read-only
runner_scan

Which fresh Solana memecoins are ACCELERATING right now?

Inferred read-only
feed_latest

Daily intelligence brief — pre-computed ranking of trending Solana tokens with composite-signal scoring.

Inferred read-only
check_alerts

Poll-based event detection covering spot + Jupiter Perps.

Inferred read-only
consensus_signal

What tokens or wallets are being queried by other agents right now.

Inferred read-only
trenches_check

Before you ape, run the check: pass a token mint and get a HIGH_CONFLUENCE / MODERATE / SINGLE_SIGNAL / NO_SIGNAL verdict with reasoning.

Inferred read-only
exit_signal

The 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-only
trenches_scan

The 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-only
attention_momentum

Tokens ranked by ACCELERATION of agent attention (query velocity change across three consecutive windows), overlaid with price change over the same window.

Inferred read-only
gacha_ev_scan

Scan Jupiter Gacha (Collector Crypt) tokenized-card packs for net-of-exit expected value.

Inferred read-only
stonk_pairs

FREE.

Inferred read-only
stonk_reward_risk

Call BEFORE sizing a StonkFun reward-coin position.

Inferred read-only
stonk_yield

Trailing 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-only
stonk_screener

Screen 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 effects
stonk_gems

Find gems on StonkFun: reward coins that look early, real, and paying.

Inferred read-only
stonk_launch_intel

What to launch on StonkFun and against which quote asset.

Inferred read-only
stonk_preflight

Call BEFORE broadcasting a self-built Raydium LaunchLab launch meant for StonkFun.

Inferred read-only

CONNECT 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.

Trust status Neutral

solenrich.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.