Banking tools
WriteThese tools are not enabled by default. They are turned on on request and only work for users with Tilopay banking API credentials registered by Tilopay on the server side. Standard MCP access does not include the group; and if a tool is called without those credentials, it replies that they do not exist. To request it, use the access form and state that you need the banking API.
What it covers#
Eleven read tools over the banking API: contexts (assignments), credential diagnostics, accounts, balances, payments, statements and an analytical payments report.
None of these tools initiates, approves or reverses transfers. They only extract information.
The only one that is not a pure read is baas_request_statement, which generates a read-only
document: it moves no money.
Accounts are identified with accountType: "IBAN" plus accountValue, dates are RFC 3339
(2026-01-01T00:00:00Z) and assignmentId is only needed when the user has several contexts.
Tools#
baas_list_assignmentsbaas_diagnosticsbaas_list_accountsbaas_get_balancebaas_get_statement_statusAssignments, credential diagnostics, account listing, balance of one account and status of a statement request.
- Banking API account balancesRead only
baas_list_balancesLists the real-time balances of the accessible accounts: account, amounts and cut-off date.
- List banking API paymentsRead only
baas_list_paymentsReads the payments of an owned account identified by IBAN, with date, status, currency, method and direction filters. Cursor pagination.
- Find a paymentRead only
baas_search_paymentFinds a payment inside an account by exactly one of: paymentId (UUID), publicId (number) or clientReference. Sending more than one returns an error.
- Payment detailRead only
baas_get_paymentGets the detail of a banking API payment from its internal UUID, read only.
baas_request_statementRequests the generation of an account statement for a banking API account, with a 60-day maximum range. It moves no money: it generates a read-only document and returns request_id with status PENDING.
- Banking API payments analystRead only
baas_analyze_paymentsAnalyses, read only, the payments of an account in a date range and returns a natural-language report: success, failures, reversals, net amounts and recommendations. It runs a language model over the computed figures.
Last verified: 2026-09-03 · Owner: equipo-integraciones