W

whale-tracker-mcpConnects AI assistants to the Whale Alert API to track large cryptocurrency moves. Ask your chat app to fetch recent high-value transfers, look up specific transaction details, or analyze market activ

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

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. The server provides tools to fetch recent transactions, retrieve transaction details, and analyze whale activity. It supports asynchronous API calls and secure API key management via environment variables.

Key features

  • get_recent_transactions tool
  • get_transaction_details tool
  • query_whale_activity prompt
  • Asynchronous API Calls
  • Environment Variable Support

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Tracking Whale Transactions

Fetch recent high-value cryptocurrency transactions and analyze market activity.

Analyzing Whale Activity

Use the server's prompts to analyze whale transaction patterns on specific blockchains.

Pros & Cons

Pros

  • Real-time tracking of large cryptocurrency transactions
  • Integration with MCP-compatible clients like Claude Desktop
  • Asynchronous API calls for efficient performance
  • Secure API key management via environment variables

Cons

  • Requires Whale Alert API key
  • Limited to Python 3.10 or higher

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Is there a learning curve for using the API?

Minimal—once the server is running, you call the provided tools (get_recent_transactions, get_transaction_details) with simple parameters or use the whale://transactions/{blockchain} resource for quick context.

Asked by Lorenzo Bianchi · Jul 26, 2025

What programming environment is required to run whale‑tracker‑mcp?

It needs Python 3.10 or higher. Install dependencies via uv or pip, then launch the MCP server; it will handle asynchronous calls with httpx.

Asked by Ravi Chandrasekaran · Jul 15, 2025

Can I get real‑time whale transaction data in Claude Desktop?

Yes. The MCP server exposes get_recent_transactions and query_whale_activity tools that Claude Desktop can call, providing live updates on large transfers.

Asked by Timur Nazarov · Jun 28, 2025

How do I secure my Whale Alert API key with whale-tracker-mcp?

Place your key in a .env file as WHALE_ALERT_API_KEY or set the environment variable directly; the server reads this automatically, keeping the key out of code.

Asked by Urszula Kowalczyk · May 15, 2025

Ask a question

MCP Servers alternatives