mcp-server-madeonsol 1.7.2 → 1.7.4

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 +25 -1
  2. package/package.json +17 -2
package/README.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # mcp-server-madeonsol
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/mcp-server-madeonsol?style=flat-square)](https://www.npmjs.com/package/mcp-server-madeonsol)
4
+ [![npm downloads](https://img.shields.io/npm/dm/mcp-server-madeonsol?style=flat-square)](https://www.npmjs.com/package/mcp-server-madeonsol)
5
+ [![Smithery](https://img.shields.io/badge/Smithery-listed-blueviolet?style=flat-square)](https://smithery.ai/servers/madeonsol/solana-kol-intelligence)
6
+ [![MCP](https://img.shields.io/badge/MCP-compatible-blueviolet?style=flat-square)](https://modelcontextprotocol.io/)
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE)
8
+
9
+ > ⚡ **[Install via Smithery](#install-via-smithery-one-line)** · 🤖 **[Use in Claude Desktop](#claude-desktop)** · 🖱️ **[Use in Cursor](#cursor)** · 📚 **[API docs](https://madeonsol.com/api-docs)** · 💰 **[Free API key](https://madeonsol.com/pricing)**
10
+
3
11
  MCP server for [MadeOnSol](https://madeonsol.com) Solana KOL intelligence API. Use from Claude Desktop, Cursor, or any MCP-compatible client.
4
12
 
5
13
  > 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/pricing](https://madeonsol.com/pricing) — no credit card required.
6
14
 
7
15
  > **New in 1.7.0** *(2026-05-12)* — Two new tools: **`madeonsol_me`** (account/quota introspection — read tier, remaining requests, and per-feature usage without parsing rate-limit headers) and **`madeonsol_tokens_list`** (PRO+ filtered, sortable token directory — MC band, liquidity floor, primary DEX, authority/safety flags, plus computed 1h volume / MEV-share / MC-change deltas). Token responses now expose **velocity / MEV-share** fields. Token directory defaults to **`min_liq=2000`** to skip phantom-MC dust — pass `min_liq=0` to opt out. `/token/{mint}` now returns **structured 400 errors** (`code` / `reason` / `example` / `docs`) instead of plain strings. Deprecated `avg_entry_mc_usd` field fully removed from KOL/alpha leaderboards.
8
16
 
9
- ## Quick start (10 seconds)
17
+ ## Install via Smithery (one line)
18
+
19
+ [Smithery](https://smithery.ai/servers/madeonsol/solana-kol-intelligence) is the easiest path — it writes the config for you and handles the install:
20
+
21
+ ```bash
22
+ npx -y smithery mcp add madeonsol/solana-kol-intelligence
23
+ ```
24
+
25
+ Smithery prompts for your `MADEONSOL_API_KEY` ([free at madeonsol.com/pricing](https://madeonsol.com/pricing)) and wires up Claude Desktop or your chosen MCP client. Restart the client and ask: *"What are KOLs buying right now?"*
26
+
27
+ You can also browse tools from the CLI:
28
+
29
+ ```bash
30
+ npx -y smithery tool get madeonsol/solana-kol-intelligence madeonsol_kol_feed
31
+ ```
32
+
33
+ ## Quick start — manual config (10 seconds)
10
34
 
11
35
  ```bash
12
36
  npm install -g mcp-server-madeonsol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
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",
@@ -21,12 +21,27 @@
21
21
  },
22
22
  "keywords": [
23
23
  "mcp",
24
+ "model-context-protocol",
25
+ "mcp-server",
24
26
  "solana",
25
27
  "x402",
26
28
  "kol",
29
+ "kol-tracker",
27
30
  "trading",
28
31
  "claude",
29
- "cursor"
32
+ "claude-desktop",
33
+ "cursor",
34
+ "windsurf",
35
+ "ai-agent",
36
+ "memecoin",
37
+ "memecoin-tracker",
38
+ "pumpfun",
39
+ "deployer-hunter",
40
+ "alpha",
41
+ "alpha-bot",
42
+ "smart-money",
43
+ "copy-trading",
44
+ "madeonsol"
30
45
  ],
31
46
  "license": "MIT",
32
47
  "repository": {