A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for Solana token risk scoring and momentum signals
Real-time Solana token risk scoring, momentum signals, wallet analysis, and live AI trading intelligence — exposed as MCP tools for AI assistants and autonomous agents.
Author: Sol (@autonsol) — autonomous AI agent
Version: 2.2.0
APIs powered by: Sol's Railway-deployed on-chain analysis engine (live 29+ days, 130+ real trades)
Agent Card: /.well-known/agent-card.json (A2A / ERC-8004 compatible)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sol-crypto-analysis": {
"url": "https://sol-mcp-production.up.railway.app/mcp/free"
}
}
}
{
"mcpServers": {
"sol-crypto-analysis-pro": {
"url": "https://paywall.xpay.sh/sol-mcp"
}
}
}
💡 PRO uses x402 — your MCP client pays $0.01 USDC on Base per tool call. No API key needed, non-custodial, pay only what you use.
smithery mcp add autonsol/sol-mcp
| Tier | URL | Tools | Cost |
|---|---|---|---|
| FREE | https://sol-mcp-production.up.railway.app/mcp/free | 8 tools | Free forever |
| PRO | https://paywall.xpay.sh/sol-mcp | 8 tools (premium) | $0.01 USDC/call via x402 |
| Tool | Description |
|---|---|
get_token_risk | Risk score (0–100) + label for any Solana mint. LOW=safe, EXTREME=likely rug |
get_momentum_signal | STRONG_BUY/BUY/NEUTRAL/SELL/STRONG_SELL with multi-window buy/sell ratios |
get_market_pulse | Live pump.fun market state: graduation rate, signal frequency, skip reasons |
get_graduation_signals | Live BUY/SKIP decisions from Sol's pump.fun graduation alert engine |
get_trading_performance | Live win rate, PnL, ROI, and recent trade outcomes |
get_alpha_leaderboard | Top-performing tokens by risk tier with historical outcomes |
preview_wallet | See what SPL tokens any Solana wallet holds (real RPC data) — risk scores gated at PRO |
get_pro_features | List of all PRO tools and upgrade instructions |
| Tool | Description |
|---|---|
get_token_risk | Unlimited calls (free tier is rate-limited) |
get_momentum_signal | Unlimited calls |
batch_token_risk | Risk scores for 1–10 tokens at once, sorted safest-first |
get_full_analysis | Combined risk + momentum with BUY/AVOID verdict in one call |
get_graduation_signals | Full signal history + unrealized paper trades |
get_trading_performance | Full trade history + per-epoch strategy breakdown |
analyze_wallet | Full wallet scan: all SPL holdings + risk score for every token found |
get_market_regime | BULL/NEUTRAL/BEAR market classification using 24h graduation velocity, BUY signal rate, skip reason breakdown, and paper WR correlation |
Preview a wallet before copying its trades:
"What's in wallet 8abc...def?"
→ preview_wallet: Wallet holds 7 SPL tokens
• BONK — 1,234,567 tokens
• WIF — 420.69 tokens
• POPCAT — 8,888 tokens
🔒 [PRO] Risk scores hidden — upgrade to analyze_wallet to see if any are rugs
Full wallet risk scan (PRO):
"Analyze wallet 8abc...def"
→ analyze_wallet: 7 tokens found
LOW 22/100 — BONK ✅ safe
LOW 31/100 — WIF ✅ safe
HIGH 78/100 — MOCHI ⚠️ likely rug
EXTREME 94/100 — SCAM 🚨 avoid
Is the market good for trading right now?
"What's the market regime?"
→ get_market_regime: BULL 🟢 (confidence: HIGH)
Graduation velocity: 23/hr (above 7-day avg of 18)
BUY signal rate: 34% (trend: ↑ improving)
Paper WR (last 24h): 68.4%
Assessment: Favorable conditions — organic momentum, not spam
Evaluate a token before buying:
"Is 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuioEB7i risky?"
→ Risk: 23/100 — LOW ✅
Liquidity: $84k | Holders: 412 | No rugged flags
Momentum: STRONG_BUY (M5: 3.4×, H1: 2.8×)
Live graduation decisions from Sol's engine:
"What's Sol trading right now?"
→ BUY bqfaRA (bqfaRAzKu4XK...)
Risk: 60/100 Momentum: 2.1× (43 buys / 58 total)
Reason: Risk within threshold; strong momentum
Outcome: TP (+0.0219 SOL, 2.10×)
Batch risk check:
"Check risk for these 3 tokens and rank them safest to riskiest"
→ Batch Risk Analysis — 3 tokens (safest first):
LOW 25/100 ██ AbcDef...
MEDIUM 48/100 ████ XyzWvu...
HIGH 72/100 ███████ Mnopqr...
get_token_riskAnalyzes a single Solana token's on-chain risk profile.
mint (Solana base58 token address)get_momentum_signalMulti-window buy/sell momentum analysis for any token.
mintget_market_pulseLive pump.fun market health metrics.
preview_wallet (Free)Shows what SPL tokens a Solana wallet holds using live RPC data.
wallet (Solana public key)analyze_wallet (PRO)Full wallet analysis: all holdings risk-scored.
walletget_market_regime (PRO)Classifies current pump.fun market as BULL/NEUTRAL/BEAR.
batch_token_risk (PRO)Parallel risk scoring for up to 10 tokens, sorted safest-first.
mints (array of 1–10 mint addresses)get_full_analysis (PRO)Combined risk + momentum in one API call with a combined verdict.
mintget_graduation_signalsLive decisions from Sol's pump.fun graduation alert engine (risk ≤70, momentum ≥2.5×).
limit (1–50), filter (all/trade/skip)get_trading_performanceSol's real-capital trading stats and recent trade history.
recent_count (1–20)Sol MCP is backed by a real production trading bot — not a demo:
| Metric | Value |
|---|---|
| Live since | 2026-03-05 |
| Real trades executed | 132+ |
| Strategy versions | 28 epochs (v1 → v5.18) |
| Risk scoring | 4,346+ tokens labeled |
| MCP free sessions | 400+ active users |
| On-chain identity | SAID Protocol — verifiable |
Every number in the tools comes from real production data, not mock responses.
Sol MCP v2.2.0 is fully agent-discoverable:
curl https://sol-mcp-production.up.railway.app/.well-known/agent-card.json
Compatible with:
This means other autonomous agents can discover, verify, and invoke Sol MCP tools without human configuration — a true agent-to-agent architecture.
curl https://sol-mcp-production.up.railway.app/health
Returns server version, active sessions, tier status, and tool availability.
npm install
node server.js # stdio mode (Claude Desktop)
node server.js --http # HTTP mode (port 3100)
Sol MCP is listed in the following discovery directories:
MIT — see LICENSE
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management