Skip to main content
Glama

Israeli Bank MCP

by mottibec

two-factor-auth

Enable secure access to Israeli bank accounts by triggering 2FA or retrieving authentication tokens via phone verification for major banks and card providers.

Input Schema

NameRequiredDescriptionDefault
actionYes
bankIdYes
otpCodeNo
phoneNumberYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "trigger", "get-token" ], "type": "string" }, "bankId": { "enum": [ "hapoalim", "hapoalimBeOnline", "beinleumi", "union", "amex", "isracard", "visaCal", "max", "leumiCard", "otsarHahayal", "discount", "mizrahi", "leumi", "massad", "yahav", "beyahadBishvilha" ], "type": "string" }, "otpCode": { "type": "string" }, "phoneNumber": { "type": "string" } }, "required": [ "bankId", "phoneNumber", "action" ], "type": "object" }

You must be authenticated.

Other Tools from Israeli Bank MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mottibec/israeli-bank-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server