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.
Personal finance management in Israel is scattered across bank apps, credit card companies, and various statements. There is no single tool that unifies everything, auto-categorizes transactions, tracks budgets, identifies recurring payments, and provides balance projections.
.mcp.json
{
"mcpServers": {
"nudlers": {
"url": "http://localhost: 6969/api/mcp"
}
}
}Show me a summary of all my accounts, current balances, and balance projection for end of month
Break down my expenses by category for the last month and identify unusual trends
Show me all my installments and recurring payments and identify if there are duplicates
What is my expense summary for this month?
Show me all transactions in the food category
What are my recurring payments?
Project my balance for the next 30 days
How much did I spend vs my budget?
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.
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.
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