Whale Alert — Large On-Chain Transfer Tracker
https://server.smithery.ai/axel-belfort/whale-alert/mcp
● healthy
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. Tools: crypto_track_whale_transactions. Use this for whale watching, market sentiment signals, exchange flow analysis, or building alert systems. IMPORTANT: For Hyperliquid-specific whale tracking, use hyperliquid_track_whale_positions instead. Returns: {transactions[], totalVolume, largestTransfer}. No API key required — x402 micropayment $0.003/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/whale-alert/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/whale-alert/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/whale-alert-x402