Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Solenrich
Solenrich logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 10:02:50 AM

Solenrich

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "solenrich": {
      "url": "https://api.solenrich.com/"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

SolEnrich

Solana onchain data enrichment agent. Accepts USDC micropayments via x402 and returns enriched wallet, token, and transaction data β€” structured JSON for agents or natural language briefings for LLMs.

Live API: https://api.solenrich.com/ Landing Page: https://solenrich.com Docs (agent-readable): https://api.solenrich.com/docs

Quick Start

bash
# Health check
curl https://api.solenrich.com/health

# Agent card (A2A discovery)
curl https://api.solenrich.com/.well-known/agent.json

# List all 48 endpoints (47 paid + 1 free)
curl https://api.solenrich.com/entrypoints

# Full API documentation (agent-readable JSON)
curl https://api.solenrich.com/docs

# Free demo (no payment required, 10 queries/hr)
curl -X POST https://api.solenrich.com/demo/enrich \
  -H "Content-Type: application/json" \
  -d '{"address":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"}'

Endpoints

All paid endpoints accept POST requests to /entrypoints/{key}/invoke with a JSON body containing an input object. Without a valid x402 payment header, endpoints return HTTP 402 with payment instructions.

Core (5 endpoints)

EndpointPriceInputDescription
enrich-wallet-light$0.002address, formatSOL balance, token holdings, NFT breakdown, labels, risk score
enrich-wallet-full$0.005address, format+ DeFi positions, connected wallets, enhanced tx history
enrich-token-light$0.002mint, formatPrice (median of 3 sources), market cap, volume, liquidity, risk flags
enrich-token-full$0.004mint, format+ Top 20 holders, HHI concentration, volatility metrics
parse-transaction$0.001signature, formatType detection, protocol identification, transfer breakdown

Premium (5 endpoints)

EndpointPriceInputDescription
whale-watch$0.008mint, formatTop holders with accumulation/distribution tracking
batch-enrich$0.015addresses[], type, depth, formatParallel enrichment of up to 25 wallets or tokens
wallet-graph$0.010address, depth, formatTransaction connection mapping and cluster detection
copy-trade-signals$0.010address, formatPnL, win rate, Sharpe/Sortino ratios, max drawdown
due-diligence$0.020mint, formatComposite risk report with SAFE / CAUTION / RISKY verdict

Comparison (2 endpoints)

EndpointPriceInputDescription
compare-tokens$0.006mints[] (2-3), formatSide-by-side: price, liquidity, volatility, HHI, risk. Rankings + summary
compare-wallets$0.006addresses[] (2-3), depth, formatSide-by-side: portfolio, activity, risk, labels. Rankings + summary

Temporal (3 endpoints)

EndpointPriceInputDescription
token-trend$0.006mint, lookback, formatToken metrics over time β€” daily snapshots with improving/declining/stable direction per metric
wallet-history$0.006address, lookback, formatPortfolio value, SOL balance, risk score deltas + position changes across daily snapshots
portfolio-history$0.006address, period, formatFull portfolio time-series (7/14/30d) with peak, trough, max drawdown, change vs start

Discovery & Protocol (2 endpoints)

EndpointPriceInputDescription
new-tokens$0.012min_liquidity_usd, max_risk_score, limit, formatRecently launched tokens, enriched + risk-scored, safest first
protocol-profile$0.008protocol, include_yields, formatProtocol TVL, yields, on-chain activity, health signals, automated-activity %

Perps Intelligence (8 endpoints)

EndpointPriceInputDescription
perps-market-structure$0.012formatJupiter Perps OI, utilization, borrow APR, skew, health flags for SOL/BTC/ETH
perps-trader-profile$0.010address, formatMulti-venue (Jupiter + Adrena) open positions, leverage, PnL, trader classification
perps-cross-venue-funding$0.015market, include_reference, formatFunding/borrow APR + OI across Jupiter, Adrena, Hyperliquid, dYdX β€” best entry per side, arbitrage spreads
perps-venue-comparison$0.020market, side, size_usd, formatWhere to trade at this size: slippage, fees, OI headroom, total entry cost, recommendation
perps-basis-signal$0.015asset, min_yield_apr_pct, formatNet-yield-after-borrow basis trade scanner β€” actually-earnable yield per venue
perps-market-trend$0.008lookback, formatPer-market deltas (price, OI, skew, utilization, borrow APR) over 7/14/30d β€” regime detection
hyperliquid-trader-profile$0.012address (0x), formatHyperliquid live positions, leverage, liquidation distance, risk flags, week/month/all-time PnL
hyperliquid-smart-money$0.05market, top_traders, formatLeaderboard funnel β†’ consistency-gated traders β†’ per-coin positioning consensus + top-trader drill-down

Orchestration (2 endpoints)

EndpointPriceInputDescription
trending-signals$0.050min_liquidity_usd, max_risk_score, limit, formatComposite ranking of trending tokens: discovery + whale-watch + risk scoring, with reasoning
smart-money-flow$0.100wallets[], min_win_rate, lookback_days, formatScores seed wallets, filters to winners, surfaces tokens they're accumulating + clusters

Trenches β€” Memecoin Intelligence (5 endpoints)

EndpointPriceInputDescription
smart-money-trenches$0.05hours_back, max_token_age_hours, min_buyers, limit, formatWhich proven-winner wallets are aping fresh (<6h) launches right now β€” vetted realized-PnL seed set, bot-guarded, ranked by distinct smart buyers + recency
runner-scan$0.04max_token_age_hours, min_liquidity_usd, min_volume_h1_usd, limit, formatWhich fresh tokens are accelerating right now β€” buy-rate acceleration (5m vs 1h, 1h vs 6h), buy pressure, volume/price velocity, holder growth, liquidity trend. Stages RUNNING / IGNITING / PARABOLIC_LATE / FADING with a 0–1 score. Flags already-ran tokens as entry risk and LP pulls as rugs
trenches-scan$0.08max_token_age_hours, min_liquidity_usd, limit, formatAll three trenches signals in one call β€” on-chain velocity Γ— proven-winner buys Γ— agent attention, composited into a ranked list with confluence counts, per-token reasoning, and HIGH_CONFLUENCE / MODERATE / SINGLE_SIGNAL verdicts
trenches-check$0.03mint, formatThe suite pointed at ONE token β€” before you ape, run the check. Same three legs as trenches-scan but targeted at your candidate: verdict + reasoning + per-leg detail. Pairs with due-diligence for a full pre-entry read
exit-signal$0.04mint, entry_price_usd, formatThe sell-side verdict for a token you hold β€” EXIT / DERISK / HOLD with a 0–1 exit score. Sell pressure, buy-rate deceleration, volume fade, distribution-into-strength, top-holder flow (distributing vs accumulating whales), liquidity trend, holder churn. Rug triggers (LP pull, active dump) override everything. Works on tokens of any age

Collectibles / RWA (1 endpoint)

EndpointPriceInputDescription
gacha-ev-scan$0.02machine, franchise, exit_strategy, min_edge_pct, formatJupiter Gacha (Collector Crypt) pack EV scan β€” gross insured EV vs the guaranteed instant-buyback floor (85–93%, ≀72h) vs a marketplace sale (βˆ’2% fee, fill-risk). POSITIVE_EV / HOUSE_EDGE / NEGATIVE_EV verdict per machine β€” the realizable EV the platform hides behind its gross-EV headline

StonkFun β€” Quote-Paired & Reward Coins (5 endpoints, 1 free)

Coins launched on stonkfun.xyz are priced against a quote asset (xStocks such as NVDAX/SPYX/TSLAX, Backpack pre-stocks, currencies, custom mints). Reward-mode coins carry a Token-2022 transfer tax (100 or 300 bps) paid to holders in the quote token. These endpoints read the tax config from the chain, score whether it reaches holders, compute holder yield, screen the whole reward-coin set, and preflight a self-built LaunchLab launch before it is broadcast.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Stock Trends Market Intelligence logoStock Trends Market Intelligence

    Equity trend, relative-strength, expected-return, market-context, and research resources for agents.

    πŸ’° Finance & Fintech2 views
    Compare vs Stock Trends Market Intelligence β†’
  • Mcptoon logoMcptoon
    Verified

    Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

    πŸ’° Finance & Fintech7 views
    Compare vs Mcptoon β†’
  • 1inch MCP logo1inch MCP

    Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.

    πŸ’° Finance & Fintech2 views
    Compare vs 1inch MCP β†’
  • Zwldarren Akshare One MCP logoZwldarren Akshare One MCP

    Provide access to Chinese stock market data including historical prices, real-time data, news, and…

    πŸ’° Finance & Fintech2 views
    Compare vs Zwldarren Akshare One MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
15d ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Solenrich

solenrich is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "solenrich": { "url": "https://api.solenrich.com/" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSolenrich AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/solenrich?style=directory)](https://allmcps.com/mcp/solenrich)
HTML Embed
<a href="https://allmcps.com/mcp/solenrich"><img src="https://allmcps.com/api/badge/solenrich?style=directory" alt="Solenrich on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
Last updatedSep 9, 2026
10/14 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit15d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Solenrich β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients