
Crypto Indicators MCP Server
The Crypto Indicators MCP Server provides AI agents and developers with real-time access to 50+ cryptocurrency technical analysis indicators and trading strateg...
Monitor and analyze large crypto transactions in real time directly within your LLM-powered apps using the Whale Tracker MCP server for FlowHunt.
The whale-tracker-mcp server is a Python-based implementation of the Model Context Protocol (MCP) that connects AI assistants with the Whale Alert API to enable real-time tracking and analysis of large cryptocurrency transactions, commonly referred to as “whale” movements. By exposing tools, resources, and prompt templates to MCP-compatible clients, this server allows developers, analysts, and cryptocurrency enthusiasts to monitor significant blockchain transfers directly within their LLM-powered workflows. With features like asynchronous API calls, resource exposure, and secure API key management, whale-tracker-mcp enhances AI-driven development by making up-to-date whale activity accessible for contextual awareness, automated analysis, and workflow automation.
windsurf.config.json
).mcpServers
section:{
"mcpServers": {
"whale-tracker": {
"command": "python",
"args": ["-m", "whale-tracker-mcp"]
}
}
}
Set your Whale Alert API key using environment variables:
{
"env": {
"WHALE_ALERT_API_KEY": "<your_api_key_here>"
}
}
claude.config.json
).{
"mcpServers": {
"whale-tracker": {
"command": "python",
"args": ["-m", "whale-tracker-mcp"]
}
}
}
Use an environment variable entry:
{
"env": {
"WHALE_ALERT_API_KEY": "<your_api_key_here>"
}
}
cursor.config.json
).{
"mcpServers": {
"whale-tracker": {
"command": "python",
"args": ["-m", "whale-tracker-mcp"]
}
}
}
Add your API key securely:
{
"env": {
"WHALE_ALERT_API_KEY": "<your_api_key_here>"
}
}
cline.config.json
).mcpServers
block:{
"mcpServers": {
"whale-tracker": {
"command": "python",
"args": ["-m", "whale-tracker-mcp"]
}
}
}
Set your API key as an environment variable:
{
"env": {
"WHALE_ALERT_API_KEY": "<your_api_key_here>"
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"whale-tracker": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “whale-tracker” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Provided in README.md |
List of Prompts | ✅ | query_whale_activity |
List of Resources | ✅ | whale://transactions/{blockchain} |
List of Tools | ✅ | get_recent_transactions, get_transaction_details |
Securing API Keys | ✅ | Environment variable (WHALE_ALERT_API_KEY ) |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
My opinion: Whale Tracker MCP offers a focused, well-documented integration for crypto whale tracking, with clear tooling, prompt, and resource exposure. Its setup and security instructions are thorough for MCP environments. Roots and sampling are not documented. The project is maintained, has stars/forks, and is MIT licensed. I would rate it a 7/10: strong for its purpose and documentation, but missing advanced MCP features.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 8 |
Number of Stars | 22 |
It connects AI assistants with the Whale Alert API, enabling real-time monitoring and analysis of large cryptocurrency transactions (so-called 'whale' movements) directly within LLM-powered workflows and apps.
It exposes tools for fetching recent whale transactions and their details, a prompt template for analyzing whale activity, and a resource for contextual blockchain transaction data.
Use cases include real-time whale monitoring, automated alerts, whale pattern analysis, blockchain-specific research, and enriching AI-driven trading, compliance, or analytics apps.
Store your API key as an environment variable (WHALE_ALERT_API_KEY) in your MCP client configuration. This keeps your credentials secure and separate from source code.
You can monitor whale transactions on any blockchain supported by Whale Alert, such as Bitcoin or Ethereum, by specifying the desired blockchain in API queries or resources.
Empower your AI agents with real-time crypto whale tracking and analytics. Add the Whale Tracker MCP server to your FlowHunt workflow today!
The Crypto Indicators MCP Server provides AI agents and developers with real-time access to 50+ cryptocurrency technical analysis indicators and trading strateg...
The World Bank MCP Server enables seamless access to and analysis of global economic and social indicators via the World Bank open data API. Designed for AI ass...
The Trade Agent MCP Server empowers AI agents to interact with leading stock and crypto brokerages via natural-language commands. Execute trades, manage portfol...