Track large cryptocurrency transfers and inspect transaction details through Whale Alert in MCP-compatible clients.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Whale Tracker MCP.
The kukapay/whale-tracker-mcp MCP server exposes Whale Alert data to MCP-compatible applications. It is intended for workflows that need to inspect large cryptocurrency movements, filter recent activity, or examine an individual transaction in more detail.
The server supports two primary data operations. Recent transactions can be requested with optional blockchain, minimum-value, and result-limit filters. A separate operation retrieves detailed information for a transaction when its ID is known.
It also defines a resource at whale://transactions/{blockchain}. This resource supplies recent transaction data for a named blockchain as context. The query_whale_activity prompt provides a reusable way to ask for analysis of whale activity, optionally scoped to a blockchain.
At startup, the application loads WHALE_ALERT_API_KEY from the environment. A .env file is supported through python-dotenv. When a client invokes a tool or uses the blockchain resource, the server makes asynchronous HTTP requests to Whale Alert with httpx and returns the resulting data to the MCP client.
The repository contains a Python entry point named whale_tracker.py. It can be launched directly with Python, run through the MCP CLI, or installed into Claude Desktop with the MCP installation command. The README documents Claude Desktop and MCP Inspector as compatible ways to interact with the server.
Python 3.10 or newer is required. Clone the repository, install mcp, httpx, and python-dotenv, then provide a Whale Alert API key. The expected environment variable is:
The key can be placed in a .env file in the project directory. It can also be supplied with the MCP CLI when installing the server into Claude Desktop. After installation, restart Claude Desktop and verify that the server's tools are available through the hammer icon.
For local execution, the documented command is:
The repository also documents mcp run whale_tracker.py and an MCP Inspector development command for testing the server interactively.
The kukapay/whale-tracker-mcp MCP server exposes:
get_recent_transactions for recent whale transfers, with optional blockchain, minimum-value, and limit filters.get_transaction_details for looking up a transaction by ID.whale://transactions/{blockchain} for recent blockchain-specific transaction context.query_whale_activity for a reusable analysis prompt, optionally filtered by blockchain.httpx.The kukapay/whale-tracker-mcp MCP server depends on the Whale Alert API and therefore requires a valid Whale Alert API key. The supplied material does not specify API quotas, supported blockchain names, historical-retention limits, or whether the API key is free or paid. The server is a data-access and analysis interface; the README does not describe trading, alert delivery, portfolio management, or transaction execution features.
The documented client integration is Claude Desktop, while MCP Inspector is described for development and testing. No support for Cursor, Windsurf, or Cline is stated in the supplied material.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-whale-tracker-mcp)<a href="https://allmcps.com/mcp/kukapay-whale-tracker-mcp"><img src="https://allmcps.com/api/badge/kukapay-whale-tracker-mcp?style=directory" alt="Whale Tracker MCP on AllMCPs" /></a>