Israeli Bank Manager
STDIOProject for managing Israeli bank accounts and transactions using Model Context Protocol.
Project for managing Israeli bank accounts and transactions using Model Context Protocol.
A project for managing Israeli bank accounts and transactions using the Model Context Protocol (MCP).
npm install
npm run build
The server can be connected to any MCP-compatible client. Here's how to configure it:
For clients that support configuration files (like Claude), add the following to your configuration:
{ "mcpServers": { "israeli-bank-mcp": { "command": "node", "args": [ "/path/to/israeli-bank-mcp/build/server.js" ] } } }
banks://list
)
Fetch transactions (fetch-transactions
)
2FA (two-factor-auth
)
The server supports all major Israeli banks and credit card companies through the israeli-bank-scrapers library:
MIT