cryptoiz-mcp 4.16.1 → 4.16.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 (5) hide show
  1. package/README.md +100 -99
  2. package/index.js +445 -428
  3. package/package.json +53 -54
  4. package/setup.js +132 -132
  5. package/server.json +0 -30
package/README.md CHANGED
@@ -1,99 +1,100 @@
1
- # CryptoIZ MCP Server
2
-
3
- AI-powered Solana DEX whale intelligence for Claude Desktop. Pay per call with USDC on Solana via x402 Dexter protocol.
4
-
5
- ## Quick Install (2 commands)
6
-
7
- ```bash
8
- npm install -g cryptoiz-mcp
9
- npx cryptoiz-mcp-setup YOUR_SOLANA_PRIVATE_KEY
10
- ```
11
-
12
- Auto-detects OS, finds Claude Desktop config (including Windows MSIX), writes correct config. Restart Claude Desktop and type `get_status`.
13
-
14
- ## Prerequisites
15
-
16
- 1. **Node.js** v18+ from nodejs.org
17
- 2. **Claude Desktop** from claude.ai/download
18
- 3. **Solana wallet** with $1-5 USDC (no SOL needed, Dexter sponsors gas)
19
-
20
- ## Tools and Pricing
21
-
22
- | Tool | Price | Data |
23
- |------|-------|------|
24
- | get_whale_alpha | $0.05 | 20 smart money whale/dolphin signals |
25
- | get_whale_divergence | $0.02 | 20 divergence signals (3 types) |
26
- | get_whale_accumulation | $0.02 | Tokens in accumulation phase |
27
- | get_whale_neutral | $0.02 | Tokens in neutral phase |
28
- | get_whale_distribution | $0.02 | Tokens in distribution phase |
29
- | get_btc_regime | $0.01 | BTC macro + Fear/Greed + technicals |
30
- | get_token_ca | FREE | Contract address lookup |
31
- | get_status | FREE | Server health check |
32
-
33
- ## Manual Config (if auto-installer fails)
34
-
35
- ### macOS
36
- Config: ~/Library/Application Support/Claude/claude_desktop_config.json
37
-
38
- ```json
39
- {
40
- "mcpServers": {
41
- "cryptoiz": {
42
- "command": "npx",
43
- "args": ["-y", "cryptoiz-mcp"],
44
- "env": {
45
- "SVM_PRIVATE_KEY": "your-base58-private-key"
46
- }
47
- }
48
- }
49
- }
50
- ```
51
-
52
- ### Windows
53
- IMPORTANT: npx does NOT work on Windows. Use absolute paths.
54
-
55
- Config location depends on install type:
56
- - MSIX (most common): %LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json
57
- - Standard: %APPDATA%\Claude\claude_desktop_config.json
58
-
59
- Check: run `dir "$env:LOCALAPPDATA\Packages\Claude*"` in PowerShell. If folder exists = MSIX.
60
-
61
- ```json
62
- {
63
- "mcpServers": {
64
- "cryptoiz": {
65
- "command": "C:\\Program Files\\nodejs\\node.exe",
66
- "args": ["C:\\Users\\YOUR_USERNAME\\AppData\\Roaming\\npm\\node_modules\\cryptoiz-mcp\\index.js"],
67
- "env": {
68
- "SVM_PRIVATE_KEY": "your-base58-private-key"
69
- }
70
- }
71
- }
72
- }
73
- ```
74
-
75
- ## Troubleshooting
76
-
77
- **"No servers added" after setup:**
78
- Config written to wrong path. Windows MSIX reads from LocalAppData, not AppData. Copy:
79
- ```powershell
80
- copy "$env:APPDATA\Claude\claude_desktop_config.json" "$env:LOCALAPPDATA\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json"
81
- ```
82
-
83
- **"spawn npx ENOENT" on Windows:**
84
- Use absolute paths, not npx. See Windows config above.
85
-
86
- **Server disconnected:**
87
- Check logs: Get-Content "$env:APPDATA\Claude\logs\mcp-server-cryptoiz.log" -Tail 30
88
-
89
- ## Security
90
-
91
- Private key stored only in local config. Never sent to CryptoIZ. Gas sponsored by Dexter. Use a dedicated wallet.
92
-
93
- ## Links
94
-
95
- - Guide: https://cryptoiz.org/McpLanding
96
- - Platform: https://cryptoiz.org
97
- - Dexter: https://dexter.cash/sellers/DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX
98
- - Twitter: @cryptoiz_IDN
99
- - npm: https://www.npmjs.com/package/cryptoiz-mcp
1
+ # CryptoIZ MCP Server
2
+
3
+ AI-powered Solana DEX whale intelligence for Claude Desktop. Pay per call with USDC on Solana via x402 Dexter protocol.
4
+
5
+ ## Quick Install (2 commands)
6
+
7
+ ```bash
8
+ npm install -g cryptoiz-mcp
9
+ npx cryptoiz-mcp-setup YOUR_SOLANA_PRIVATE_KEY
10
+ ```
11
+
12
+ Auto-detects OS, finds Claude Desktop config (including Windows MSIX), writes correct config. Restart Claude Desktop and type `get_status`.
13
+
14
+ ## Prerequisites
15
+
16
+ 1. **Node.js** v18+ from nodejs.org
17
+ 2. **Claude Desktop** from claude.ai/download
18
+ 3. **Solana wallet** with $1-5 USDC (no SOL needed, Dexter sponsors gas)
19
+
20
+ ## Tools and Pricing
21
+
22
+ | Tool | Price | Data |
23
+ |------|-------|------|
24
+ | get_whale_alpha | $0.05 | 20 smart money whale/dolphin signals |
25
+ | get_whale_divergence | $0.02 | 20 divergence signals (3 types) |
26
+ | get_whale_accumulation | $0.02 | Tokens in accumulation phase |
27
+ | get_whale_neutral | $0.02 | Tokens in neutral phase |
28
+ | get_whale_distribution | $0.02 | Tokens in distribution phase |
29
+ | get_btc_regime | $0.01 | BTC macro + Fear/Greed + technicals |
30
+ | get_btc_futures_signal | $0.03 | MTF BTC futures scalping signal (4h regime + 5m entry) |
31
+ | get_token_ca | FREE | Contract address lookup |
32
+ | get_status | FREE | Server health check |
33
+
34
+ ## Manual Config (if auto-installer fails)
35
+
36
+ ### macOS
37
+ Config: ~/Library/Application Support/Claude/claude_desktop_config.json
38
+
39
+ ```json
40
+ {
41
+ "mcpServers": {
42
+ "cryptoiz": {
43
+ "command": "npx",
44
+ "args": ["-y", "cryptoiz-mcp"],
45
+ "env": {
46
+ "SVM_PRIVATE_KEY": "your-base58-private-key"
47
+ }
48
+ }
49
+ }
50
+ }
51
+ ```
52
+
53
+ ### Windows
54
+ IMPORTANT: npx does NOT work on Windows. Use absolute paths.
55
+
56
+ Config location depends on install type:
57
+ - MSIX (most common): %LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json
58
+ - Standard: %APPDATA%\Claude\claude_desktop_config.json
59
+
60
+ Check: run `dir "$env:LOCALAPPDATA\Packages\Claude*"` in PowerShell. If folder exists = MSIX.
61
+
62
+ ```json
63
+ {
64
+ "mcpServers": {
65
+ "cryptoiz": {
66
+ "command": "C:\\Program Files\\nodejs\\node.exe",
67
+ "args": ["C:\\Users\\YOUR_USERNAME\\AppData\\Roaming\\npm\\node_modules\\cryptoiz-mcp\\index.js"],
68
+ "env": {
69
+ "SVM_PRIVATE_KEY": "your-base58-private-key"
70
+ }
71
+ }
72
+ }
73
+ }
74
+ ```
75
+
76
+ ## Troubleshooting
77
+
78
+ **"No servers added" after setup:**
79
+ Config written to wrong path. Windows MSIX reads from LocalAppData, not AppData. Copy:
80
+ ```powershell
81
+ copy "$env:APPDATA\Claude\claude_desktop_config.json" "$env:LOCALAPPDATA\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json"
82
+ ```
83
+
84
+ **"spawn npx ENOENT" on Windows:**
85
+ Use absolute paths, not npx. See Windows config above.
86
+
87
+ **Server disconnected:**
88
+ Check logs: Get-Content "$env:APPDATA\Claude\logs\mcp-server-cryptoiz.log" -Tail 30
89
+
90
+ ## Security
91
+
92
+ Private key stored only in local config. Never sent to CryptoIZ. Gas sponsored by Dexter. Use a dedicated wallet.
93
+
94
+ ## Links
95
+
96
+ - Guide: https://cryptoiz.org/McpLanding
97
+ - Platform: https://cryptoiz.org
98
+ - Dexter: https://dexter.cash/sellers/DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX
99
+ - Twitter: @cryptoiz_IDN
100
+ - npm: https://www.npmjs.com/package/cryptoiz-mcp