mcp-server-madeonsol 1.20.2 → 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,6 +325,7 @@ 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
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.20.2";
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.2";
2
+ export const VERSION = "1.20.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-server-madeonsol",
3
- "version": "1.20.2",
3
+ "version": "1.20.3",
4
4
  "mcpName": "io.github.MadeOnSol/madeonsol",
5
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",
@@ -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"