Other BaaS operations

Read only
These tools are enabled on request and only work for users with Tilopay banking API credentials. They are not part of the default MCP access: Tilopay enables the group case by case. Requires: Credenciales del API bancario de Tilopay registradas por Tilopay para ese usuario.

Banking API contexts (assignments)

Read only

baas_list_assignments

Lists the tenant/account contexts (assignments) available for the user's banking API credentials. Use it when another tool asks for assignmentId.

Parameters

No parameters.

Returns

{ assignments[] }

assignments = available contexts with assignment_id, tenant_code, owner_type, country_code and status.

Banking API diagnostics

Read only

baas_diagnostics

Checks the user's banking API credentials, the login, the token exchange and access to accounts. Use it when a query fails.

Parameters

ParameterTypeRequiredDescription
assignmentIdstringBanking API context (assignment); only needed when there are several

Returns

{ checks[], failed }

checks = one row per check (credentials, login + assignments, accounts) with ok and detail; failed = how many failed. The credential email comes back masked.

List banking API accounts

Read only

baas_list_accounts

Lists the accessible banking API accounts, without balances: identifier type, value and currency.

API operation: GET /api/public/v1/accountssee the operation page

Parameters

ParameterTypeRequiredDescription
accountTypestringFilter by scheme (IBAN)
accountValuestringFilter by identifier
limitintegerPage size, between 1 and 100
cursorstringCursor from the previous page
assignmentIdstringBanking API context (assignment); only needed when there are several

Returns

{ result }

result = the banking API response as returned.

Balance of one account

Read only

baas_get_balance

Gets the current balance of a banking API account identified by IBAN.

API operation: GET /api/public/v1/accounts/balancesee the operation page

Parameters

ParameterTypeRequiredDescription
accountTypestring (IBAN)Identifier scheme (IBAN)
accountValuestringyesAccount identifier (IBAN)
assignmentIdstringBanking API context (assignment); only needed when there are several

Returns

{ result }

result = the banking API response as returned.

Statement request status

Read only

baas_get_statement_status

Reads the status of an account statement request. When it is DONE it includes the signed download link and its expiry.

API operation: GET /api/public/v1/accounts/statements/{request_id}see the operation page

Parameters

ParameterTypeRequiredDescription
requestIdstringyesrequest_id returned when the statement was requested
assignmentIdstringBanking API context (assignment); only needed when there are several

Returns

{ result }

result = the banking API response as returned.

Last verified: 2026-09-03 · Owner: equipo-integraciones

View as raw Markdown