Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npx -y @smithery/cli install @kukapay/whale-tracker-mcp --client claudeExposed MCP Tools (3)
safe
get_recent_transactionsFetches recent cryptocurrency transactions based on specified filters like blockchain and minimum value.
Read-only operation; retrieves data without modifying any system state.
safe
get_transaction_detailsRetrieves detailed information about a specific cryptocurrency transaction using its ID.
Read-only operation; retrieves data without modifying any system state.
safe
query_whale_activityAnalyzes whale transaction patterns, optionally filtered by blockchain.
Read-only operation; analyzes existing data without modifying any system state.
Safety Assessment
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.
- Read-only access to transaction data.
- API key authentication.
- No direct write or delete operations on external systems.
- Limited scope of data access (whale transactions only).
- Reliance on external Whale Alert API.
- Potential exposure of API key if not handled correctly.
- Data accuracy depends on the Whale Alert API.
- No input sanitization mentioned, potential for injection if manipulated.
