Skip to main content
Glama
mottibec

Israeli Bank MCP

by mottibec

イスラエル銀行 MCP

Model Context Protocol (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)

    • 銀行から取引履歴を取得します

  • 2FA (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