# Whale Alert — Large On-Chain Transfer Tracker

Whale transaction monitoring API for AI agents. Track large on-chain transfers: sender, receiver, token, USD value, and transaction hash. Detect market-moving whale activity in real-time.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/whale-alert

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/whale-alert

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/whale-alert crypto_track_whale_transactions

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/whale-alert crypto_track_whale_transactions '{}'
```

## Direct MCP Connection

Endpoint: `https://whale-alert--axel-belfort.run.tools`

## Tools (1)

- `crypto_track_whale_transactions` — Use this when you need to track large on-chain transactions (whale movements) on Ethereum or Base. Returns recent high-…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/whale-alert <tool-name>
```
