Picnic MCP is in early access — read-only access only for now.
Docs
Tools
get_balances

get_balances

Get token balances across the user's smart accounts. Each result groups balances under an account object ({ address, chainId, type }). Each balance includes the asset contract address (null for the chain's native asset), symbol, formattedAmount, and value already converted to USD, EUR, and BRL.

Required scope: read:balances

Parameters:

NameTypeRequiredDescription
chain_idnumbernoFilter by blockchain chain ID — e.g. 1 (Ethereum), 8453 (Base), 100 (Gnosis).
account_typeenumnoFilter by smart account type: picnic (main) or gnosisPay (card).

Example prompt:

"How much USDC do I have on Base right now?"