Cryptoiz MCP Server

Solana DEX smart money signals - whale accumulation, divergence, alpha scanner via x402

Remote serverstreamable-http

What is the Cryptoiz MCP server?

If you already use Cryptoiz, the cryptoiz mcp server is the piece that lets your assistant work with it directly. Solana DEX smart money signals - whale accumulation, divergence, alpha scanner via x402.

What the server does

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.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • get_whale_alpha — $0.10 USDC
  • get_whale_divergence — $0.04 USDC
  • get_whale_accumulation — $0.03 USDC
  • get_whale_neutral — $0.03 USDC
  • get_whale_distribution — $0.04 USDC
  • get_btc_regime — $0.02 USDC
  • get_btc_futures_signal — $0.06 USDC
  • get_token_ca — FREE
  • get_status — FREE

Credentials and setup notes

Configuration is passed through the environment: SVM_PRIVATE_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Cryptoiz.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cryptoiz's toolset — get_whale_alpha, get_whale_divergence, get_whale_accumulation and 6 more — is a fair guide to whether it matches your workflow. It is maintained by dadang11; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
get_whale_alpha$0.10 USDC
get_whale_divergence$0.04 USDC
get_whale_accumulation$0.03 USDC
get_whale_neutral$0.03 USDC
get_whale_distribution$0.04 USDC
get_btc_regime$0.02 USDC
get_btc_futures_signal$0.06 USDC
get_token_caFREE
get_statusFREE

How to install the Cryptoiz MCP server

{
  "mcpServers": {
    "cryptoiz": {
      "command": "npx",
      "args": ["-y", "agentcash"],
      "env": {
        "SVM_PRIVATE_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
SVM_PRIVATE_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Cryptoiz to get whale alpha.
  • Use Cryptoiz to get whale divergence.
  • Use Cryptoiz to get whale accumulation.

Frequently asked questions

It connects Cryptoiz to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (get_whale_alpha, get_whale_divergence, get_whale_accumulation, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Cryptoiz directly.