Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mcp-server-madeonsol

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-madeonsol

MCP server for MadeOnSol Solana KOL intelligence API — use from Claude, Cursor, or any MCP client

latest
Source
npmnpm
Version
1.10.0
Version published
Maintainers
1
Created
Source

mcp-server-madeonsol

npm version npm downloads Smithery Glama MCP License: MIT

Install via Smithery · 🤖 Use in Claude Desktop · 🖱️ Use in Cursor · 📚 API docs · 💰 Free API key · 🔎 On Glama

MCP server for MadeOnSol Solana KOL intelligence API. Use from Claude Desktop, Cursor, or any MCP-compatible client.

Real-time Solana trading intelligence: track 1,000+ KOL wallets with <3s latency, score 6,700+ Pump.fun deployers by reputation, detect multi-KOL coordination signals, monitor any Solana wallet for swaps and transfers, and stream every DEX trade. Free tier: 200 requests/day at madeonsol.com/pricing — no credit card required.

New in 1.7.0 (2026-05-12) — Two new tools: madeonsol_me (account/quota introspection — read tier, remaining requests, and per-feature usage without parsing rate-limit headers) and madeonsol_tokens_list (PRO+ filtered, sortable token directory — MC band, liquidity floor, primary DEX, authority/safety flags, plus computed 1h volume / MEV-share / MC-change deltas). Token responses now expose velocity / MEV-share fields. Token directory defaults to min_liq=2000 to skip phantom-MC dust — pass min_liq=0 to opt out. /token/{mint} now returns structured 400 errors (code / reason / example / docs) instead of plain strings. Deprecated avg_entry_mc_usd field fully removed from KOL/alpha leaderboards.

Install via Smithery (one line)

Smithery is the easiest path — it writes the config for you and handles the install:

npx -y smithery mcp add madeonsol/solana-kol-intelligence

Smithery prompts for your MADEONSOL_API_KEY (free at madeonsol.com/pricing) and wires up Claude Desktop or your chosen MCP client. Restart the client and ask: "What are KOLs buying right now?"

You can also browse tools from the CLI:

npx -y smithery tool get madeonsol/solana-kol-intelligence madeonsol_kol_feed

Quick start — manual config (10 seconds)

npm install -g mcp-server-madeonsol

Add to claude_desktop_config.json or Cursor MCP settings (free tier at https://madeonsol.com/pricing):

{ "mcpServers": { "madeonsol": { "command": "mcp-server-madeonsol", "env": { "MADEONSOL_API_KEY": "msk_..." } } } }

Restart Claude Desktop and ask: "What are KOLs buying right now?"

Authentication

Two options (in priority order):

MethodEnv varBest for
MadeOnSol API key (recommended)MADEONSOL_API_KEYDevelopers — get a free key
x402 micropaymentsSVM_PRIVATE_KEYAI agents with Solana wallets

v1.0 breaking change: RapidAPI auth (RAPIDAPI_KEY) has been removed. The MadeOnSol RapidAPI marketplace was retired on 2026-04-19. Get a free msk_ key at madeonsol.com/pricing.

Install

npm install -g mcp-server-madeonsol

x402 peer deps (@x402/fetch @x402/svm @x402/core @solana/kit @scure/base) are only needed when using SVM_PRIVATE_KEY.

Configure

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "madeonsol": {
      "command": "mcp-server-madeonsol",
      "env": {
        "MADEONSOL_API_KEY": "msk_your_api_key_here"
      }
    }
  }
}

Cursor

Add to MCP settings with the same command and env vars.

Tools

KOL Intelligence

ToolDescription
madeonsol_kol_feedReal-time KOL trade feed (1,000+ wallets)
madeonsol_kol_coordinationMulti-KOL convergence signals (v1.1) — peak-density window, exit detection, 0-100 score
madeonsol_kol_first_touchesFirst-KOL-touch events — backtested scout signal. Filter by scout tier, winrate, token age, mint suffix
madeonsol_kol_leaderboardKOL PnL and win rate rankings (180 days of history; periods: today, 7d, 30d, 90d, 180d)
madeonsol_kol_pairsKOL affinity matrix — which KOLs co-trade the same tokens
madeonsol_kol_hot_tokensKOL momentum tokens — accelerating buy interest
madeonsol_kol_trending_tokensTokens ranked by KOL buy volume (5m–12h windows). ULTRA adds full KOL wallet addresses.
madeonsol_kol_pnlDeep per-wallet PnL: equity curve, risk metrics, closed positions. ULTRA adds open positions (tokens bought but not yet sold).
madeonsol_kol_timingKOL entry/exit timing profile — available on all tiers

Deployer Hunter

ToolDescription
madeonsol_deployer_alertsPump.fun deployer launches with KOL enrichment. Filter by tier (elite/good/moderate/rising/cold). ULTRA unlocks full pagination.
madeonsol_deployer_trajectoryDeployer skill curve — streaks, rolling bond rate, trend — available on all tiers

Deshred Sniper Alerts (new in 1.10 — Pro/Ultra)

Pre-confirm pump.fun deploy feed reconstructed from shred-level (deshred) data — launches surface ~500ms before they confirm on-chain. Pro sees elite/good deployers; Ultra sees every tier.

ToolDescription
madeonsol_sniper_recentNewest-first deshred deploy feed. Pro: elite/good · Ultra: all tiers. watchlist: true (Ultra) narrows to your custom deployer watchlist
madeonsol_sniper_by_deployerDeshred deploys for a single deployer wallet (Ultra)

Wallet Tracker

ToolDescription
madeonsol_wallet_tracker_watchlistList your tracked wallets and remaining capacity (Free: 10, Pro: 50, Ultra: 100)
madeonsol_wallet_tracker_addAdd a wallet to your watchlist
madeonsol_wallet_tracker_removeRemove a wallet from your watchlist
madeonsol_wallet_tracker_tradesHistorical swap/transfer events for watched wallets (120-day retention)
madeonsol_wallet_tracker_summaryPer-wallet stats: swap counts, SOL bought/sold, last event

Universal Wallet (new in 1.8 — any wallet, not just curated KOLs, PRO+)

ToolDescription
madeonsol_wallet_statsAggregate 90d stats + cross-product flags (is_kol, is_alpha_tracked + bot_confidence + win_rate + net_pnl, is_deployer + tokens_deployed) — quick sizing-up of an unknown wallet
madeonsol_wallet_pnlFull FIFO cost-basis PnL: realized + unrealized SOL, profit factor, max drawdown, avg + median hold minutes, daily UTC PnL curve, closed + open positions hydrated with live mc-tracker prices
madeonsol_wallet_positionsOpen positions only — lighter slice of /pnl. Shares the same cache.
madeonsol_wallet_tradesCursor-paginated raw trades with action / token / since-until filters

Cached server-side with dynamic TTL (5min / 1h / 24h based on last activity). Cost basis observable only inside the 90-day window.

Alpha Wallet Intelligence

Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of Pump.fun tokens).

ToolTierDescription
madeonsol_alpha_leaderboardAllTop profitable early-buyer wallets. Up to 100 on Free/Pro; ULTRA unlocks 500 + bot signals
madeonsol_alpha_walletULTRAFull per-token breakdown + bot_signals array
madeonsol_alpha_linkedULTRAWallets behaviorally linked (co-bought 3+ tokens within 2s)

Token Quality

ToolTierDescription
madeonsol_tokens_listPRO+Filtered, sortable token directory — MC band, liquidity floor, primary DEX, authority/safety flags, computed 1h volume / MEV-share / MC-change deltas. Default min_liq=2000 skips phantom-MC dust.
madeonsol_token_cap_tablePRO+First non-deployer early buyers, enriched with PnL/KOL/bot flags. PRO=10, ULTRA=20
madeonsol_token_buyer_qualityAll0–100 buyer-quality score + full breakdown (5-min cached)

Copy-Trade Rules (PRO/ULTRA)

Server-side rules that fire signals when a watched source wallet trades. Delivered via webhook (HMAC-signed) and/or WebSocket.

ToolDescription
madeonsol_copytrade_listList your rules
madeonsol_copytrade_createCreate a rule. Returns webhook_secret once — store it
madeonsol_copytrade_getGet one rule
madeonsol_copytrade_updateUpdate fields or toggle is_active
madeonsol_copytrade_deleteDelete permanently
madeonsol_copytrade_signalsRecent fired signals (up to 7 days)

KOL Coordination Alerts (PRO/ULTRA — v1.1 push signals)

Real-time push alerts when a KOL cluster co-buys the same token. Fires within ~1s (pg_notify push). Delivered via WebSocket (kol:coordination channel, user-scoped) and/or HMAC-signed webhook.

ToolDescription
madeonsol_coordination_alerts_listList your rules (PRO=5, ULTRA=20)
madeonsol_coordination_alerts_createCreate a rule. Returns webhook_secret once — store it
madeonsol_coordination_alerts_getGet one rule
madeonsol_coordination_alerts_updateUpdate fields or toggle is_active
madeonsol_coordination_alerts_deleteDelete permanently

KOL Scout Signal — first KOL touches (new in 1.3)

Every "first KOL buy on a token mint" event. Filterable by scout tier (S/A/B/C from mv_kol_scout_score), KOL winrate, token age, mint suffix.

Backtest: S-tier scouts attract ≥3 follow-on KOLs within 4h ~50% of the time vs ~14% baseline (38d / 491k buys / 72,549 events). Public leaderboard at madeonsol.com/kol/scouts.

ToolDescription
madeonsol_kol_first_touchesRecent first-KOL-touch events. Filters: min_scout_tier, min_kol_winrate_7d, token_age_max_min, mint_suffix, preset, etc.
madeonsol_first_touch_subscriptions_listList your first-touch webhook subscriptions — ULTRA
madeonsol_first_touch_subscriptions_createCreate a webhook rule (HMAC-signed). Returns webhook_secret once — store it. Up to 10/user — ULTRA
madeonsol_first_touch_subscriptions_getGet one subscription — ULTRA
madeonsol_first_touch_subscriptions_updateUpdate fields or toggle is_active — ULTRA
madeonsol_first_touch_subscriptions_deleteDelete permanently — ULTRA

Don't poll — push. Median lead time before the second KOL is 12 seconds. WebSocket channel: kol:first_touches (PRO+).

Price Alerts (new in 1.9)

CRUD for token dip/recovery price alerts. Fires when a token's market cap crosses your threshold. PRO=5 rules, ULTRA=25.

ToolDescription
madeonsol_price_alerts_listList your price alert rules
madeonsol_price_alerts_createCreate a dip/recovery alert. Returns webhook_secret once — store it
madeonsol_price_alerts_getGet one alert rule by ID
madeonsol_price_alerts_updateUpdate fields or toggle is_active
madeonsol_price_alerts_deleteDelete permanently

Scout Leaderboard & KOL Consensus (new in 1.9)

ToolTierDescription
madeonsol_scout_leaderboardPRO+Top scout-tier KOLs ranked by first-touch follow-on rate, win rate, and ROI
madeonsol_kol_consensusPRO+Tokens with the strongest KOL agreement signal — weighted by scout score and recent PnL
madeonsol_peak_historyPRO+Historical peak-density windows for a token — every coordination spike with KOL breakdown
madeonsol_coordination_historyPRO+Global coordination event log with token, KOL count, score, and outcome

Wallet Derived Stats (new in 1.9)

madeonsol_wallet_stats now returns a stats object with derived fields: win_rate (0-1), roi, verdict ("strong" | "profitable" | "neutral" | "losing"), and biggest_miss (token with the highest post-exit gain the wallet missed).

Streaming & Webhooks

ToolDescription
madeonsol_stream_tokenGet a 24h WebSocket token for KOL/deployer streaming and DEX trade stream — PRO/ULTRA
madeonsol_create_webhookRegister a webhook for real-time push notifications — PRO/ULTRA
madeonsol_list_webhooksList your registered webhooks — PRO/ULTRA
madeonsol_delete_webhookDelete a webhook by ID — PRO/ULTRA
madeonsol_test_webhookSend a test payload to verify a webhook — PRO/ULTRA

General

ToolDescription
madeonsol_discoveryList all endpoints and prices (free, no auth)
madeonsol_meInspect your account — tier, daily/burst quota state, remaining requests, subscription expiry, per-feature usage (webhooks, copy-trade wallets, coordination rules, etc.). Self-throttle without parsing rate-limit headers.

Tiers

TierPriceWallets trackedRequests/day
Free$010200
Pro$49/mo5010,000
Ultra$149/mo100 + WS events100,000

Free tier returns the full REST response shape on every endpoint — real wallets, TX signatures, full precision. Paid tiers unlock webhooks, WebSockets, rule engines, and ULTRA-only data depth. Get a key at madeonsol.com/pricing.

Also Available

PlatformPackage
TypeScript SDKmadeonsol on npm
Rust SDKmadeonsol on crates.io
Python (LangChain, CrewAI)madeonsol-x402 on PyPI
ElizaOS@madeonsol/plugin-madeonsol
Solana Agent Kitsolana-agent-kit-plugin-madeonsol

License

MIT

Keywords

mcp

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts