MCP Hub
Back to servers

cryptoiz-mcp

CryptoIZ MCP Server - Solana DEX trading signals via Claude Desktop with x402 USDC micropayments (V2 Dexter facilitator)

npm4.1k/wk
Updated
Apr 6, 2026

Quick Install

npx -y cryptoiz-mcp

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.

npm version License: MIT x402 Payments Solana


What You Get

ToolCostWhat It Does
get_alpha_scanner$0.05Top 20 tokens ranked by whale + dolphin accumulation signals
get_divergence$0.02Price-volume divergence detection (bullish, bearish, hidden)
get_accumulation$0.024-dimensional accumulation scoring across Solana DEX
get_btc_regime$0.01BTC macro regime + Fear/Greed index + technical levels
get_token_caFREELook up any token's contract address by name
get_statusFREEServer 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

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
  1. You ask Claude for trading signals (e.g. "show me alpha scanner")
  2. MCP server sends x402 payment request (USDC on Solana)
  3. Dexter facilitator sponsors the gas — you only pay the tool price
  4. Our AI scanners process real-time Solana DEX data
  5. 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

ProblemSolution
"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 disconnectedRestart Claude Desktop (or full PC restart)
Payment failedCheck 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


License

MIT

Reviews

No reviews yet

Sign in to write a review