dadang11

CryptoIZ MCP Server

Community dadang11
Updated

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 versionLicense: MITx402 PaymentsSolana

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

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

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

License

MIT

MCP Server · Populars

MCP Server · New

    Prismer-AI

    Signet

    Cryptographic action receipts for AI agents — sign, audit, verify.

    Community Prismer-AI
    ctxray

    ctxray

    See how you really use AI — X-ray your AI coding sessions locally

    Community ctxray
    vkhanhqui

    figma-mcp-go

    Figma MCP for free users — no rate limits, full read/write, text to designs, designs to code

    Community vkhanhqui
    cerul-ai

    Cerul

    The video search layer for AI agents. Search video by meaning — across speech, visuals, and on-screen text.

    Community cerul-ai
    GuyMannDude

    ⚡ Mnemo Cortex v2.2

    Open-source memory coprocessor for AI agents. Persistent recall, semantic search, crash-safe capture. No hooks required.

    Community GuyMannDude