Skip to main content
Glama
mottibec

Israeli Bank MCP

by mottibec

以色列银行 MCP

一个使用模型上下文协议 (MCP) 管理以色列银行账户和交易的项目。

功能

  • 列出可用的以色列银行和信用卡公司及其所需的凭据

  • 从任何支持的银行获取交易记录

  • 支持所有主要的以色列银行和信用卡公司

  • 安全的凭据处理

  • 灵活的交易日期范围

  • 支持双重身份验证 (2FA)

Related MCP server: Lunch Money MCP Server

入门指南

  1. 安装依赖:

npm install
  1. 构建项目:

npm run build
  1. 连接到 MCP 客户端

连接到 MCP 客户端

该服务器可以连接到任何兼容 MCP 的客户端。以下是配置方法:

配置示例

凭据从环境变量中读取(绝不从工具参数中读取——这可以避免将其泄露到 LLM 对话历史记录中)。每家银行都需要 <BANK_ID>_<FIELD> 环境变量。例如,国民银行 (Bank Leumi) 需要 LEUMI_USERNAMELEUMI_PASSWORD;工人银行 (Hapoalim) 需要 HAPOALIM_USERCODEHAPOALIM_PASSWORD。使用 banks://list 资源查看每家银行所需的环境变量名称。

对于支持配置文件的客户端(如 Claude),请将以下内容添加到您的配置中:

{
    "mcpServers": {
        "israeli-bank-mcp": {
            "command": "node",
            "args": [
                "/path/to/israeli-bank-mcp/build/server.js"
            ],
            "env": {
                "LEUMI_USERNAME": "your-username",
                "LEUMI_PASSWORD": "your-password"
            }
        }
    }
}

资源

  • 银行 (banks://list)

    • 列出可用银行及其所需的凭据

工具

  • 获取交易记录 (fetch-transactions)

    • 从银行获取交易记录

  • 双重身份验证 (two-factor-auth)

    • 为需要双重身份验证的银行进行 2FA 认证

支持的银行

该服务器通过 israeli-bank-scrapers 库支持所有主要的以色列银行和信用卡公司:

  • 工人银行 (Bank Hapoalim)

  • 国民银行 (Leumi Bank)

  • 贴现银行 (Discount Bank)

  • 商业银行 (Mercantile Bank)

  • 瑞奇银行 (Mizrahi Bank)

  • 士兵银行 (Otsar Hahayal Bank)

  • Visa Cal

  • Max (前身为 Leumi Card)

  • Isracard

  • Amex

  • 联合银行 (Union Bank)

  • 国际银行 (Beinleumi)

  • Massad

  • Yahav

  • Beyhad Bishvilha

  • OneZero (实验性)

  • Behatsdaa

安全性

  • 请不要在家尝试此操作(老实说我不知道,这可能不是个好主意,但它真的很酷)

许可证

MIT

F
license - not found
D
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    2
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that allows AI assistants to interact with Lunch Money accounts, enabling management of transactions, categories, budgets, and other financial data through natural language commands.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that provides AI assistants like Claude with secure, read-only access to MoneyWiz financial data for natural language queries and financial analytics.
    12
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server for the Pluggy Open Finance Brazil API, enabling connection to bank accounts and management of financial data including transactions, accounts, investments, and payment intents through natural language.
    14
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mottibec/israeli-bank-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server