# 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. 6 paid tools ($0.01-…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add aguskenari86-8bo7/cryptoiz-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list aguskenari86-8bo7/cryptoiz-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aguskenari86-8bo7/cryptoiz-mcp get_whale_alpha

# Call a tool
npx -y @smithery/cli@latest tool call aguskenari86-8bo7/cryptoiz-mcp get_whale_alpha '{}'
```

## Direct MCP Connection

Endpoint: `https://cryptoiz-mcp--aguskenari86-8bo7.run.tools`

## Tools (8)

- `get_whale_alpha` — Get top 20 whale/dolphin accumulation signals on Solana DEX. Detects smart money buying patterns across 170+ tokens. Re…
- `get_whale_divergence` — Get whale divergence signals - detect when smart money moves opposite to price. Three types: Hidden Accumulation (whale…
- `get_whale_accumulation` — Get tokens currently in accumulation phase on Solana DEX. Shows 4-dimension scoring (structure, accumulation/distributi…
- `get_whale_neutral` — Get tokens in neutral phase - no clear accumulation or distribution. Watch for phase transitions. Cost: $0.02 USDC via …
- `get_whale_distribution` — Get tokens where whale distribution is detected - smart money exiting. Consider closing positions or avoiding. Cost: $0…
- `get_btc_regime` — Get current Bitcoin macro regime, Fear/Greed index, funding rates, open interest, and 1H technicals (RSI, EMA, MACD). C…
- `get_token_ca` — Look up a Solana token contract address by name. Free tool.
- `get_status` — Check CryptoIZ MCP server status, version, and available tools. Free tool.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aguskenari86-8bo7/cryptoiz-mcp <tool-name>
```
