mcp-server-madeonsol 1.20.0 → 1.20.1
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 +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/glama.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -328,7 +328,7 @@ CRUD for token dip/recovery price alerts. Fires when a token's market cap crosse
|
|
|
328
328
|
|
|
329
329
|
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
330
|
|
|
331
|
-
New customers get a
|
|
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
332
|
|
|
333
333
|
## Also Available
|
|
334
334
|
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.20.
|
|
1
|
+
export declare const VERSION = "1.20.1";
|
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
|
+
export const VERSION = "1.20.1";
|
package/glama.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
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
|
|
8
|
-
"version": "1.20.
|
|
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.",
|
|
8
|
+
"version": "1.20.1",
|
|
9
9
|
"homepage": "https://madeonsol.com/solana-api",
|
|
10
10
|
"repository": "https://github.com/madeonsol/mcp-server-madeonsol",
|
|
11
11
|
"license": "MIT",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-server-madeonsol",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.1",
|
|
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
|
|
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.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
8
|
"mcp-server-madeonsol": "dist/index.js"
|