mcp-server-madeonsol 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
MCP server for [MadeOnSol](https://madeonsol.com) Solana KOL intelligence API. Use from Claude Desktop, Cursor, or any MCP-compatible client.
|
|
4
4
|
|
|
5
|
+
> 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](https://madeonsol.com/developer) — no credit card required.
|
|
6
|
+
|
|
5
7
|
## Authentication
|
|
6
8
|
|
|
7
9
|
Three options (in priority order):
|
|
@@ -47,10 +49,12 @@ Add to MCP settings with the same command and env vars.
|
|
|
47
49
|
|
|
48
50
|
| Tool | Description |
|
|
49
51
|
|---|---|
|
|
50
|
-
| `madeonsol_kol_feed` | Real-time KOL trade feed (
|
|
52
|
+
| `madeonsol_kol_feed` | Real-time KOL trade feed (1,000+ wallets) |
|
|
51
53
|
| `madeonsol_kol_coordination` | Multi-KOL convergence signals |
|
|
52
54
|
| `madeonsol_kol_leaderboard` | KOL PnL and win rate rankings |
|
|
53
55
|
| `madeonsol_deployer_alerts` | Elite Pump.fun deployer launches |
|
|
56
|
+
| `madeonsol_token_info` | Token intelligence — price, market cap, volume, deployer, KOL activity |
|
|
57
|
+
| `madeonsol_api_status` | System health — service status and uptime (no auth required) |
|
|
54
58
|
| `madeonsol_discovery` | List all endpoints and prices (free) |
|
|
55
59
|
|
|
56
60
|
**With Pro/Ultra subscription:**
|
package/package.json
CHANGED