Skip to content

Asher MCP

Trusted74/100

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.

The Problem

Managing personal finances in Israel requires manually tracking multiple accounts across different banks and credit card companies. There is no simple way to get a complete picture of spending from all sources in one place, especially while maintaining full privacy and keeping financial data off cloud services.

shlomiuzielshlomiuzielFinance & Banking
GitHub
24installs1,558views
4.0Reviews (1)
Updated: April 15, 2026|Tags:personal financebankingencryptionlocal-firstSQLiteCLI|Transport: Standard I/O (stdio)|Language: typescript

Clone from GitHub to install

git clone https://github.com/shlomiuziel/asher-mcp
cd asher-mcp
npm install && npm run build

.mcp.json

{
  "mcpServers": {
    "asher": {
      "command": "node",
      "args": [
        "dist/mcp/Server.js"
      ],
      "cwd": "/path/to/asher-mcp"
    }
  }
}

Features

  • Local-first architecture - financial data never leaves your machine
  • Encrypted local SQLite database
  • Support for all Israeli banks and credit card companies
  • Safe SQL queries with injection protection
  • CLI-based management

When to Use

  • When you want to track expenses from all banks and credit cards in one place
  • When full privacy is important and data must stay on your local machine
  • When you want to generate automatic monthly expense reports via an AI assistant
  • When you need to run custom SQL queries on transaction data

Try These Prompts

Monthly Expense Report

Generate a monthly expense report from all my accounts for the last month, organized by category

Identify Recurring Charges

Identify all recurring charges across my accounts and show me how much I pay for them monthly

Food Spending Analysis

Analyze my food and restaurant spending over the last three months and show trends

Try These Queries

Show me last month expenses

What tables exist in the database?

Show all transactions over 1000 NIS

What is the total expense amount this month?

Frequently Asked Questions

Related Servers

Israeli Bank MCP

mottibecAuthor: mottibec
Trusted·73
stdio2 tools

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.

4.0922,035
Claude CodeCursorWindsurf+3

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,557
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,565
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 (...)