API reference
Bank accounts
Bank accounts tools exposed over the SuperBooks MCP API.
The bank_accounts domain exposes 1 tool.
Tools
bank_accounts_list
Scope tier: read
List bank accounts for the current team with the connected institution's name + logo when available. Use this to discover bank account ids before listing transactions, attaching payment info to an invoice, etc. Supports filter by enabled (active accounts only) and manual (user-created vs. provider-synced). Does NOT decrypt IBAN / account numbers — those require a separate explicit reveal action.
| Parameter | Type | Required | Description |
|---|---|---|---|
enabled | boolean (nullable) | no | Filter by enabled state. true returns only active accounts; false returns disabled ones. Omit to include both. |
manual | boolean (nullable) | no | Filter by source. true returns only manually created accounts; false returns only provider-synced (Plaid/GoCardless/Teller/EnableBanking) accounts. Omit to include both. |