Israeli Bank MCP
A project for managing Israeli bank accounts and transactions using the Model Context Protocol (MCP).
Features
- List available Israeli banks and credit card companies with their required credentials
- Fetch transactions from any supported bank
- Support for all major Israeli banks and credit card companies
- Secure credential handling
- Flexible transaction date ranges
- Two-factor authentication support
Getting Started
- Install dependencies:
npm install
- Build the project:
npm run build
- Connect to MCP Clients
Connecting to MCP Clients
The server can be connected to any MCP-compatible client. Here’s how to configure it:
Example Configuration
For clients that support configuration files (like Claude), add the following to your configuration:
{
"mcpServers": {
"israeli-bank-mcp": {
"command": "node",
"args": [
"/path/to/israeli-bank-mcp/build/server.js"
]
}
}
}
Resources
- Banks (
banks://list)- List available banks and their required credentials
Tools
Fetch transactions (
fetch-transactions)- Fetch transactions from a bank
2FA (
two-factor-auth)- 2FA authentication for banks that require that
Supported Banks
The server supports all major Israeli banks and credit card companies through the israeli-bank-scrapers library:
- Bank Hapoalim
- Leumi Bank
- Discount Bank
- Mercantile Bank
- Mizrahi Bank
- Otsar Hahayal Bank
- Visa Cal
- Max (Formerly Leumi Card)
- Isracard
- Amex
- Union Bank
- Beinleumi
- Massad
- Yahav
- Beyhad Bishvilha
- OneZero (Experimental)
- Behatsdaa
Security
- Please do not attempt this at home (I honestly don’t know, it’s probably not a good idea, but it’s really cool)
License
MIT
Israeli Bank Management
Project Details
- mottibec/israeli-bank-mcp
- Last Updated: 4/18/2025
Recomended MCP Servers
Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market...
A MCP Server for Google Scholar: 🔍 Enable AI assistants to search and access Google Scholar papers through...
MCP for Proxmox integration in Cline
MCP Hyperliquid (https://app.hyperliquid.xyz) server
AniList MCP server for accessing anime and manga data
一个基于MCP协议的搜索服务实现,提供网络搜索和本地搜索功能,Cursor和Claude Desktop能与之无缝集成。
A Model Context Protocol server for interacting with Ledger CLI, a powerful double-entry accounting system. This server enables...
Model Context Protocol Server for Safely Executing Pre-approved Commands
A simple POC to expose Mythic as a MCP server
MCP Server for running Bruno Collections
Helps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation...
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin...





