Get a complete wallet profile: SOL balance, all token holdings with USD values, NFT count, and top holdings ranked by value.
| Name | Type | Required | Description |
|---|---|---|---|
| walletAddress | string | required | Solana wallet address (base58) |
// MCP tool call
{
"name": "wallet_profile",
"arguments": {
"walletAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}