mcp-server-madeonsol 0.8.0 → 0.8.1

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.
Files changed (2) hide show
  1. package/README.md +52 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,16 +2,15 @@
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.
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, monitor any Solana wallet for swaps and transfers, and stream every DEX trade. Free tier: 200 requests/day at [madeonsol.com/developer](https://madeonsol.com/developer) — no credit card required.
6
6
 
7
7
  ## Authentication
8
8
 
9
- Three options (in priority order):
9
+ Two options (in priority order):
10
10
 
11
11
  | Method | Env var | Best for |
12
12
  |---|---|---|
13
13
  | **MadeOnSol API key** (recommended) | `MADEONSOL_API_KEY` | Developers — [get a free key](https://madeonsol.com/developer) |
14
- | RapidAPI key | `RAPIDAPI_KEY` | RapidAPI subscribers |
15
14
  | x402 micropayments | `SVM_PRIVATE_KEY` | AI agents with Solana wallets |
16
15
 
17
16
  ## Install
@@ -47,29 +46,68 @@ Add to MCP settings with the same command and env vars.
47
46
 
48
47
  ## Tools
49
48
 
49
+ ### KOL Intelligence
50
+
50
51
  | Tool | Description |
51
52
  |---|---|
52
53
  | `madeonsol_kol_feed` | Real-time KOL trade feed (1,000+ wallets) |
53
- | `madeonsol_kol_coordination` | Multi-KOL convergence signals |
54
- | `madeonsol_kol_leaderboard` | KOL PnL and win rate rankings (180 days of trade history; periods: today, 7d, 30d, 90d, 180d) |
55
- | `madeonsol_deployer_alerts` | Pump.fun deployer launches. PRO/ULTRA: filter by deployer tier (elite/good/moderate/rising/cold). |
56
- | `madeonsol_token_info` | Token intelligenceprice, market cap, volume, deployer, KOL activity |
57
- | `madeonsol_api_status` | System health service status and uptime (no auth required) |
58
- | `madeonsol_discovery` | List all endpoints and prices (free) |
54
+ | `madeonsol_kol_coordination` | Multi-KOL convergence signals — tokens multiple KOLs are accumulating |
55
+ | `madeonsol_kol_leaderboard` | KOL PnL and win rate rankings (180 days of history; periods: today, 7d, 30d, 90d, 180d) |
56
+ | `madeonsol_kol_pairs` | KOL affinity matrix which KOLs co-trade the same tokens |
57
+ | `madeonsol_kol_hot_tokens` | KOL momentum tokens accelerating buy interest |
58
+ | `madeonsol_kol_trending_tokens` | Tokens ranked by KOL buy volume (5m–12h windows). Sub-hour periods PRO/ULTRA only. |
59
+ | `madeonsol_kol_pnl` | Deep per-wallet PnL: equity curve, risk metrics, closed + open positions. BASIC=summary, PRO=+curve+closed, ULTRA=+open. |
60
+ | `madeonsol_kol_timing` | KOL entry/exit timing profile — PRO/ULTRA |
61
+
62
+ ### Deployer Hunter
63
+
64
+ | Tool | Description |
65
+ |---|---|
66
+ | `madeonsol_deployer_alerts` | Pump.fun deployer launches with KOL enrichment. PRO/ULTRA: filter by tier (elite/good/moderate/rising/cold). |
67
+ | `madeonsol_deployer_trajectory` | Deployer skill curve — streaks, rolling bond rate, trend — PRO/ULTRA |
68
+
69
+ ### Wallet Tracker
70
+
71
+ | Tool | Description |
72
+ |---|---|
73
+ | `madeonsol_wallet_tracker_watchlist` | List your tracked wallets and remaining capacity (BASIC: 10, PRO: 50, ULTRA: 100) |
74
+ | `madeonsol_wallet_tracker_add` | Add a wallet to your watchlist |
75
+ | `madeonsol_wallet_tracker_remove` | Remove a wallet from your watchlist |
76
+ | `madeonsol_wallet_tracker_trades` | Historical swap/transfer events for watched wallets (120-day retention) |
77
+ | `madeonsol_wallet_tracker_summary` | Per-wallet stats: swap counts, SOL bought/sold, last event |
78
+
79
+ ### Streaming & Webhooks
80
+
81
+ | Tool | Description |
82
+ |---|---|
83
+ | `madeonsol_stream_token` | Get a 24h WebSocket token for KOL/deployer streaming and DEX trade stream — PRO/ULTRA |
84
+ | `madeonsol_create_webhook` | Register a webhook for real-time push notifications — PRO/ULTRA |
85
+ | `madeonsol_list_webhooks` | List your registered webhooks — PRO/ULTRA |
86
+ | `madeonsol_delete_webhook` | Delete a webhook by ID — PRO/ULTRA |
87
+ | `madeonsol_test_webhook` | Send a test payload to verify a webhook — PRO/ULTRA |
59
88
 
60
- **With Pro/Ultra subscription:**
89
+ ### General
61
90
 
62
91
  | Tool | Description |
63
92
  |---|---|
64
- | `madeonsol_stream_token` | Get 24h WebSocket token for KOL/deployer streaming and DEX trade stream |
65
- | Webhook CRUD tools | Create, list, update, delete, test webhooks |
93
+ | `madeonsol_discovery` | List all endpoints and prices (free, no auth) |
94
+
95
+ ## Tiers
96
+
97
+ | Tier | Price | Wallets tracked | Requests/day |
98
+ |------|-------|-----------------|--------------|
99
+ | BASIC | Free | 10 | 200 |
100
+ | PRO | $49/mo | 50 | 10,000 |
101
+ | ULTRA | $199/mo | 100 + WS events | 100,000 |
102
+
103
+ Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
66
104
 
67
105
  ## Also Available
68
106
 
69
107
  | Platform | Package |
70
108
  |---|---|
71
- | TypeScript SDK | [`madeonsol-x402`](https://www.npmjs.com/package/madeonsol-x402) |
72
- | Python (LangChain, CrewAI) | [`madeonsol-x402`](https://github.com/LamboPoewert/madeonsol-python) on PyPI |
109
+ | TypeScript SDK | [`madeonsol`](https://www.npmjs.com/package/madeonsol) on npm |
110
+ | Python (LangChain, CrewAI) | [`madeonsol-x402`](https://pypi.org/project/madeonsol-x402/) on PyPI |
73
111
  | ElizaOS | [`@madeonsol/plugin-madeonsol`](https://www.npmjs.com/package/@madeonsol/plugin-madeonsol) |
74
112
  | Solana Agent Kit | [`solana-agent-kit-plugin-madeonsol`](https://www.npmjs.com/package/solana-agent-kit-plugin-madeonsol) |
75
113
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "mcpName": "io.github.lambopoewert/madeonsol",
5
- "description": "MCP server for MadeOnSol Solana KOL intelligence API \u00e2\u20ac\u201d use from Claude, Cursor, or any MCP client",
5
+ "description": "MCP server for MadeOnSol Solana KOL intelligence API use from Claude, Cursor, or any MCP client",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "mcp-server-madeonsol": "dist/index.js"