mcp-server-madeonsol
v0.5.0
Published
MCP server for MadeOnSol Solana KOL intelligence API — use from Claude, Cursor, or any MCP client
Maintainers
Readme
mcp-server-madeonsol
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, and stream every DEX trade. Free tier: 200 requests/day at madeonsol.com/developer — no credit card required.
Authentication
Three options (in priority order):
| Method | Env var | Best for |
|---|---|---|
| MadeOnSol API key (recommended) | MADEONSOL_API_KEY | Developers — get a free key |
| RapidAPI key | RAPIDAPI_KEY | RapidAPI subscribers |
| x402 micropayments | SVM_PRIVATE_KEY | AI agents with Solana wallets |
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
| Tool | Description |
|---|---|
| madeonsol_kol_feed | Real-time KOL trade feed (1,000+ wallets) |
| madeonsol_kol_coordination | Multi-KOL convergence signals |
| madeonsol_kol_leaderboard | KOL PnL and win rate rankings (180 days of trade history; periods: today, 7d, 30d, 90d, 180d) |
| madeonsol_deployer_alerts | Pump.fun deployer launches. PRO/ULTRA: filter by deployer tier (elite/good/moderate/rising/cold). |
| madeonsol_token_info | Token intelligence — price, market cap, volume, deployer, KOL activity |
| madeonsol_api_status | System health — service status and uptime (no auth required) |
| madeonsol_discovery | List all endpoints and prices (free) |
With Pro/Ultra subscription:
| Tool | Description |
|---|---|
| madeonsol_stream_token | Get 24h WebSocket token for KOL/deployer streaming and DEX trade stream |
| Webhook CRUD tools | Create, list, update, delete, test webhooks |
Also Available
| Platform | Package |
|---|---|
| TypeScript SDK | madeonsol-x402 |
| Python (LangChain, CrewAI) | madeonsol-x402 on PyPI |
| ElizaOS | @madeonsol/plugin-madeonsol |
| Solana Agent Kit | solana-agent-kit-plugin-madeonsol |
License
MIT
