v4.16.0 - AI-powered Solana DEX whale intelligence for Claude Desktop. 9 tools: whale alpha scanner, divergence scanner, accumulation/neutral/distribution phase scanners, BTC macro regime monitor, and NEW BTC Futures Signal (4H+5m multi-timeframe scalping). Pay-per-call via x402 USDC on Solana ($0.01-$0.05). No subscription, no API key, gas sponsored by Dexter.
Overview
CryptoIZ MCP Server v4.16.0
AI-powered Solana DEX whale intelligence directly in Claude Desktop. Pay per call via x402 Dexter gas-sponsored USDC — no subscription needed.
Demo Video
https://x.com/cryptoiz_IDN/status/2041227159411585165
Tools (9 total: 7 paid + 2 free)
- get_whale_alpha ($0.05) — Top 20 smart money alpha signals with whale/dolphin accumulation
-
- get_whale_divergence ($0.02) — Price-volume-whale divergence (HIDDEN/BREAKOUT/CLASSIC)
-
- get_whale_accumulation ($0.02) — 4-dimensional accumulation scoring (Structure/AccDist/Holder/Market)
-
- get_whale_neutral ($0.02) — Tokens in neutral phase — watch for transitions
-
- get_whale_distribution ($0.02) — Whale exit alerts — smart money is selling
-
- get_btc_regime ($0.01) — BTC macro + Fear/Greed + OI + funding + technicals
-
- get_btc_futures_signal ($0.03) — NEW — MTF BTC futures scalping (4H regime + 5m entry)
-
- get_token_ca (FREE) — Token contract address lookup
-
- get_status (FREE) — Server health check
-
Quick Install
-
- npm install -g cryptoiz-mcp
- npx cryptoiz-mcp-setup YOUR_SOLANA_PRIVATE_KEY
-
-
Features
-
- x402 V2 protocol with Dexter gas sponsorship
-
- Pay in USDC only — no SOL needed for gas
-
- Windows (MSIX + standard) and macOS auto-detected
-
- Backward compatible tool names (get_alpha_scanner, get_divergence, get_accumulation still work)
-
Links
-
- Twitter: @cryptoiz_IDN
Server Config
{
"mcpServers": {
"cryptoiz": {
"command": "npx",
"args": [
"-y",
"cryptoiz-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
}
}
}
}