Get SOL balance and all token balances for a Solana wallet. Lightweight check — use before transactions to verify sufficient funds.
| Name | Type | Required | Description |
|---|---|---|---|
| walletAddress | string | required | Solana wallet address (base58) |
// MCP tool call
{
"name": "wallet_balance",
"arguments": {
"walletAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}