A Model Context Protocol (MCP) server that provides financial data access through automated Israeli bank and credit card data scraping. Supports all
Most database access work still happens through a UI a human drives. IL Bank MCP π·πΈ MCP server moves it into the conversation instead. A Model Context Protocol (MCP) server that provides financial data access through automated Israeli bank and credit card data scraping. Supports all major Israeli financial institutions dynamically based on your configuration.
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.
Setup follows the usual MCP pattern β install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 8 tools. What each one is for:
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 updatedConfiguration is passed through the environment: LEUMI_USERNAME, LEUMI_PASSWORD. Treat anything key-shaped as a real credential β scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. IL Bank MCP π·πΈ's toolset β get_transactions, get_financial_summary, search_transactions and 5 more β is a fair guide to whether it matches your workflow. It is maintained by glekner; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_transactions | Fetch transactions for any time period |
| get_financial_summary | Income, expenses, and trends at a glance |
| search_transactions | Find specific transactions by amount or description |
| get_monthly_credit_summary | Credit card usage breakdown |
| get_recurring_charges | Find subscriptions and repeated payments |
| analyze_merchant_spending | Spot unusual spending patterns |
| refresh_all_data | Update from all connected accounts |
| get_scrape_status | Check when data was last updated |
| Variable | Description | Required |
|---|---|---|
| LEUMI_USERNAME | Configuration value read at startup. | Optional |
| LEUMI_PASSWORD | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres β let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation β database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation β the fastest way to chat with a data file.
Metabase ships its own MCP endpoint β search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management β from find queries to spinning up clusters.
Serverless Postgres with database branching β point your assistant at Neon and let it work on disposable copies.