List bank accounts
Lists all bank accounts of the tenant with ID, name, IBAN, account number and transaction statistics (count of open / reconciled transactions).
list_bank_accounts
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
bank:read
Response
200
Success
MCP
JSON list_bank_accounts {
"tool": "list_bank_accounts"
} 200 Response
JSON [
{
"id": "<string>",
"name": "<string>",
"iban": "<string>",
"bic": "<string>",
"account_number": "<string>",
"currency": "<string>",
"tx_count": 1,
"unreconciled_count": 1
}
]