whale-tracker-mcp
The Whale Tracker MCP Server is a specialized tool for tracking large cryptocurrency transactions defined as 'whale' movements. It leverages the Whale Alert API to provide real-time analysis and integrates with MCP-compatible clients for seamless usage within LLM-powered workflows.
What is the Whale Tracker MCP Server?
It is a server that integrates with the Whale Alert API to track and analyze large cryptocurrency transactions in real-time.
What are the prerequisites for using the Whale Tracker MCP Server?
You need Python 3.10 or higher, a Whale Alert API Key, and an MCP client like Claude Desktop.
How do I install the Whale Tracker MCP Server?
You can install it via Smithery using the command: npx -y @smithery/cli install @kukapay/whale-tracker-mcp --client claude
.
How do I configure the API key?
Create a .env
file in the project root and add your Whale Alert API key as WHALE_ALERT_API_KEY=your_api_key_here
.
Can I run the server standalone?
Yes, you can run the server standalone using python whale_tracker.py
or mcp run whale_tracker.py
.