MadeOnSol — Solana memecoin intelligence
Enables access to Solana-based blockchain intelligence, including real-time tracking of Key Opinion Leader (KOL) trades, wallet performance leaderboards, and elite token launch alerts on the Solana network.
mcp-server-madeonsol
⚡ Install via Smithery · 🤖 Use in Claude Desktop · 🖱️ Use in Cursor · 📚 API docs · 💰 Free API key
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) andmadeonsol_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 tomin_liq=2000to skip phantom-MC dust — passmin_liq=0to opt out./token/{mint}now returns structured 400 errors (code/reason/example/docs) instead of plain strings. Deprecatedavg_entry_mc_usdfield 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-intelligenceSmithery 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_feedQuick start — manual config (10 seconds)
npm install -g mcp-server-madeonsolAdd 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):
Method | Env var | Best for |
MadeOnSol API key (recommended) |
| Developers — get a free key |
x402 micropayments |
| AI 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 freemsk_key at madeonsol.com/pricing.
Install
npm install -g mcp-server-madeonsolx402 peer deps (
@x402/fetch @x402/svm @x402/core @solana/kit @scure/base) are only needed when usingSVM_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
Tool | Description |
| Real-time KOL trade feed (1,000+ wallets) |
| Multi-KOL convergence signals (v1.1) — peak-density window, exit detection, 0-100 score |
| First-KOL-touch events — backtested scout signal. Filter by scout tier, winrate, token age, mint suffix |
| KOL PnL and win rate rankings (180 days of history; periods: today, 7d, 30d, 90d, 180d) |
| KOL affinity matrix — which KOLs co-trade the same tokens |
| KOL momentum tokens — accelerating buy interest |
| Tokens ranked by KOL buy volume (5m–12h windows). ULTRA adds full KOL wallet addresses. |
| Deep per-wallet PnL: equity curve, risk metrics, closed positions. ULTRA adds open positions (tokens bought but not yet sold). |
| KOL entry/exit timing profile — available on all tiers |
Deployer Hunter
Tool | Description |
| Pump.fun deployer launches with KOL enrichment. Filter by tier (elite/good/moderate/rising/cold). ULTRA unlocks full pagination. |
| Deployer skill curve — streaks, rolling bond rate, trend — available on all tiers |
Wallet Tracker
Tool | Description |
| List your tracked wallets and remaining capacity (Free: 10, Pro: 50, Ultra: 100) |
| Add a wallet to your watchlist |
| Remove a wallet from your watchlist |
| Historical swap/transfer events for watched wallets (120-day retention) |
| Per-wallet stats: swap counts, SOL bought/sold, last event |
Alpha Wallet Intelligence
Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of Pump.fun tokens).
Tool | Tier | Description |
| All | Top profitable early-buyer wallets. Up to 100 on Free/Pro; ULTRA unlocks 500 + bot signals |
| ULTRA | Full per-token breakdown + bot_signals array |
| ULTRA | Wallets behaviorally linked (co-bought 3+ tokens within 2s) |
Token Quality
Tool | Tier | Description |
| PRO+ | Filtered, sortable token directory — MC band, liquidity floor, primary DEX, authority/safety flags, computed 1h volume / MEV-share / MC-change deltas. Default |
| PRO+ | First non-deployer early buyers, enriched with PnL/KOL/bot flags. PRO=10, ULTRA=20 |
| All | 0–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.
Tool | Description |
| List your rules |
| Create a rule. Returns |
| Get one rule |
| Update fields or toggle |
| Delete permanently |
| Recent 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.
Tool | Description |
| List your rules (PRO=5, ULTRA=20) |
| Create a rule. Returns |
| Get one rule |
| Update fields or toggle |
| Delete 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.
Tool | Description |
| Recent first-KOL-touch events. Filters: |
| List your first-touch webhook subscriptions — ULTRA |
| Create a webhook rule (HMAC-signed). Returns |
| Get one subscription — ULTRA |
| Update fields or toggle |
| Delete permanently — ULTRA |
Don't poll — push. Median lead time before the second KOL is 12 seconds. WebSocket channel:
kol:first_touches(PRO+).
Streaming & Webhooks
Tool | Description |
| Get a 24h WebSocket token for KOL/deployer streaming and DEX trade stream — PRO/ULTRA |
| Register a webhook for real-time push notifications — PRO/ULTRA |
| List your registered webhooks — PRO/ULTRA |
| Delete a webhook by ID — PRO/ULTRA |
| Send a test payload to verify a webhook — PRO/ULTRA |
General
Tool | Description |
| List all endpoints and prices (free, no auth) |
| Inspect 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
Tier | Price | Wallets tracked | Requests/day |
Free | $0 | 10 | 200 |
Pro | $49/mo | 50 | 10,000 |
Ultra | $149/mo | 100 + WS events | 100,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
Platform | Package |
TypeScript SDK |
|
Rust SDK |
|
Python (LangChain, CrewAI) |
|
ElizaOS | |
Solana Agent Kit |
License
MIT
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LamboPoewert/mcp-server-madeonsol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server