mcp-server-madeonsol 1.16.1 → 1.16.2

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
@@ -568,7 +568,7 @@ function registerTools(server) {
568
568
  return { content: [{ type: "text", text }] };
569
569
  });
570
570
  // ── Alpha wallet intelligence ──
571
- server.tool("madeonsol_alpha_leaderboard", "Top statistically profitable early-buyer wallets, scored from 47,000+ early-buyer records. BASIC=25 (truncated), PRO=100, ULTRA=500 + bot signals.", {
571
+ server.tool("madeonsol_alpha_leaderboard", "Top statistically profitable early-buyer wallets, scored from 25,000+ early-buyer records. BASIC=25 (truncated), PRO=100, ULTRA=500 + bot signals.", {
572
572
  period: z.enum(["7d", "30d", "all"]).default("30d").describe("Time window"),
573
573
  min_tokens: z.number().min(1).max(20).default(5).describe("Minimum tokens traded by wallet (1-20)"),
574
574
  sort: z.enum(["win_rate", "pnl", "roi"]).default("win_rate").describe("Sort axis"),
@@ -957,7 +957,7 @@ async function main() {
957
957
  res.writeHead(200, { "Content-Type": "application/json" });
958
958
  res.end(JSON.stringify({
959
959
  name: "madeonsol",
960
- description: "Solana KOL trading intelligence and deployer analytics. Real-time data from 1,000+ KOL wallets, 15,500+ Pump.fun deployers, 47,000+ scored alpha wallets, copy-trade rules, and wallet tracker. Supports MadeOnSol API key (msk_) or x402 micropayments.",
960
+ description: "Solana KOL trading intelligence and deployer analytics. Real-time data from 1,000+ KOL wallets, 15,500+ Pump.fun deployers, 25,000+ scored alpha wallets, copy-trade rules, and wallet tracker. Supports MadeOnSol API key (msk_) or x402 micropayments.",
961
961
  version: "1.16.0",
962
962
  tools: [
963
963
  { name: "madeonsol_kol_feed", description: "Get real-time Solana KOL trades from 1,000+ tracked wallets." },
@@ -993,7 +993,7 @@ async function main() {
993
993
  { name: "madeonsol_wallet_pnl", description: "Full FIFO cost-basis PnL for any wallet: realized + unrealized, profit factor, drawdown, daily curve, closed + open positions. PRO+." },
994
994
  { name: "madeonsol_wallet_positions", description: "Open positions only for any wallet — lighter slice of /pnl. Live unrealized SOL from mc-tracker. PRO+." },
995
995
  { name: "madeonsol_wallet_trades", description: "Cursor-paginated raw trades for any wallet. Filter by action / token_mint / time window. PRO+." },
996
- { name: "madeonsol_alpha_leaderboard", description: "Top profitable early-buyer wallets — 47,000+ scored. BASIC=25, PRO=100, ULTRA=500." },
996
+ { name: "madeonsol_alpha_leaderboard", description: "Top profitable early-buyer wallets — 25,000+ scored. BASIC=25, PRO=100, ULTRA=500." },
997
997
  { name: "madeonsol_alpha_wallet", description: "Full alpha profile + bot signals for one wallet. ULTRA only." },
998
998
  { name: "madeonsol_alpha_linked", description: "Behaviorally linked wallets (co-bought 3+ tokens within 2s). ULTRA only." },
999
999
  { name: "madeonsol_token_cap_table", description: "First non-deployer early buyers for a token, enriched. PRO=10, ULTRA=20." },
package/glama.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mcp-server-madeonsol",
3
3
  "maintainers": ["LamboPoewert"],
4
4
  "display_name": "MadeOnSol — Solana memecoin intelligence",
5
- "description": "Real-time Solana memecoin trading intelligence — track 1,000+ KOL wallets with <3s latency, score 15,500+ Pump.fun deployers, surface multi-KOL coordination signals, run server-side copy-trade rules, and stream every DEX trade across 9+ programs. Backtested first-touch scout signal (S-tier scouts attract ≥3 follow-on KOLs ~50% of the time vs 14% baseline). Free tier 200 requests per day; auth via msk_ API key or x402 micropayments.",
5
+ "description": "Real-time Solana memecoin trading intelligence — track 1,000+ KOL wallets with <3s latency, score 15,500+ Pump.fun deployers, surface multi-KOL coordination signals, run server-side copy-trade rules, and stream every DEX trade across 14 programs. Backtested first-touch scout signal (S-tier scouts attract ≥3 follow-on KOLs ~50% of the time vs 14% baseline). Free tier 200 requests per day; auth via msk_ API key or x402 micropayments.",
6
6
  "version": "1.16.0",
7
7
  "homepage": "https://madeonsol.com/solana-api",
8
8
  "repository": "https://github.com/LamboPoewert/mcp-server-madeonsol",
@@ -44,7 +44,7 @@
44
44
  { "name": "madeonsol_kol_timing", "description": "KOL entry/exit timing profile — average hold, win rate by hour." },
45
45
  { "name": "madeonsol_deployer_alerts", "description": "Pump.fun deployer alerts with KOL enrichment, filter by tier." },
46
46
  { "name": "madeonsol_deployer_trajectory", "description": "Deployer skill curve — streaks, rolling bond rate, trend." },
47
- { "name": "madeonsol_alpha_leaderboard", "description": "Top profitable early-buyer wallets — 47,000+ scored, up to 500 on ULTRA." },
47
+ { "name": "madeonsol_alpha_leaderboard", "description": "Top profitable early-buyer wallets — 25,000+ scored, up to 500 on ULTRA." },
48
48
  { "name": "madeonsol_alpha_wallet", "description": "Full alpha profile + bot-signal flags for one wallet." },
49
49
  { "name": "madeonsol_alpha_linked", "description": "Behaviorally linked wallets (co-bought 3+ tokens within 2s)." },
50
50
  { "name": "madeonsol_tokens_list", "description": "Filtered token directory — MC band, liquidity, MEV-share, velocity, primary DEX, authority flags, momentum/trending sorts." },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
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",