
CoinMarketCap MCP Server
Connect FlowHunt and your AI agents to real-time cryptocurrency market data from CoinMarketCap using the CoinMarketCap MCP Server. Enable robust crypto price tr...

Monitor and analyze large crypto transactions in real time directly within your LLM-powered apps using the Whale Tracker MCP server for FlowHunt.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
Empower your AI agents with real-time crypto whale tracking and analytics. Add the Whale Tracker MCP server to your FlowHunt workflow today!

Connect FlowHunt and your AI agents to real-time cryptocurrency market data from CoinMarketCap using the CoinMarketCap MCP Server. Enable robust crypto price tr...

The Crypto Indicators MCP Server provides AI agents and developers with real-time access to 50+ cryptocurrency technical analysis indicators and trading strateg...

The EVM MCP Server offers seamless blockchain integration for AI and development workflows across multiple EVM-compatible networks. It enables smart contract in...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.