cryptoiz-mcp
AI-powered Solana DEX smart money signals. Detects whale/dolphin accumulation, divergence patterns, and market phase across 170+ tokens. Pay-per-call via x402 USDC micropayments.
README
CryptoIZ MCP Server
AI-powered Solana DEX whale intelligence for Claude Desktop. Pay per call with USDC on Solana via x402 Dexter protocol.
Quick Install (2 commands)
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.
Prerequisites
- Node.js v18+ from nodejs.org
- Claude Desktop from claude.ai/download
- Solana wallet with $1-5 USDC (no SOL needed, Dexter sponsors gas)
Tools and Pricing
| 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 |
Manual Config (if auto-installer fails)
macOS
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: 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"
}
}
}
}
Troubleshooting
"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
Security
Private key stored only in local config. Never sent to CryptoIZ. Gas sponsored by Dexter. Use a dedicated wallet.
Links
- Guide: https://cryptoiz.org/McpLanding
- Platform: https://cryptoiz.org
- Dexter: https://dexter.cash/sellers/DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX
- Twitter: @cryptoiz_IDN
- npm: https://www.npmjs.com/package/cryptoiz-mcp
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.