Skip to main content
Glama
mottibec

Israeli Bank MCP

by mottibec

이스라엘 은행 MCP

모델 컨텍스트 프로토콜(MCP)을 사용하여 이스라엘 은행 계좌와 거래 내역을 관리하기 위한 프로젝트입니다.

기능

  • 사용 가능한 이스라엘 은행 및 신용카드사와 필요한 자격 증명 목록 확인

  • 지원되는 모든 은행의 거래 내역 가져오기

  • 모든 주요 이스라엘 은행 및 신용카드사 지원

  • 안전한 자격 증명 처리

  • 유연한 거래 날짜 범위 설정

  • 2단계 인증(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)

    • 2단계 인증이 필요한 은행을 위한 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