Solana DEX smart money signals - whale accumulation, divergence, alpha scanner via x402
{
"mcpServers": {
"cryptoiz": {
"env": {
"SVM_PRIVATE_KEY": "your-base58-private-key"
},
"args": [
"-y",
"cryptoiz-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Solana DEX smart money signals - whale accumulation, divergence, alpha scanner via x402
Is it safe?
No known CVEs for cryptoiz-mcp-setup.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'cryptoiz-mcp-setup' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.dadang11/cryptoiz and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered Solana DEX whale intelligence for Claude Desktop. Pay per call with USDC on Solana via x402 Dexter protocol.
npm install -g cryptoiz-mcp
npx cryptoiz-mcp-setup YOUR_SOLANA_PRIVATE_KEY
Auto-detects OS, finds Claude Desktop config (including Windows MSIX), writes correct config. Restart Claude Desktop and type get_status.
| Tool | Price | Data | |------|-------|------| | get_whale_alpha | $0.05 | 20 smart money whale/dolphin signals | | get_whale_divergence | $0.02 | 20 divergence signals (3 types) | | get_whale_accumulation | $0.02 | Tokens in accumulation phase | | get_whale_neutral | $0.02 | Tokens in neutral phase | | get_whale_distribution | $0.02 | Tokens in distribution phase | | get_btc_regime | $0.01 | BTC macro + Fear/Greed + technicals | | get_token_ca | FREE | Contract address lookup | | get_status | FREE | Server health check |
Config: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cryptoiz": {
"command": "npx",
"args": ["-y", "cryptoiz-mcp"],
"env": {
"SVM_PRIVATE_KEY": "your-base58-private-key"
}
}
}
}
IMPORTANT: npx does NOT work on Windows. Use absolute paths.
Config location depends on install type:
Check: run dir "$env:LOCALAPPDATA\Packages\Claude*" in PowerShell. If folder exists = MSIX.
{
"mcpServers": {
"cryptoiz": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": ["C:\\Users\\YOUR_USERNAME\\AppData\\Roaming\\npm\\node_modules\\cryptoiz-mcp\\index.js"],
"env": {
"SVM_PRIVATE_KEY": "your-base58-private-key"
}
}
}
}
"No servers added" after setup: Config written to wrong path. Windows MSIX reads from LocalAppData, not AppData. Copy:
copy "$env:APPDATA\Claude\claude_desktop_config.json" "$env:LOCALAPPDATA\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json"
"spawn npx ENOENT" on Windows: Use absolute paths, not npx. See Windows config above.
Server disconnected: Check logs: Get-Content "$env:APPDATA\Claude\logs\mcp-server-cryptoiz.log" -Tail 30
Private key stored only in local config. Never sent to CryptoIZ. Gas sponsored by Dexter. Use a dedicated wallet.