Teller · Capability
Teller Open Banking
Unified open banking workflow combining account management, transaction history, balance monitoring, and identity verification through the Teller API. Enables fintech applications, personal finance tools, and lending platforms to access real-time financial data across US banks and credit unions.
Run with Naftiko
AccountsBankingFinancial DataFinTechIdentity VerificationOpen BankingTellerTransactions
What You Can Do
GET
List identity
— List accounts with beneficial owner identity information
/v1/identity
GET
List accounts
— List all authorized bank accounts
/v1/accounts
GET
Get account
— Get a bank account by ID
/v1/accounts/{account_id}
GET
Get account details
— Get routing number and account number
/v1/accounts/{account_id}/details
GET
Get account balances
— Get available and ledger balances
/v1/accounts/{account_id}/balances
GET
List transactions
— List transactions with optional date filtering and pagination
/v1/accounts/{account_id}/transactions
GET
Get transaction
— Get a transaction by ID
/v1/accounts/{account_id}/transactions/{transaction_id}
GET
List institutions
— List all supported banks and credit unions
/v1/institutions
MCP Tools
list-identity
List bank accounts with beneficial owner identity information
read-only
idempotent
list-accounts
List all bank accounts authorized in the current Teller enrollment
read-only
idempotent
get-account
Get details for a specific bank account
read-only
idempotent
get-account-details
Get routing number and full account number for a bank account
read-only
idempotent
get-account-balances
Get real-time available and ledger balances for a bank account
read-only
idempotent
list-transactions
List transactions for a bank account with date range filtering
read-only
idempotent
get-transaction
Get a specific transaction record by ID
read-only
idempotent
list-supported-institutions
List all US financial institutions supported by Teller
read-only
idempotent