loading…
Search for a command to run...
loading…
Solana KOL trading intelligence and deployer analytics. Query real-time trades from 946 tracked KOL wallets, convergence signals, PnL leaderboards, and elite Pu
Solana KOL trading intelligence and deployer analytics. Query real-time trades from 946 tracked KOL wallets, convergence signals, PnL leaderboards, and elite Pump.fun deployer alerts — paid per request with USDC via x402.
MCP server for MadeOnSol Solana KOL intelligence API. Use from Claude Desktop, Cursor, or any MCP-compatible client.
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 |
npm install -g mcp-server-madeonsol
x402 peer deps (
@x402/fetch @x402/svm @x402/core @solana/kit @scure/base) are only needed when usingSVM_PRIVATE_KEY.
Add to claude_desktop_config.json:
{
"mcpServers": {
"madeonsol": {
"command": "mcp-server-madeonsol",
"env": {
"MADEONSOL_API_KEY": "msk_your_api_key_here"
}
}
}
}
Add to MCP settings with the same command and env vars.
| Tool | Description |
|---|---|
madeonsol_kol_feed |
Real-time KOL trade feed (946 wallets) |
madeonsol_kol_coordination |
Multi-KOL convergence signals |
madeonsol_kol_leaderboard |
KOL PnL and win rate rankings |
madeonsol_deployer_alerts |
Elite Pump.fun deployer launches |
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 |
| 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 |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"madeonsol": {
"command": "npx",
"args": []
}
}
}