A Personal Financial Data MCP Server over the israeli-bank-scrapers package
Asher MCP server exists for a simple reason — assistants are far more useful when they can act on Asher directly instead of describing what you should do. A Personal Financial Data MCP Server over the israeli-bank-scrapers package.
A secure, local-first financial data aggregator for Israeli banks and credit card companies, built with TypeScript and powered by israeli-bank-scrapers. Asher helps you aggregate and analyze your financial transactions across multiple sources while keeping your data private and secure. Information is scraped and stored in a local, encrypted SQLite database.
Once Asher is connected, these are the calls the assistant has available:
fetchTransactions — Fetch recent transactions and store them in the databasedescribeTable — Get detailed information about a table (columns, indexes)listTables — List all tables in the databasegetTableSchema — Get the schema for a specific tablesqlQuery — Execute a safe SELECT query on allowed tables (prevents SQL injection and unauthorized access)fetch-last-month-transactions — Fetch and summarize last month's transactions and expensesInstallation goes through your MCP client rather than a global install: point it at tsx on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Asher's toolset — fetchTransactions, describeTable, listTables and 3 more — is a fair guide to whether it matches your workflow. It is maintained by shlomiuziel; 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 |
|---|---|
| fetchTransactions | Fetch recent transactions and store them in the database. |
| describeTable | Get detailed information about a table (columns, indexes). |
| listTables | List all tables in the database. |
| getTableSchema | Get the schema for a specific table. |
| sqlQuery | Execute a safe SELECT query on allowed tables (prevents SQL injection and unauthorized access). |
| fetch-last-month-transactions | Fetch and summarize last month's transactions and expenses. |
{
"mcpServers": {
"asher": {
"command": "npx",
"args": ["-y", "tsx"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
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.