Back to Home
shlomiuziel icon

asher-mcp

Verified Safe

by shlomiuziel

Overview

A secure, local-first financial data aggregator for Israeli banks and credit card companies, providing an MCP server interface for AI hosts to analyze transactions.

Installation

Run Command
tsx src/mcp/Server.ts

Environment Variables

  • DATABASE_URL
  • DB_HOST
  • DB_PORT
  • DB_NAME
  • DB_USER
  • DB_PASSWORD
  • DB_SSL

Security Notes

The project implements strong security practices including local-first data storage, encryption at rest for sensitive data (using better-sqlite3-multiple-ciphers), runtime encryption key prompting (key not stored on disk), and strict file permissions (chmod 600) for the SQLite database. SQL SELECT queries from MCP hosts are validated to prevent injection and restrict access to allowed tables. The primary remaining risks are inherent to banking scrapers (reliance on israeli-bank-scrapers library, potential for account lockout if scrapers fail, security of the initial credentials.json file, and the user's secure management of their encryption key). No 'eval' or malicious patterns were found.

Similar Servers

Stats

Interest Score28
Security Score8
Cost ClassMedium
Avg Tokens500
Stars2
Forks2
Last Update2025-11-20

Tags

MCPfinanceisraeli bankingdata aggregationlocal-firstencryption