You're viewing a demo portfolio

Join the waitlist
PRSM

bank_accounts

Active

Tool of Inferventis — Financial Data, News & Web MCP

declared in 1.0.0

Retrieves bank account details and recent transaction history via a connected bank API integration. Returns a list of transactions for the specified account, or for all linked accounts when no account ID is provided. Use bank_accounts when an agent needs to inspect account balances, review recent spending, categorise transactions, or reconcile records against a specific bank account. Prefer open_banking_transactions when the integration uses a PSD2 Open Banking provider (TrueLayer) covering 300+ UK and European banks — open_banking_transactions returns richer transaction metadata including merchant names, categories, and running balances. Prefer stripe_payments when the source of payments is a Stripe merchant account rather than a retail bank account. This tool requires a valid bank API credential to be configured on the server.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of transactions to return. Defaults to 20. Maximum 100."
    },
    "account_id": {
      "type": "string",
      "description": "Identifier of the specific bank account to query. When omitted, transactions across all linked accounts are returned."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Inferventis — Financial Data, News & Web MCP

https://github.com/Bankee-ai/inferventis-tools

1/7 registries
View full server →
bank_accounts — Inferventis — Financial Data, News & Web MCP — PRSM MCP