Israeli Bank MCP

by mottibec
Verified

fetch-transactions

Retrieve transaction data from Israeli bank accounts and credit cards by specifying bank ID and credentials, with options to combine installments and filter by date.

Input Schema

NameRequiredDescriptionDefault
bankIdYes
combineInstallmentsNo
credentialsYes
showBrowserNo
startDateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bankId": { "enum": [ "hapoalim", "hapoalimBeOnline", "beinleumi", "union", "amex", "isracard", "visaCal", "max", "leumiCard", "otsarHahayal", "discount", "mizrahi", "leumi", "massad", "yahav", "beyahadBishvilha" ], "type": "string" }, "combineInstallments": { "type": "boolean" }, "credentials": { "additionalProperties": false, "properties": { "card6Digits": { "type": "string" }, "id": { "type": "string" }, "longTermTwoFactorAuthToken": { "type": "string" }, "nationalID": { "type": "string" }, "num": { "type": "string" }, "password": { "type": "string" }, "userCode": { "type": "string" }, "username": { "type": "string" } }, "required": [ "password" ], "type": "object" }, "showBrowser": { "type": "boolean" }, "startDate": { "type": "string" } }, "required": [ "bankId", "credentials" ], "type": "object" }

You must be authenticated.

Other Tools from Israeli Bank MCP

Related Tools

ID: goq1q9h8kk