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.
Tracking expenses and banking transactions in Israel is scattered across different bank and credit card apps. There is no single tool that unifies all the information and enables smart spending pattern analysis while keeping data in local storage.
Clone from GitHub to install
git clone https://github.com/glekner/il-bank-mcp
cd il-bank-mcp
docker compose build.mcp.json
{
"mcpServers": {
"il-bank": {
"command": "docker",
"args": [
"compose",
"run",
"--rm",
"-i",
"mcp-server"
],
"cwd": "/path/to/il-bank-mcp"
}
}
}Show me a summary of all my expenses from the last month across all banks and credit cards
Find all my recurring charges and tell me if there are duplicates or unused subscriptions
Compare my expenses between this month and last month and show what changed
How much did I spend on restaurants this month?
What are my recurring charges?
Show me a financial summary for last month
Search for transactions over 500 NIS
Compare spending between categories over time
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.
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.
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.
Know an Israeli MCP server that should be listed here? Submit an MCP