# Harvey Intel

Analyze Solana token risks with AI-powered scanning and honeypot detection. Generate trading signals and monitor market regimes to optimize investment strategies. Track social trends and competitor i…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add meltingpixelsai/harvey-intel

# Browse available tools
npx -y smithery tool list meltingpixelsai/harvey-intel

# Get full schema for a tool
npx -y smithery tool get meltingpixelsai/harvey-intel list_tools

# Call a tool
npx -y smithery tool call meltingpixelsai/harvey-intel list_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://harvey-intel--meltingpixelsai.run.tools`

## Tools (8)

- `list_tools` — List all available Harvey Intel tools with pricing and input requirements. Use this for discovery.
- `health` — Check Harvey Intel server status, uptime, and payment network configuration.
- `scan_token_preview` — Quick risk level check for a Solana token. Returns LOW/MEDIUM/HIGH/CRITICAL. Free preview - use scan_token for full ana…
- `scan_token` — Full DrainBrain risk analysis for a Solana token using a 5-model AI ensemble. Returns score 0-100, risk level, rug stag…
- `get_trading_signals` — CORTEX trading signals - AI-generated direction, confidence score, and win rate for Solana tokens.
- `get_market_regime` — CORTEX market regime detection - HOT/NORMAL/COLD with graduation velocity and activity metrics.
- `get_social_trends` — Synthia social intelligence - trending terms, frequency, and sources from social media monitoring.
- `get_competitor_intel` — Synthia competitor tracking - feature launches, pricing changes, and strategic moves.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get meltingpixelsai/harvey-intel <tool-name>
```
