mcp-server-madeonsol 1.3.1 → 1.5.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/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"),
@@ -100,7 +100,7 @@ function registerTools(server) {
100
100
  params.strategy = strategy;
101
101
  return { content: [{ type: "text", text: await query("/api/x402/kol/feed", params) }] };
102
102
  });
103
- server.tool("madeonsol_kol_coordination", "KOL convergence signals (v1.1) — tokens being accumulated by multiple KOLs. Response includes peak_kols/peak_buys (busiest window slice), exited_count (net-flow-negative wallets), and a 0-100 coordination_score. Blacklist filters WIF/BONK/stables by default.", {
103
+ server.tool("madeonsol_kol_coordination", "KOL convergence signals (v1.2) — tokens being accumulated by multiple KOLs. Response includes peak_kols/peak_buys (busiest window slice), exited_count (net-flow-negative wallets), 0-100 coordination_score, and (v1.2 / 2026-05-06) market_cap_usd_at_first_buy + market_cap_usd + last_price_usd so you can see whether the cluster formed at micro-cap or after the chart was already running. Blacklist filters WIF/BONK/stables by default.", {
104
104
  period: z.enum(["1h", "6h", "24h", "7d"]).default("24h").describe("Time period for coordination analysis"),
105
105
  min_kols: z.number().min(2).max(50).default(3).describe("Minimum number of KOLs converging on the same token"),
106
106
  limit: z.number().min(1).max(50).default(20).describe("Number of coordination signals to return"),
@@ -123,7 +123,7 @@ function registerTools(server) {
123
123
  params.min_score = min_score;
124
124
  return { content: [{ type: "text", text: await query("/api/x402/kol/coordination", params) }] };
125
125
  });
126
- server.tool("madeonsol_kol_leaderboard", "Get KOL performance rankings by PnL and win rate. PRO+ can sort by alternative axes (winrate/roi/profit_factor/early_entry).", {
126
+ server.tool("madeonsol_kol_leaderboard", "Get KOL performance rankings by PnL and win rate. Each row includes avg_entry_mc_usd + entry_mc_samples (added 2026-05-06) — average market cap at the moment of each buy in the period, surfacing micro-cap vs mid-cap trader profile. PRO+ can sort by alternative axes (winrate/roi/profit_factor/early_entry).", {
127
127
  period: z.enum(["today", "7d", "30d", "90d", "180d"]).default("7d").describe("Time period (trade retention is 180d)"),
128
128
  limit: z.number().min(1).max(50).default(20).describe("Number of KOLs to return in ranking"),
129
129
  sort: z.enum(["pnl", "winrate", "profit_factor", "roi", "early_entry"]).optional().describe("PRO+: sort axis (default 'pnl')"),
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "1.3.1",
3
+ "version": "1.5.0",
4
4
  "mcpName": "io.github.lambopoewert/madeonsol",
5
5
  "description": "MCP server for MadeOnSol Solana KOL intelligence API — use from Claude, Cursor, or any MCP client",
6
6
  "type": "module",