IL Bank MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IL Bank MCPAnalyze my spending patterns for the last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is it?
IL Bank MCP is a finance assistant that brings your Israeli bank data to any AI assistant. It combines a headless scraper (powered by israeli-bank-scrapers) with an MCP server, letting LLMs analyze your transactions, track spending patterns, and provide financial insights.
✨ Demo

How to use IL Bank MCP?
Run it with Docker Compose for the quickest setup:
LEUMI_USERNAME=my_user LEUMI_PASSWORD=my_pass ... \
docker compose up -dThen add it to your AI assistant. For Raycast, use their MCP extension with:
docker compose -f /path/to/il-bank-mcp/docker-compose.yml run --rm -i mcp-serverFor Claude Desktop, add to ~/.claude/config.jsonc:
{
"mcpServers": {
"israeli-bank-assistant": {
"command": "docker",
"args": [
"compose",
"-f",
"/path/to/il-bank-mcp/docker-compose.yml",
"run",
"--rm",
"-i",
"mcp-server"
],
"env": {
"LEUMI_USERNAME": "your_username",
"LEUMI_PASSWORD": "your_password"
}
}
}
}See env.example for all credential and configuration options.
Key features of IL Bank MCP
Smart Analysis: Get spending breakdowns, detect recurring charges, and track merchant patterns
Local & Secure: All data stays in a local SQLite database
Multi-Provider: Works with most Israeli banks and credit cards
Real-time Updates: Refresh data on-demand from any provider
On-Demand Sync: Scrape your bank data whenever you need fresh insights
What questions can I ask?
Here are some questions to get insights from your financial data:
"Analyze spending patterns of Wolt"
"Show me all subscriptions I'm paying for and their total monthly cost"
"Show me all transactions over ₪1,000 in the last 30 days with their categories"
"How much did I spend on groceries last month?"
"Compare my spending this month vs last month"
What tools does IL Bank MCP provide?
get_transactions- Fetch transactions for any time periodget_financial_summary- Income, expenses, and trends at a glancesearch_transactions- Find specific transactions by amount or descriptionget_monthly_credit_summary- Credit card usage breakdownget_recurring_charges- Find subscriptions and repeated paymentsanalyze_merchant_spending- Spot unusual spending patternsrefresh_all_data- Update from all connected accountsget_scrape_status- Check when data was last updated
FAQ from IL Bank MCP
Which banks are supported?
Any bank supported by israeli-bank-scrapers - includes Leumi, Hapoalim, Discount, and most credit card companies.
Is my data secure?
Yes. Everything runs locally on your machine. No data leaves your computer.
Can I use it with local LLMs?
Absolutely. Works great with Ollama through Raycast for a completely offline setup.
What if scraping fails?
Check the logs in ./logs. Most issues are login-related - verify your credentials match exactly what you use on the bank's website.
Related MCP server: Lunch Flow MCP Server
Contributing
Early days - contributions welcome! 🙏
License
MIT
Acknowledgments
israeli-bank-scrapers - Core scraping engine
Model Context Protocol - MCP framework
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to access and analyze MonarchMoney personal finance data through natural language queries. Provides comprehensive financial insights including account balances, transaction analysis, budget tracking, and spending patterns with enterprise-grade security.Last updated9MIT
- Alicense-qualityDmaintenanceEnables AI assistants to access financial data from 20,000+ banks across 40+ countries, allowing users to query account balances, transactions, and spending patterns through natural language.Last updated5MIT
- Alicense-qualityCmaintenanceConnects Brazilian banks (Itaú, Bradesco, Nubank, etc.) to AI agents, enabling natural language queries about expenses, statements, investments, and credit cards via regulated Open Finance.Last updated18MIT
- Alicense-qualityCmaintenanceConnects your Inter bank account to AI assistants via Open Finance Brasil, enabling read-only queries about balances, statements, credit card bills, and investments in natural language.Last updatedMIT
Related MCP Connectors
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Connect AI agents to bank accounts, transactions, balances, and investments.
Connect your Nubank account to AI via Brazil's Open Finance: balances, statements, cards, investment
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/glekner/il-bank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server