Israeli Bank MCP
イスラエル銀行 MCP
Model Context Protocol (MCP) を使用してイスラエルの銀行口座と取引を管理するためのプロジェクトです。
機能
利用可能なイスラエルの銀行およびクレジットカード会社と、それらに必要な認証情報を一覧表示
サポートされている任意の銀行から取引履歴を取得
すべての主要なイスラエルの銀行およびクレジットカード会社をサポート
安全な認証情報の取り扱い
柔軟な取引期間指定
二要素認証 (2FA) のサポート
Related MCP server: Lunch Money MCP Server
はじめに
依存関係をインストールします:
npm installプロジェクトをビルドします:
npm run buildMCPクライアントに接続します
MCPクライアントへの接続
このサーバーは、MCP互換のあらゆるクライアントに接続できます。設定方法は以下の通りです。
設定例
認証情報は環境変数から読み込まれます(ツール引数からは読み込まれません。これにより、LLMの会話履歴への漏洩を防ぎます)。各銀行には <BANK_ID>_<FIELD> 形式の環境変数が必要です。例えば、レウミ銀行(Bank Leumi)の場合は LEUMI_USERNAME と LEUMI_PASSWORD、ハポアリム銀行(Hapoalim)の場合は HAPOALIM_USERCODE と HAPOALIM_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
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceA 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
- AlicenseNot gradedqualityCmaintenanceA 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.12MIT
- AlicenseNot gradedqualityBmaintenanceAn 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.14MIT
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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