CryptoIZ MCP Server
Smart money signals for Solana DEX — directly in Claude Desktop.
Whale accumulation, price-volume divergence, alpha scoring, BTC regime — all powered by proprietary AI scanners. Pay per call with USDC via x402. No subscription. No API key. Gas sponsored.
What You Get
| Tool | Cost | What It Does |
|---|---|---|
get_alpha_scanner |
$0.05 | Top 20 tokens ranked by whale + dolphin accumulation signals |
get_divergence |
$0.02 | Price-volume divergence detection (bullish, bearish, hidden) |
get_accumulation |
$0.02 | 4-dimensional accumulation scoring across Solana DEX |
get_btc_regime |
$0.01 | BTC macro regime + Fear/Greed index + technical levels |
get_token_ca |
FREE | Look up any token's contract address by name |
get_status |
FREE | Server health check |
These are proprietary signals — not available from any other MCP server or public API. Built from real-time Solana DEX data processed by 12 AI simulation agents.
Quick Start (2 minutes)
Prerequisites
- Node.js v18+
- Claude Desktop
- Solana wallet with $1-5 USDC (no SOL needed — Dexter sponsors gas)
Install
npm install -g cryptoiz-mcp
npx cryptoiz-mcp-setup YOUR_SOLANA_PRIVATE_KEY
Restart Claude Desktop. Type get_status to verify.
Tip: Use a dedicated wallet with small USDC balance. Your private key is stored locally only — never sent to our servers.
How It Works
You ask Claude --> CryptoIZ MCP --> x402 USDC payment --> Solana DEX data --> AI analysis --> Response
- You ask Claude for trading signals (e.g. "show me alpha scanner")
- MCP server sends x402 payment request (USDC on Solana)
- Dexter facilitator sponsors the gas — you only pay the tool price
- Our AI scanners process real-time Solana DEX data
- Claude displays the results with actionable insights
No subscription. No API dashboard. No monthly fee. You pay only when you use a tool.
Configuration
macOS / Linux
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"
}
}
}
}
Windows
Important: npx does NOT work on Windows. Use absolute paths.
Config location depends on install type:
- MSIX (most common):
%LOCALAPPDATA%\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json - Standard:
%APPDATA%\Claude\claude_desktop_config.json
Check which one: run dir "$env:LOCALAPPDATA\Packages\Claude*" in PowerShell.
{
"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"
}
}
}
}
Cursor / Windsurf / VS Code
Same config format — add to your MCP settings file.
Troubleshooting
| Problem | Solution |
|---|---|
| "No servers added" | Windows MSIX reads from LocalAppData. Run: copy "$env:APPDATA\Claude\claude_desktop_config.json" "$env:LOCALAPPDATA\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude\claude_desktop_config.json" |
| "spawn npx ENOENT" | Windows only — use absolute paths to node.exe + index.js (see config above) |
| Server disconnected | Restart Claude Desktop (or full PC restart) |
| Payment failed | Check USDC balance in wallet. Minimum $0.05 needed. No SOL required. |
Security
- Private key stored only in your local Claude Desktop config file
- Never transmitted to CryptoIZ servers — payment handled on-chain via x402
- Gas sponsored by Dexter facilitator — you only pay the tool price in USDC
- Recommendation: Use a dedicated wallet with small balance ($5-10)
About CryptoIZ
CryptoIZ is an AI-powered Solana DEX trading intelligence platform. Our signals are generated by 12 AI simulation agents running 8 scalp formulas and 4 swing formulas, processing real-time on-chain data.
What makes us different:
- Proprietary whale/dolphin accumulation detection — not available anywhere else
- Phase engine labeling ACCUMULATION/MARKUP/DISTRIBUTION/MARKDOWN cycles
- Smart money scoring combining holder analysis, volume patterns, and price structure
- Battle-tested with on-chain settlements via Dexter on Solana mainnet
Links
- Website: cryptoiz.org
- MCP Guide: cryptoiz.org/McpLanding
- npm: npmjs.com/package/cryptoiz-mcp
- Twitter: @cryptoiz_IDN
- Dexter: dexter.cash
- x402 Ecosystem: x402.org
- Support: Open an issue or DM @cryptoiz_IDN
License
MIT