Skip to main content
Glama
mottibec

Israeli Bank MCP

by mottibec

以色列银行 MCP

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

特征

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

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

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

  • 安全凭证处理

  • 灵活的交易日期范围

  • 双因素身份验证支持

Related MCP server: Payments Developer Portal MCP Server

入门

  1. 安装依赖项:

npm install
  1. 构建项目:

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

连接到 MCP 客户端

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

示例配置

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

{
    "mcpServers": {
        "israeli-bank-mcp": {
            "command": "node",
            "args": [
                "/path/to/israeli-bank-mcp/build/server.js"
            ]
        }
    }
}

资源

  • 银行banks://list

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

工具

  • 获取交易fetch-transactions

    • 从银行获取交易信息

  • 2FAtwo-factor-auth

    • 要求银行进行 2FA 身份验证

支持的银行

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

  • 哈波阿利姆银行

  • 以色列国民银行

  • 贴现银行

  • 商业银行

  • 米兹拉希银行

  • 奥萨哈希尔银行

  • Visa Cal

  • Max(原以色列国民银行卡)

  • 以色列卡德

  • 美国运通

  • 联合银行

  • 贝因莱米

  • 马萨德

  • 雅哈夫

  • 贝哈德·比什维利亚

  • OneZero(实验性)

  • 贝哈茨达

安全

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

执照

麻省理工学院

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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