Teller (bank data)
Teller is a US-only bank data provider — accounts, balances, transactions — without screen scraping. You connect your accounts; agents read via the teller MCP.
Vonzio supports multi-bank: connect PNC, Chase, NFCU, whatever — each becomes its own enrollment row. Agents pick the right one per-call via enrollment_id.
How to connect
Section titled “How to connect”-
Open Settings → Integrations → “Connect bank”.
-
Teller Connect popup opens (the JS SDK we load lazily). Pick your bank, enter your bank credentials, select accounts to share.
-
On success, Vonzio stores the bank connection. Your dashboard now shows it under Integrations.
-
(Recommended) Scope the new enrollment to your finance profile. Settings → Integrations → that row → “Scope” → Specific agents → check your finance profile. Other profiles won’t see
teller_*tools. -
Repeat for any other banks.
Multi-bank
Section titled “Multi-bank”Each bank link is one enrollment. The Settings page renders them as separate rows. Each carries its own scope independently — you could grant PNC to one profile, Chase to another.
The agent calls teller_list_enrollments once per task, then routes per-account.
What agents can do
Section titled “What agents can do”See teller MCP. Read-only: list enrollments, list accounts, get balance, list transactions, get account details. No money movement. That’s outside Teller’s API anyway.