Skip to content

Israeli Bank MCP

Trusted73/100

Lightweight MCP server for fetching transactions from all major Israeli banks and credit card companies, including Hapoalim, Leumi, Discount, Mizrahi, Visa Cal, Max, Isracard, and more. Leverages the israeli-bank-scrapers library and supports two-factor authentication. Exposes tools to list available banks with their required credentials and fetch transactions with flexible date ranges.

The Problem

Fetching transactions from Israeli banks and credit card companies requires separate login to each financial institution. There is no uniform, simple way to pull all transactions into one place and make them accessible to an AI assistant.

mottibecmottibecFinance & Banking
GitHub
94installs2,072views
4.0Reviews (1)
Updated: April 15, 2026|Tags:bankingcredit cardstransactionstwo-factor authHapoalimLeumi|Transport: Standard I/O (stdio)|Language: typescript

Clone from GitHub to install

git clone https://github.com/mottibec/israeli-bank-mcp
cd israeli-bank-mcp
npm install && npm run build

.mcp.json

{
  "mcpServers": {
    "israeli-bank": {
      "command": "node",
      "args": [
        "build/server.js"
      ],
      "cwd": "/path/to/israeli-bank-mcp"
    }
  }
}

Features

  • Support for 17+ Israeli banks and credit card providers
  • Two-factor authentication (2FA) with OTP code support
  • Transaction retrieval with configurable date ranges
  • Installment payment combining option
  • Dynamic bank listing with required credential fields

When to Use

  • When you need to fetch transactions from a specific bank or credit card company
  • When you want to know which banks are supported and what login credentials are needed
  • When needing transactions for a flexible date range
  • When looking for a lightweight solution that does not require Docker

Try These Prompts

Fetch Transactions

Fetch all transactions from the last month from my Visa Cal card

Supported Banks

Show me all supported banks and credit card companies and what is needed to connect

Transactions by Date

Fetch transactions from Bank Hapoalim for the last two months

Try These Queries

List all supported banks

Fetch transactions from Bank Hapoalim for the last month

Trigger two-factor authentication for Bank Leumi

Show Visa CAL credit card transactions

Frequently Asked Questions

Related Servers

Nudlers

enudlerAuthor: enudler
Trusted·77
SSE12 tools

Comprehensive personal finance command center for Israeli banking. Automatically aggregates, categorizes, and analyzes finances from all Israeli banks and credit cards into a unified dashboard with budget tracking, balance projection, recurring payment detection, and installment monitoring. Features intelligent 3-phase auto-categorization, native WhatsApp integration for daily summaries, built-in AI chat via Google Gemini, and MCP endpoint for AI assistant integration with AES-256-GCM encryption.

0.0201,584
Claude CodeCursorWindsurf+3

IL Bank MCP

gleknerAuthor: glekner
Community·61
stdio16 tools

Finance assistant that brings Israeli bank data directly to any AI assistant. Combines a headless scraper powered by israeli-bank-scrapers with an MCP server, enabling LLMs to analyze transactions, track spending patterns, detect recurring charges, and provide financial insights. Supports most Israeli banks and credit cards, stores data locally in SQLite, and runs via Docker Compose for easy deployment.

0.0311,593
Claude CodeCursorWindsurf+3

Asher MCP

shlomiuzielAuthor: shlomiuziel
Trusted·74
stdio6 tools

Secure, local-first personal financial data aggregator for Israeli banks and credit card companies. Built on the israeli-bank-scrapers library, it scrapes transactions from all major Israeli financial institutions and stores them in a locally encrypted SQLite database. Includes MCP tools for fetching transactions, executing safe SQL queries, describing database schemas, and generating monthly expense reports while ensuring financial data never leaves your machine.

4.0241,589
Claude CodeCursorWindsurf+3
Found an issue with this MCP server?

Use at your own risk. Terms of Use · Security

Know an Israeli MCP server that should be listed here? Submit an MCP

Reviews (...)