Track which wallets are accumulating or dumping a token based on recent transfer activity. Returns top movers with net flow direction and a bullish/bearish/neutral sentiment signal.
| Name | Type | Required | Description |
|---|---|---|---|
| mintAddress | string | required | Solana token mint address (base58) |
// MCP tool call
{
"name": "holder_changes",
"arguments": {
"mintAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}