Scan a wallet's recent transaction history for large movements. Returns whale-sized transfers and token movements.
| Name | Type | Required | Description |
|---|---|---|---|
| walletAddress | string | required | Solana wallet address to monitor (base58) |
| minSolAmount | string | optional | Minimum SOL amount to qualify as whale activity (default: 100) |
// MCP tool call
{
"name": "whale_alert",
"arguments": {
"walletAddress": "",
"minSolAmount": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}