Skip to main content
Glama

Israeli Bank MCP

by mottibec

two-factor-auth

Enable or retrieve two-factor authentication (2FA) codes for Israeli bank accounts using phone number verification. Supports major banks and card providers for secure account access.

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" }

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