cryptoiz-mcp 4.7.0 โ†’ 4.8.0

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/package.json +15 -4
  2. package/src/index.js +26 -12
package/package.json CHANGED
@@ -1,13 +1,24 @@
1
1
  {
2
2
  "name": "cryptoiz-mcp",
3
- "version": "4.7.0",
4
- "description": "CryptoIZ MCP Server โ€” Solana DEX signals with x402 micropayments. Pay $0.01 USDC per call.",
3
+ "version": "4.8.0",
4
+ "description": "CryptoIZ MCP Server \u2014 Solana DEX signals with x402 micropayments. Pay $0.01 USDC per call.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "bin": {
8
8
  "cryptoiz-mcp": "src/index.js"
9
9
  },
10
- "keywords": ["cryptoiz", "solana", "defi", "mcp", "claude", "crypto", "alpha", "signals", "x402", "usdc"],
10
+ "keywords": [
11
+ "cryptoiz",
12
+ "solana",
13
+ "defi",
14
+ "mcp",
15
+ "claude",
16
+ "crypto",
17
+ "alpha",
18
+ "signals",
19
+ "x402",
20
+ "usdc"
21
+ ],
11
22
  "author": "CryptoIZ <cryptoiz.suport@gmail.com> (https://cryptoiz.org)",
12
23
  "license": "MIT",
13
24
  "repository": {
@@ -24,4 +35,4 @@
24
35
  "engines": {
25
36
  "node": ">=18.0.0"
26
37
  }
27
- }
38
+ }
package/src/index.js CHANGED
@@ -64,7 +64,12 @@ const dexLink = ca => ca ? `[Chart ๐Ÿ“Š](https://dexscreener.com/solana/${ca})`
64
64
  // ALPHA SCANNER โ€” Markdown Table Format
65
65
  // โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
66
66
  function formatAlpha(data) {
67
- if (data.error) return `โŒ **Error:** ${data.error}\n\nSetup: https://cryptoiz.org`;
67
+ if (data.error) return `โŒ **Error:** ${data.error}\n\nSetup: https://cryptoiz.org/McpLanding`;
68
+
69
+ // Show signal quality warnings at top
70
+ let warnings = '';
71
+ if (data.signal_quality) warnings += `\n${data.signal_quality}\n`;
72
+ if (data.data_freshness) warnings += `\n${data.data_freshness}\n`;
68
73
  const signals = data.signals || [];
69
74
  const date = data.fetched_at?.split('T')[0];
70
75
 
@@ -348,20 +353,29 @@ async function getTokenCA(tokenName, data) {
348
353
  // โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
349
354
  function formatStatus() {
350
355
  const walletReady = !!SVM_PRIVATE_KEY;
356
+ const securityWarning = [
357
+ ``,
358
+ `> ๐Ÿ” **SECURITY WARNING**`,
359
+ `> Use a **dedicated wallet** with max $5 USDC + 0.01 SOL.`,
360
+ `> **NEVER** use your main wallet. **NEVER** share your config file.`,
361
+ `> If compromised โ†’ create a new wallet immediately.`,
362
+ ``,
363
+ ].join('\n');
364
+
351
365
  return [
352
- `## โšก CryptoIZ MCP Server v4.5.0`,
366
+ `## โšก CryptoIZ MCP Server v4.7.0`,
353
367
  `**AI-Powered Solana DEX Smart Money Signals โ€” Pay Per Call via Solana USDC**`,
354
368
  ``,
355
369
  `> Detect whale accumulation, divergence signals, and BTC macro regime directly in Claude Desktop.`,
356
370
  `> No subscription needed โ€” pay only when you call.`,
357
- ``,
371
+ securityWarning,
358
372
  `---`,
359
373
  ``,
360
374
  `### ๐Ÿ”Œ Connection Status`,
361
375
  ``,
362
376
  `| | |`,
363
377
  `|-|-|`,
364
- `| Server | โœ… Connected |`,
378
+ `| Server | โœ… Connected โ€” v4.7.0 |`,
365
379
  `| Wallet | ${walletReady ? 'โœ… Ready โ€” USDC payments enabled' : 'โŒ Not configured โ€” add SVM_PRIVATE_KEY to Claude Desktop config'} |`,
366
380
  `| Network | Solana Mainnet ยท USDC payments |`,
367
381
  `| Platform | https://cryptoiz.org |`,
@@ -372,11 +386,11 @@ function formatStatus() {
372
386
  ``,
373
387
  `| Tool | What You Get | Cost |`,
374
388
  `|------|-------------|------|`,
375
- `| \`get_alpha_scanner\` | Top 20 ALPHA_EARLY + ALPHA_BUILDING signals. Score, phase, whale/dolphin delta, MC now vs signal MC, risk flags, CA + DexScreener chart | **$0.05 USDC** |`,
389
+ `| \`get_alpha_scanner\` | Top signals (ALPHA_EARLY + BUILDING + WATCHLIST). Score, phase, whale/dolphin delta, MC now vs signal MC, risk flags, CA + chart + Jupiter buy link | **$0.05 USDC** |`,
376
390
  `| \`get_divergence\` | 3 divergence types (Hidden/Breakout/Classic). Score, confidence, whale holders now vs prev, dolphin delta, MC, CA + chart | **$0.02 USDC** |`,
377
- `| \`get_accumulation\` | 4-dimension accumulation score (Structure/AccDist/Holder/Market). Top 20 tokens in accumulation with CA + chart | **$0.02 USDC** |`,
378
- `| \`get_btc_regime\` | BTC macro: regime (Bull/Bear/Neutral), Fear & Greed, OI regime, funding rate, RSI/EMA/MACD (1H), altcoin recommendation | **$0.01 USDC** |`,
379
- `| \`get_token_ca\` | Exact contract address lookup + DexScreener link. Protects against fake/scam tokens with same name | **FREE** |`,
391
+ `| \`get_accumulation\` | 4-dimension accumulation score (Structure/AccDist/Holder/Market). Top 20 tokens with CA + chart | **$0.02 USDC** |`,
392
+ `| \`get_btc_regime\` | BTC macro: regime (Bull/Bear/Neutral), Fear & Greed, OI regime, funding rate, RSI/EMA/MACD (1H) | **$0.01 USDC** |`,
393
+ `| \`get_token_ca\` | Contract address lookup + DexScreener + Jupiter. Protects against scam tokens with same name | **FREE** |`,
380
394
  `| \`get_status\` | This status page | **FREE** |`,
381
395
  ``,
382
396
  `---`,
@@ -384,12 +398,12 @@ function formatStatus() {
384
398
  `### ๐Ÿ’ก Quick Start`,
385
399
  ``,
386
400
  `\`\`\``,
387
- `get_status โ† you are here`,
401
+ `get_status โ† you are here (free)`,
402
+ `get token ca [name] โ† verify any token CA (free)`,
388
403
  `get btc regime โ† check macro first ($0.01)`,
389
404
  `get alpha scanner โ† find best entry signals ($0.05)`,
390
405
  `get divergence scanner โ† find reversal signals ($0.02)`,
391
406
  `get accumulation dashboard โ† find tokens in accumulation ($0.02)`,
392
- `get token ca [name] โ† verify any token CA (free)`,
393
407
  `\`\`\``,
394
408
  ``,
395
409
  `---`,
@@ -403,7 +417,7 @@ function formatStatus() {
403
417
  `| 3 Months | **$120** | Serious investors |`,
404
418
  `| 1 Year | **$400** | Best value |`,
405
419
  ``,
406
- `Full platform includes: visual charts, real-time alerts, Phase Leaderboard, Episode Feed, VIP Telegram signals.`,
420
+ `Full platform: visual charts, real-time alerts, Phase Leaderboard, Episode Feed, VIP Telegram.`,
407
421
  ``,
408
422
  `๐Ÿ”— **Subscribe:** https://cryptoiz.org/Pricing`,
409
423
  `๐Ÿ”— **Setup Guide:** https://cryptoiz.org/McpLanding`,
@@ -427,7 +441,7 @@ const TOOLS = [
427
441
  // โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
428
442
  // SERVER
429
443
  // โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
430
- const server = new Server({ name: 'cryptoiz-mcp', version: '4.6.0' }, { capabilities: { tools: {} } });
444
+ const server = new Server({ name: 'cryptoiz-mcp', version: '4.7.0' }, { capabilities: { tools: {} } });
431
445
  server.setRequestHandler(ListToolsRequestSchema, async () => ({ tools: TOOLS }));
432
446
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
433
447
  const { name, arguments: args } = request.params;