The whale-tracker-mcp server tracks cryptocurrency whale transactions using the Whale Alert API, exposing tools, resources, and prompts to MCP-compatible clients like Claude Desktop for real-time analysis. The whale-tracker-mcp server tracks
A Model Context Protocol (MCP) server for tracking cryptocurrency whale transactions using the Whale Alert API
The whale-tracker-mcp
server is a Python-based implementation of the Model Context Protocol (MCP) that integrates with the Whale Alert API. It enables real-time tracking and analysis of large cryptocurrency transactions ("whale" movements) by exposing tools, resources, and prompts to MCP-compatible clients like Claude Desktop.
This server is designed for cryptocurrency enthusiasts, developers, and analysts who want to monitor whale activity directly within their LLM-powered workflows.
Features include tools like get_recent_transactions
and get_transaction_details
, resources such as whale://transactions/{blockchain}
, and prompts like query_whale_activity
. It uses asynchronous API calls via httpx
and supports API key management through environment variables.
Usage includes running in development mode with the MCP Inspector, integrating with Claude Desktop, or direct execution. The server requires Python 3.10+, a Whale Alert API key, and an MCP client.
kukapay/whale-tracker-mcp
March 13, 2025
March 28, 2025
Python