Analyze a wallet's recent swap activity for copy trading. Returns active positions, buy/sell patterns, entry prices, and trading frequency.
| Name | Type | Required | Description |
|---|---|---|---|
| walletAddress | string | required | Solana wallet address to analyze (base58) |
// MCP tool call
{
"name": "copy_trade_signals",
"arguments": {
"walletAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}