Loading...

Tracks cryptocurrency whale transactions using the Whale Alert API, providing tools for fetching and analyzing large crypto movements.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Tracks cryptocurrency whale transactions using the Whale Alert API, providing tools for fetching and analyzing large crypto movements.
This server is relatively safe for read-only operations, but the security of the API key is paramount. Avoid exposing the API key and monitor API usage to prevent abuse. It is risky if the API key is compromised, potentially leading to unauthorized data access.
Performance depends on the Whale Alert API's responsiveness and rate limits. Consider implementing caching mechanisms to reduce API calls and improve performance.
Cost is primarily associated with API calls to the Whale Alert API. Monitor API usage to avoid exceeding rate limits and incurring unexpected costs.
npx -y @smithery/cli install @kukapay/whale-tracker-mcp --client claudeWHALE_ALERT_API_KEYget_recent_transactionsFetches recent cryptocurrency transactions based on specified filters like blockchain and minimum value.
Read-only operation; retrieves data without modifying any system state.
get_transaction_detailsRetrieves detailed information about a specific cryptocurrency transaction using its ID.
Read-only operation; retrieves data without modifying any system state.
query_whale_activityAnalyzes whale transaction patterns, optionally filtered by blockchain.
Read-only operation; analyzes existing data without modifying any system state.
API Key
This server is relatively safe for read-only operations, but the security of the API key is paramount. Avoid exposing the API key and monitor API usage to prevent abuse. It is risky if the API key is compromised, potentially leading to unauthorized data access.
The server primarily provides read-only access to data, limiting the risk associated with autonomous operation. However, careful consideration should be given to the potential impact of automated analysis and alerting based on the retrieved data.
Production Tip
Implement robust error handling and monitoring to ensure the stability and reliability of the server in a production environment.
A Whale Alert API key is required to access the Whale Alert API. You can obtain one by signing up at whale-alert.io.
You can configure the API key by setting the `WHALE_ALERT_API_KEY` environment variable in a `.env` file or by passing it directly when running the server.
The supported blockchains depend on the Whale Alert API. Refer to the Whale Alert API documentation for a list of supported blockchains.
The data update frequency depends on the Whale Alert API. The server retrieves data in real-time based on API availability.
Yes, the Whale Alert API may have rate limits. Monitor your API usage to avoid exceeding these limits.
Yes, the `get_recent_transactions` tool allows you to filter transactions by minimum value.
Use the `mcp install` command to install the server into Claude Desktop. Refer to the documentation for detailed instructions.