mcp-server-madeonsol 1.1.0 → 1.1.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.
- package/README.md +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,22 +71,22 @@ Add to MCP settings with the same command and env vars.
|
|
|
71
71
|
| `madeonsol_kol_leaderboard` | KOL PnL and win rate rankings (180 days of history; periods: today, 7d, 30d, 90d, 180d) |
|
|
72
72
|
| `madeonsol_kol_pairs` | KOL affinity matrix — which KOLs co-trade the same tokens |
|
|
73
73
|
| `madeonsol_kol_hot_tokens` | KOL momentum tokens — accelerating buy interest |
|
|
74
|
-
| `madeonsol_kol_trending_tokens` | Tokens ranked by KOL buy volume (5m–12h windows).
|
|
75
|
-
| `madeonsol_kol_pnl` | Deep per-wallet PnL: equity curve, risk metrics, closed
|
|
76
|
-
| `madeonsol_kol_timing` | KOL entry/exit timing profile —
|
|
74
|
+
| `madeonsol_kol_trending_tokens` | Tokens ranked by KOL buy volume (5m–12h windows). ULTRA adds full KOL wallet addresses. |
|
|
75
|
+
| `madeonsol_kol_pnl` | Deep per-wallet PnL: equity curve, risk metrics, closed positions. ULTRA adds open positions (tokens bought but not yet sold). |
|
|
76
|
+
| `madeonsol_kol_timing` | KOL entry/exit timing profile — available on all tiers |
|
|
77
77
|
|
|
78
78
|
### Deployer Hunter
|
|
79
79
|
|
|
80
80
|
| Tool | Description |
|
|
81
81
|
|---|---|
|
|
82
|
-
| `madeonsol_deployer_alerts` | Pump.fun deployer launches with KOL enrichment.
|
|
83
|
-
| `madeonsol_deployer_trajectory` | Deployer skill curve — streaks, rolling bond rate, trend —
|
|
82
|
+
| `madeonsol_deployer_alerts` | Pump.fun deployer launches with KOL enrichment. Filter by tier (elite/good/moderate/rising/cold). ULTRA unlocks full pagination. |
|
|
83
|
+
| `madeonsol_deployer_trajectory` | Deployer skill curve — streaks, rolling bond rate, trend — available on all tiers |
|
|
84
84
|
|
|
85
85
|
### Wallet Tracker
|
|
86
86
|
|
|
87
87
|
| Tool | Description |
|
|
88
88
|
|---|---|
|
|
89
|
-
| `madeonsol_wallet_tracker_watchlist` | List your tracked wallets and remaining capacity (
|
|
89
|
+
| `madeonsol_wallet_tracker_watchlist` | List your tracked wallets and remaining capacity (Free: 10, Pro: 50, Ultra: 100) |
|
|
90
90
|
| `madeonsol_wallet_tracker_add` | Add a wallet to your watchlist |
|
|
91
91
|
| `madeonsol_wallet_tracker_remove` | Remove a wallet from your watchlist |
|
|
92
92
|
| `madeonsol_wallet_tracker_trades` | Historical swap/transfer events for watched wallets (120-day retention) |
|
|
@@ -98,7 +98,7 @@ Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of
|
|
|
98
98
|
|
|
99
99
|
| Tool | Tier | Description |
|
|
100
100
|
|---|---|---|
|
|
101
|
-
| `madeonsol_alpha_leaderboard` |
|
|
101
|
+
| `madeonsol_alpha_leaderboard` | All | Top profitable early-buyer wallets. Up to 100 on Free/Pro; ULTRA unlocks 500 + bot signals |
|
|
102
102
|
| `madeonsol_alpha_wallet` | ULTRA | Full per-token breakdown + bot_signals array |
|
|
103
103
|
| `madeonsol_alpha_linked` | ULTRA | Wallets behaviorally linked (co-bought 3+ tokens within 2s) |
|
|
104
104
|
|
|
@@ -107,7 +107,7 @@ Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of
|
|
|
107
107
|
| Tool | Tier | Description |
|
|
108
108
|
|---|---|---|
|
|
109
109
|
| `madeonsol_token_cap_table` | PRO+ | First non-deployer early buyers, enriched with PnL/KOL/bot flags. PRO=10, ULTRA=20 |
|
|
110
|
-
| `madeonsol_token_buyer_quality` |
|
|
110
|
+
| `madeonsol_token_buyer_quality` | All | 0–100 buyer-quality score + full breakdown (5-min cached) |
|
|
111
111
|
|
|
112
112
|
### Copy-Trade Rules (PRO/ULTRA)
|
|
113
113
|
|
|
@@ -154,11 +154,11 @@ Real-time push alerts when a KOL cluster co-buys the same token. Fires within ~1
|
|
|
154
154
|
|
|
155
155
|
| Tier | Price | Wallets tracked | Requests/day |
|
|
156
156
|
|------|-------|-----------------|--------------|
|
|
157
|
-
|
|
|
158
|
-
|
|
|
159
|
-
|
|
|
157
|
+
| Free | $0 | 10 | 200 |
|
|
158
|
+
| Pro | $49/mo | 50 | 10,000 |
|
|
159
|
+
| Ultra | $149/mo | 100 + WS events | 100,000 |
|
|
160
160
|
|
|
161
|
-
Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
|
|
161
|
+
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/developer](https://madeonsol.com/developer).
|
|
162
162
|
|
|
163
163
|
## Also Available
|
|
164
164
|
|
package/package.json
CHANGED