mcp-server-madeonsol 1.3.0 → 1.4.0
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 +13 -40
- package/dist/index.js +2 -2
- package/glama.json +50 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,20 +4,6 @@ MCP server for [MadeOnSol](https://madeonsol.com) Solana KOL intelligence API. U
|
|
|
4
4
|
|
|
5
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
|
-
## Quick start (10 seconds)
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm install -g mcp-server-madeonsol
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
Add to `claude_desktop_config.json` or Cursor MCP settings (free key: https://madeonsol.com/developer):
|
|
14
|
-
|
|
15
|
-
```json
|
|
16
|
-
{ "mcpServers": { "madeonsol": { "command": "mcp-server-madeonsol", "env": { "MADEONSOL_API_KEY": "msk_..." } } } }
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Restart Claude Desktop and ask: *"What are KOLs buying right now?"*
|
|
20
|
-
|
|
21
7
|
## Authentication
|
|
22
8
|
|
|
23
9
|
Two options (in priority order):
|
|
@@ -67,26 +53,26 @@ Add to MCP settings with the same command and env vars.
|
|
|
67
53
|
| Tool | Description |
|
|
68
54
|
|---|---|
|
|
69
55
|
| `madeonsol_kol_feed` | Real-time KOL trade feed (1,000+ wallets) |
|
|
70
|
-
| `madeonsol_kol_coordination` | Multi-KOL convergence signals
|
|
56
|
+
| `madeonsol_kol_coordination` | Multi-KOL convergence signals — tokens multiple KOLs are accumulating |
|
|
71
57
|
| `madeonsol_kol_leaderboard` | KOL PnL and win rate rankings (180 days of history; periods: today, 7d, 30d, 90d, 180d) |
|
|
72
58
|
| `madeonsol_kol_pairs` | KOL affinity matrix — which KOLs co-trade the same tokens |
|
|
73
59
|
| `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 —
|
|
60
|
+
| `madeonsol_kol_trending_tokens` | Tokens ranked by KOL buy volume (5m–12h windows). Sub-hour periods PRO/ULTRA only. |
|
|
61
|
+
| `madeonsol_kol_pnl` | Deep per-wallet PnL: equity curve, risk metrics, closed + open positions. BASIC=summary, PRO=+curve+closed, ULTRA=+open. |
|
|
62
|
+
| `madeonsol_kol_timing` | KOL entry/exit timing profile — PRO/ULTRA |
|
|
77
63
|
|
|
78
64
|
### Deployer Hunter
|
|
79
65
|
|
|
80
66
|
| Tool | Description |
|
|
81
67
|
|---|---|
|
|
82
|
-
| `madeonsol_deployer_alerts` | Pump.fun deployer launches with KOL enrichment.
|
|
83
|
-
| `madeonsol_deployer_trajectory` | Deployer skill curve — streaks, rolling bond rate, trend —
|
|
68
|
+
| `madeonsol_deployer_alerts` | Pump.fun deployer launches with KOL enrichment. PRO/ULTRA: filter by tier (elite/good/moderate/rising/cold). |
|
|
69
|
+
| `madeonsol_deployer_trajectory` | Deployer skill curve — streaks, rolling bond rate, trend — PRO/ULTRA |
|
|
84
70
|
|
|
85
71
|
### Wallet Tracker
|
|
86
72
|
|
|
87
73
|
| Tool | Description |
|
|
88
74
|
|---|---|
|
|
89
|
-
| `madeonsol_wallet_tracker_watchlist` | List your tracked wallets and remaining capacity (
|
|
75
|
+
| `madeonsol_wallet_tracker_watchlist` | List your tracked wallets and remaining capacity (BASIC: 10, PRO: 50, ULTRA: 100) |
|
|
90
76
|
| `madeonsol_wallet_tracker_add` | Add a wallet to your watchlist |
|
|
91
77
|
| `madeonsol_wallet_tracker_remove` | Remove a wallet from your watchlist |
|
|
92
78
|
| `madeonsol_wallet_tracker_trades` | Historical swap/transfer events for watched wallets (120-day retention) |
|
|
@@ -98,7 +84,7 @@ Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of
|
|
|
98
84
|
|
|
99
85
|
| Tool | Tier | Description |
|
|
100
86
|
|---|---|---|
|
|
101
|
-
| `madeonsol_alpha_leaderboard` |
|
|
87
|
+
| `madeonsol_alpha_leaderboard` | BASIC+ | Top profitable early-buyer wallets. BASIC=25 (truncated), PRO=100, ULTRA=500 + bot signals |
|
|
102
88
|
| `madeonsol_alpha_wallet` | ULTRA | Full per-token breakdown + bot_signals array |
|
|
103
89
|
| `madeonsol_alpha_linked` | ULTRA | Wallets behaviorally linked (co-bought 3+ tokens within 2s) |
|
|
104
90
|
|
|
@@ -107,7 +93,7 @@ Scored from 47,000+ early-buyer records (wallets seen in the first 20 buyers of
|
|
|
107
93
|
| Tool | Tier | Description |
|
|
108
94
|
|---|---|---|
|
|
109
95
|
| `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` |
|
|
96
|
+
| `madeonsol_token_buyer_quality` | BASIC+ | 0–100 buyer-quality score (5-min cached). BASIC=score+signal only |
|
|
111
97
|
|
|
112
98
|
### Copy-Trade Rules (PRO/ULTRA)
|
|
113
99
|
|
|
@@ -122,18 +108,6 @@ Server-side rules that fire signals when a watched source wallet trades. Deliver
|
|
|
122
108
|
| `madeonsol_copytrade_delete` | Delete permanently |
|
|
123
109
|
| `madeonsol_copytrade_signals` | Recent fired signals (up to 7 days) |
|
|
124
110
|
|
|
125
|
-
### KOL Coordination Alerts (PRO/ULTRA — v1.1 push signals)
|
|
126
|
-
|
|
127
|
-
Real-time push alerts when a KOL cluster co-buys the same token. Fires within ~1s (pg_notify push). Delivered via WebSocket (`kol:coordination` channel, user-scoped) and/or HMAC-signed webhook.
|
|
128
|
-
|
|
129
|
-
| Tool | Description |
|
|
130
|
-
|---|---|
|
|
131
|
-
| `madeonsol_coordination_alerts_list` | List your rules (PRO=5, ULTRA=20) |
|
|
132
|
-
| `madeonsol_coordination_alerts_create` | Create a rule. Returns `webhook_secret` once — store it |
|
|
133
|
-
| `madeonsol_coordination_alerts_get` | Get one rule |
|
|
134
|
-
| `madeonsol_coordination_alerts_update` | Update fields or toggle `is_active` |
|
|
135
|
-
| `madeonsol_coordination_alerts_delete` | Delete permanently |
|
|
136
|
-
|
|
137
111
|
### Streaming & Webhooks
|
|
138
112
|
|
|
139
113
|
| Tool | Description |
|
|
@@ -154,18 +128,17 @@ Real-time push alerts when a KOL cluster co-buys the same token. Fires within ~1
|
|
|
154
128
|
|
|
155
129
|
| Tier | Price | Wallets tracked | Requests/day |
|
|
156
130
|
|------|-------|-----------------|--------------|
|
|
157
|
-
|
|
|
158
|
-
|
|
|
159
|
-
|
|
|
131
|
+
| BASIC | Free | 10 | 200 |
|
|
132
|
+
| PRO | $49/mo | 50 | 10,000 |
|
|
133
|
+
| ULTRA | $149/mo | 100 + WS events | 100,000 |
|
|
160
134
|
|
|
161
|
-
|
|
135
|
+
Get a key at [madeonsol.com/developer](https://madeonsol.com/developer).
|
|
162
136
|
|
|
163
137
|
## Also Available
|
|
164
138
|
|
|
165
139
|
| Platform | Package |
|
|
166
140
|
|---|---|
|
|
167
141
|
| TypeScript SDK | [`madeonsol`](https://www.npmjs.com/package/madeonsol) on npm |
|
|
168
|
-
| Rust SDK | [`madeonsol`](https://crates.io/crates/madeonsol) on crates.io |
|
|
169
142
|
| Python (LangChain, CrewAI) | [`madeonsol-x402`](https://pypi.org/project/madeonsol-x402/) on PyPI |
|
|
170
143
|
| ElizaOS | [`@madeonsol/plugin-madeonsol`](https://www.npmjs.com/package/@madeonsol/plugin-madeonsol) |
|
|
171
144
|
| Solana Agent Kit | [`solana-agent-kit-plugin-madeonsol`](https://www.npmjs.com/package/solana-agent-kit-plugin-madeonsol) |
|
package/dist/index.js
CHANGED
|
@@ -70,7 +70,7 @@ async function query(path, params) {
|
|
|
70
70
|
}
|
|
71
71
|
function registerTools(server) {
|
|
72
72
|
const readOnlyAnnotations = { readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true };
|
|
73
|
-
server.tool("madeonsol_kol_feed", "Get real-time Solana KOL trades from 1,000+ tracked wallets. PRO+ adds size/age/strategy/winrate filters.", {
|
|
73
|
+
server.tool("madeonsol_kol_feed", "Get real-time Solana KOL trades from 1,000+ tracked wallets. Each trade includes the token's market cap (USD) at the moment of trade — sourced from our in-memory price tracker, accurate to the millisecond, faster than Dexscreener spot. PRO+ adds size/age/strategy/winrate filters.", {
|
|
74
74
|
limit: z.number().min(1).max(100).default(10).describe("Number of trades to return (1-100)"),
|
|
75
75
|
before: z.string().optional().describe("Cursor — ISO 8601 timestamp; returns trades strictly older than this. Pass next_before from the previous response for polling."),
|
|
76
76
|
action: z.enum(["buy", "sell"]).optional().describe("Filter by trade type: buy or sell"),
|
|
@@ -650,7 +650,7 @@ async function main() {
|
|
|
650
650
|
res.end(JSON.stringify({
|
|
651
651
|
name: "madeonsol",
|
|
652
652
|
description: "Solana KOL trading intelligence and deployer analytics. Real-time data from 1,000+ KOL wallets, 6,700+ Pump.fun deployers, 47,000+ scored alpha wallets, copy-trade rules, and wallet tracker. Supports MadeOnSol API key (msk_) or x402 micropayments.",
|
|
653
|
-
version: "1.3.
|
|
653
|
+
version: "1.3.1",
|
|
654
654
|
tools: [
|
|
655
655
|
{ name: "madeonsol_kol_feed", description: "Get real-time Solana KOL trades from 1,000+ tracked wallets." },
|
|
656
656
|
{ name: "madeonsol_kol_coordination", description: "Get KOL convergence signals — tokens multiple KOLs are accumulating." },
|
package/glama.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "mcp-server-madeonsol",
|
|
3
|
+
"display_name": "MadeOnSol",
|
|
4
|
+
"description": "Solana KOL trading intelligence and deployer analytics. Real-time data from 1,000+ KOL wallets, 6,700+ Pump.fun deployers, 47,000+ scored alpha wallets, server-side copy-trade rules, and wallet tracker. Supports free MadeOnSol API key (msk_) or x402 micropayments.",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"homepage": "https://madeonsol.com/solana-api",
|
|
7
|
+
"repository": "https://github.com/LamboPoewert/mcp-server-madeonsol",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"categories": ["blockchain", "finance", "web3"],
|
|
10
|
+
"tags": ["solana", "kol", "trading", "x402", "micropayments", "defi", "api", "deployer", "pump-fun", "copy-trade"],
|
|
11
|
+
"tools": [
|
|
12
|
+
{ "name": "madeonsol_kol_feed", "description": "Get real-time Solana KOL trades from 1,000+ tracked wallets." },
|
|
13
|
+
{ "name": "madeonsol_kol_coordination", "description": "Get KOL convergence signals — tokens multiple KOLs are accumulating." },
|
|
14
|
+
{ "name": "madeonsol_kol_leaderboard", "description": "Get KOL performance rankings by PnL and win rate." },
|
|
15
|
+
{ "name": "madeonsol_deployer_alerts", "description": "Get Pump.fun deployer alerts with KOL enrichment." },
|
|
16
|
+
{ "name": "madeonsol_kol_pairs", "description": "KOL affinity matrix — which KOLs co-trade the same tokens." },
|
|
17
|
+
{ "name": "madeonsol_kol_timing", "description": "KOL entry/exit timing profile. Pro/Ultra." },
|
|
18
|
+
{ "name": "madeonsol_deployer_trajectory", "description": "Deployer skill curve — streaks, trend. Pro/Ultra." },
|
|
19
|
+
{ "name": "madeonsol_kol_hot_tokens", "description": "KOL momentum tokens — accelerating buy interest." },
|
|
20
|
+
{ "name": "madeonsol_kol_pnl", "description": "Deep per-wallet PnL: equity curve, risk metrics, positions." },
|
|
21
|
+
{ "name": "madeonsol_kol_trending_tokens", "description": "Tokens ranked by KOL buy volume (5m–12h windows)." },
|
|
22
|
+
{ "name": "madeonsol_kol_token_entry_order", "description": "Ranked KOL first-buyers for a specific token." },
|
|
23
|
+
{ "name": "madeonsol_kol_compare_wallets", "description": "Side-by-side comparison of 2-5 KOL wallets (overlap in PRO+)." },
|
|
24
|
+
{ "name": "madeonsol_kol_alerts_recent", "description": "Unified live KOL alert feed: clusters, fresh buys, heating-up." },
|
|
25
|
+
{ "name": "madeonsol_discovery", "description": "List all available endpoints with prices. Free, no auth required." },
|
|
26
|
+
{ "name": "madeonsol_create_webhook", "description": "Register a webhook for real-time push notifications. Pro/Ultra." },
|
|
27
|
+
{ "name": "madeonsol_list_webhooks", "description": "List your registered webhooks. Pro/Ultra." },
|
|
28
|
+
{ "name": "madeonsol_delete_webhook", "description": "Delete a webhook by ID. Pro/Ultra." },
|
|
29
|
+
{ "name": "madeonsol_test_webhook", "description": "Send a test payload to verify a webhook. Pro/Ultra." },
|
|
30
|
+
{ "name": "madeonsol_stream_token", "description": "Get a 24h WebSocket streaming token. Pro/Ultra." },
|
|
31
|
+
{ "name": "madeonsol_wallet_tracker_watchlist", "description": "List your tracked wallets and remaining capacity." },
|
|
32
|
+
{ "name": "madeonsol_wallet_tracker_add", "description": "Add a wallet to your watchlist." },
|
|
33
|
+
{ "name": "madeonsol_wallet_tracker_remove", "description": "Remove a wallet from your watchlist." },
|
|
34
|
+
{ "name": "madeonsol_wallet_tracker_trades", "description": "Historical swap/transfer events for watched wallets." },
|
|
35
|
+
{ "name": "madeonsol_wallet_tracker_summary", "description": "Per-wallet stats: swap counts, SOL bought/sold." },
|
|
36
|
+
{ "name": "madeonsol_alpha_leaderboard", "description": "Top profitable early-buyer wallets — 47,000+ scored. BASIC=25, PRO=100, ULTRA=500." },
|
|
37
|
+
{ "name": "madeonsol_alpha_wallet", "description": "Full alpha profile + bot signals for one wallet. ULTRA only." },
|
|
38
|
+
{ "name": "madeonsol_alpha_linked", "description": "Behaviorally linked wallets (co-bought 3+ tokens within 2s). ULTRA only." },
|
|
39
|
+
{ "name": "madeonsol_token_cap_table", "description": "First non-deployer early buyers for a token, enriched. PRO=10, ULTRA=20." },
|
|
40
|
+
{ "name": "madeonsol_token_buyer_quality", "description": "0–100 buyer quality score for a token's first-buyer cohort." },
|
|
41
|
+
{ "name": "madeonsol_copytrade_list", "description": "List your copy-trade rules. PRO/ULTRA." },
|
|
42
|
+
{ "name": "madeonsol_copytrade_create", "description": "Create a copy-trade rule with webhook + WS delivery. PRO/ULTRA." },
|
|
43
|
+
{ "name": "madeonsol_copytrade_get", "description": "Get one copy-trade rule. PRO/ULTRA." },
|
|
44
|
+
{ "name": "madeonsol_copytrade_update", "description": "Update a copy-trade rule. PRO/ULTRA." },
|
|
45
|
+
{ "name": "madeonsol_copytrade_delete", "description": "Delete a copy-trade rule. PRO/ULTRA." },
|
|
46
|
+
{ "name": "madeonsol_copytrade_signals", "description": "Recent fired copy-trade signals (up to 7 days). PRO/ULTRA." }
|
|
47
|
+
],
|
|
48
|
+
"transports": ["stdio", "http"],
|
|
49
|
+
"runtime": "node"
|
|
50
|
+
}
|
package/package.json
CHANGED