mcp-server-madeonsol 0.3.2 → 0.3.3

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,10 +49,12 @@ Add to MCP settings with the same command and env vars.
49
49
 
50
50
  | Tool | Description |
51
51
  |---|---|
52
- | `madeonsol_kol_feed` | Real-time KOL trade feed (946 wallets) |
52
+ | `madeonsol_kol_feed` | Real-time KOL trade feed (1,000+ wallets) |
53
53
  | `madeonsol_kol_coordination` | Multi-KOL convergence signals |
54
54
  | `madeonsol_kol_leaderboard` | KOL PnL and win rate rankings |
55
55
  | `madeonsol_deployer_alerts` | Elite Pump.fun deployer launches |
56
+ | `madeonsol_token_info` | Token intelligence — price, market cap, volume, deployer, KOL activity |
57
+ | `madeonsol_api_status` | System health — service status and uptime (no auth required) |
56
58
  | `madeonsol_discovery` | List all endpoints and prices (free) |
57
59
 
58
60
  **With Pro/Ultra subscription:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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",