npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cryptoiz-mcp

v4.15.14

Published

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

Downloads

5,718

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

  1. Node.js v18+ from nodejs.org
  2. Claude Desktop from claude.ai/download
  3. 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