Connects Claude to Solana DEX whale intelligence via nine tools that track smart money movements. Seven paid tools (ranging from $0.02 to $0.10 USDC) cover whale accumulation signals, divergence patterns, distribution alerts, and BTC regime analysis. Two free tools handle token lookups and server status. Payments settle on Solana mainnet through the x402 protocol with Dexter facilitating transactions, so you only need USDC in your wallet without holding SOL for gas. Best installed via agentcash CLI which auto-generates an isolated wallet, though you can also run it directly with npm if you want to manage your own Solana keypair. Reach for this when you're building trading workflows that need on-chain whale behavior data.
Public tool metadata for what this MCP can expose to an agent.
get_whale_alphaGet top 20 whale/dolphin accumulation signals on Solana DEX. Cost: $0.05 USDC. Requires x-api-key or x-payment.Get top 20 whale/dolphin accumulation signals on Solana DEX. Cost: $0.05 USDC. Requires x-api-key or x-payment.
No parameter schema in public metadata yet.
get_whale_divergenceWhale divergence signals (Hidden Accumulation, Breakout, Classic). Cost: $0.02 USDC. Requires x-api-key or x-payment.1 paramsWhale divergence signals (Hidden Accumulation, Breakout, Classic). Cost: $0.02 USDC. Requires x-api-key or x-payment.
tfstringget_whale_accumulationTokens in accumulation phase. Cost: $0.02 USDC. Requires x-api-key or x-payment.Tokens in accumulation phase. Cost: $0.02 USDC. Requires x-api-key or x-payment.
No parameter schema in public metadata yet.
get_whale_neutralTokens in neutral phase. Cost: $0.02 USDC. Requires x-api-key or x-payment.Tokens in neutral phase. Cost: $0.02 USDC. Requires x-api-key or x-payment.
No parameter schema in public metadata yet.
get_whale_distributionTokens in distribution phase (smart money exit). Cost: $0.02 USDC. Requires x-api-key or x-payment.Tokens in distribution phase (smart money exit). Cost: $0.02 USDC. Requires x-api-key or x-payment.
No parameter schema in public metadata yet.
get_btc_regimeBTC macro regime + Fear/Greed + technicals. Cost: $0.01 USDC. Requires x-api-key or x-payment.BTC macro regime + Fear/Greed + technicals. Cost: $0.01 USDC. Requires x-api-key or x-payment.
No parameter schema in public metadata yet.
get_btc_futures_signalBTC MTF futures scalp signal (35x leverage). Cost: $0.03 USDC. Requires x-api-key or x-payment.BTC MTF futures scalp signal (35x leverage). Cost: $0.03 USDC. Requires x-api-key or x-payment.
No parameter schema in public metadata yet.
get_token_caFREE. Lookup Solana token contract address by name.1 paramsFREE. Lookup Solana token contract address by name.
namestringget_statusFREE. Check CryptoIZ MCP server status.FREE. Check CryptoIZ MCP server status.
No parameter schema in public metadata yet.
CryptoIZ MCP Server — Solana DEX whale intelligence as a Model Context Protocol (MCP) server. 9 tools (7 paid + 2 free) for Claude Desktop, Cursor, Codex, and any agentcash-compatible client. Native Solana via x402 V2 + Dexter facilitator (gas-sponsored — no SOL needed, only USDC).
npx agentcash add https://mcp.cryptoiz.org
That's it. agentcash auto-generates a Solana wallet at ~/.agentcash/wallet.json (no private key in your Claude config). Fund with $1-5 USDC via npx agentcash fund and you're ready.
Why agentcash:
Pick what you need:
npx agentcash add https://mcp.cryptoiz.org/agents/alpha # Whale alpha signals only
npx agentcash add https://mcp.cryptoiz.org/agents/btc # BTC regime + futures
npx agentcash add https://mcp.cryptoiz.org/agents/phases # Accumulation/Neutral/Distribution
npx agentcash add https://mcp.cryptoiz.org/agents/divergence # Divergence patterns
npx agentcash add https://mcp.cryptoiz.org/agents/deep-research # Token deep-dive combo
| Tool | Cost | Description |
|---|---|---|
get_whale_alpha | $0.10 USDC | Top 20 alpha signals — whale/dolphin accumulation, entry timing |
get_whale_divergence | $0.04 USDC | Hidden/breakout/classic divergence signals (4h/1d) |
get_whale_accumulation | $0.03 USDC | Tokens with smart money accumulating |
get_whale_neutral | $0.03 USDC | Tokens in transition phase |
get_whale_distribution | $0.04 USDC | Tokens with whales selling (exit signal) |
get_btc_regime | $0.02 USDC | BTC macro regime + sentiment + technicals |
get_btc_futures_signal | $0.06 USDC | BTC futures multi-timeframe signal (54% WR) |
get_token_ca | FREE | Look up Solana contract address by name |
get_status | FREE | Server status, available tools, pricing |
All payments settle on Solana mainnet via Dexter facilitator. Recipient: DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX.
For users who prefer self-custody with their own Solana wallet:
npm install -g cryptoiz-mcp
You need a Solana wallet with at least $1 USDC on mainnet. No SOL needed — Dexter sponsors all gas. Recommended: dedicated wallet, NOT your main wallet. Phantom: Settings > Security > Export Private Key.
File: %APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{
"mcpServers": {
"cryptoiz": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": ["C:\\Users\\<YOU>\\AppData\\Roaming\\npm\\node_modules\\cryptoiz-mcp\\index.js"],
"env": {
"SVM_PRIVATE_KEY": "<your_base58_solana_private_key>"
}
}
}
}
Then ask Claude: get cryptoiz status — you should see version v4.16.17 and the tool list.
/settle before serving dataClaude Desktop / Cursor / Codex
│ (MCP)
▼
agentcash CLI (or cryptoiz-mcp legacy npm)
│ (HTTP)
▼
mcp.cryptoiz.org gateway (Cloudflare Worker + Supabase Edge Function)
│ (POST /settle)
▼
Dexter facilitator (x402.dexter.cash)
│ (signs + broadcasts)
▼
Solana mainnet
Update to latest: npx agentcash add https://mcp.cryptoiz.org (or npm install -g cryptoiz-mcp@latest for legacy).
Use absolute paths in Claude config (legacy npm only). agentcash flow doesn't have this issue.
Run npm install -g cryptoiz-mcp@latest, force-kill all node.exe processes via Task Manager, then restart Claude Desktop. Or switch to agentcash for auto-updates.
MIT © CryptoIZ
SVM_PRIVATE_KEYYour Solana wallet private key (base58) for x402 USDC payments. Optional if using agentcash (recommended).
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp