Whale Tracker MCP
Tracks large cryptocurrency transactions through the Whale Alert API for on-chain whale movement monitoring.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Whale Tracker MCP is a community-built server that queries the Whale Alert API to monitor large cryptocurrency transactions. The maintainer 'kukapay' appears to be a solo developer with limited public profile and sparse repository activity. The server requires a Whale Alert API key stored in environment variables, which introduces credential management risk. Permissions are appropriately scoped to read-only API calls with outbound network access, making the attack surface relatively narrow. Supply chain concerns include installation via npx with the Smithery CLI rather than a direct npm package, and the repository shows minimal maintenance history. Transparency is moderate with basic documentation but limited community engagement. No security incidents are known. The primary risks stem from the unknown maintainer provenance and the need to manage a third-party API key, though the functional scope remains safely constrained to data fetching.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEPublic chain data.
Green flags
- Read-only API integration with no write permissions
- Narrow functional scope limited to whale transaction monitoring
- Open source repository available for inspection
- No known security incidents or malicious behaviour
- Clear documentation of required API key
Red flags
- Solo maintainer 'kukapay' with minimal public profile or track record
- Requires third-party API key (WHALE_ALERT_API_KEY) stored in environment
- Installation via Smithery CLI rather than direct npm package
- Limited repository activity and maintenance signals
- No verification of maintainer identity or organizational backing
Permissions requested
Install
npx -y @smithery/cli install @kukapay/whale-tracker-mcp --client claude
WHALE_ALERT_API_KEYReview
Install this if you regularly analyse on-chain activity and want transaction data inside your Claude workflow. Skip it if you're not already doing crypto research or don't have a Whale Alert API key. It's a narrow tool that does its job well but won't teach you on-chain analysis.
Good at
- Focused scope: it fetches whale transactions and nothing else, so there's no feature bloat.
- Works directly in Claude Desktop, so you can query and interpret on-chain data without switching tools.
- Returns structured transaction data (hashes, amounts, timestamps) that Claude can parse and summarise.
- Supports multiple blockchains through Whale Alert's coverage, so you're not locked to Ethereum.
Watch out
- Entirely dependent on Whale Alert's API limits, which can be restrictive on free tiers.
- No caching, so repeated queries for the same timeframe will burn through your quota unnecessarily.
- Requires an external API key, which adds setup friction and ongoing cost for heavy users.
- Won't interpret or contextualise the data beyond what Claude can infer from raw transaction details.
Use cases
- whale movement alerts
- on-chain research
- market impact analysis
- token holder tracking
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.