mcp-server-madeonsol 1.20.1 → 1.20.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.
package/README.md CHANGED
@@ -325,11 +325,10 @@ CRUD for token dip/recovery price alerts. Fires when a token's market cap crosse
325
325
  | BASIC (free) | $0 | 10 | 200 |
326
326
  | PRO | €43/mo (€430/yr) ≈ $49 | 50 | 10,000 |
327
327
  | ULTRA | €131/mo (€1310/yr) ≈ $149 | 100 + WS events | 100,000 |
328
+ | BUSINESS | €400/mo (€4000/yr) ≈ $449 | 500 + WS events | 500,000 |
328
329
 
329
330
  Free tier returns the full REST response shape on every endpoint — real wallets, TX signatures, full precision. Paid tiers unlock webhooks, WebSockets, rule engines, and ULTRA-only data depth. Get a key at [madeonsol.com/pricing](https://madeonsol.com/pricing).
330
331
 
331
- New customers get a 3-day free trial of Pro or Ultra when you pay by card — full access, nothing charged during the trial, cancel anytime. Start at https://madeonsol.com/pricing
332
-
333
332
  ## Also Available
334
333
 
335
334
  | Platform | Package |
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.20.1";
1
+ export declare const VERSION = "1.20.3";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // AUTO-GENERATED by ../gen-version.mjs (npm prebuild) from package.json. Do not edit.
2
- export const VERSION = "1.20.1";
2
+ export const VERSION = "1.20.3";
package/glama.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "madeonsol"
5
5
  ],
6
6
  "display_name": "MadeOnSol — Solana memecoin intelligence",
7
- "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, no payment to start; auth via msk_ API key or x402 micropayments. New customers get a 3-day free trial of Pro or Ultra by card — nothing charged during the trial, cancel anytime.",
7
+ "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, no payment to start; auth via msk_ API key or x402 micropayments.",
8
8
  "version": "1.20.1",
9
9
  "homepage": "https://madeonsol.com/solana-api",
10
10
  "repository": "https://github.com/madeonsol/mcp-server-madeonsol",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "1.20.1",
3
+ "version": "1.20.3",
4
4
  "mcpName": "io.github.MadeOnSol/madeonsol",
5
- "description": "MCP server for MadeOnSol Solana KOL intelligence API — use from Claude, Cursor, or any MCP client. Free tier 200 req/day, no payment to start; new customers get a 3-day free trial of Pro or Ultra by card.",
5
+ "description": "MCP server for MadeOnSol Solana KOL intelligence API — use from Claude, Cursor, or any MCP client. Free tier 200 req/day, no payment to start.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "mcp-server-madeonsol": "dist/index.js"
@@ -50,6 +50,7 @@
50
50
  "type": "git",
51
51
  "url": "https://github.com/madeonsol/mcp-server-madeonsol"
52
52
  },
53
+ "homepage": "https://madeonsol.com/solana-api",
53
54
  "dependencies": {
54
55
  "@modelcontextprotocol/sdk": "^1.12.1",
55
56
  "zod": "^4.3.6"