Bunq MCP

by WilcoKruijer
GPL 3.0

Integrations

  • Provides integration with the Bunq banking API, utilizing OAuth for authentication and allowing interaction with Bunq's banking services.

  • Utilizes Cloudflare libraries for handling OAuth flows and API interactions, with potential deployment to Cloudflare Workers.

번크 MCP

Bunq를 위한 모델 컨텍스트 프로토콜 서버.

  • Cloudflare 라이브러리를 사용하여 OAuth 흐름과 Bunq API를 처리합니다.
  • 아직 프로덕션(Cloudflare Workers)에 배포되지 않았지만 가능할 것입니다.
    • TODO는 Cloudflare secrets/R2에서 공개/개인 키 쌍을 로드하는 방법입니다.

Cloudflare OAuth 템플릿의 원래 지침은 README.OLD.md를 참조하세요.

설정

  1. 루트 디렉토리에 다음 내용으로 .dev.vars 파일을 만듭니다.

지엑스피1

  1. 개발 서버 시작
npm run dev
  1. MCP 구성 설정
{ "mcpServers": { "bunq-mcp": { "command": "npx", "args": ["mcp-remote", "http://localhost:8788/sse"] } } }

키를 생성하려면:

openssl genrsa -out bunq-installation.key && openssl rsa -in bunq-installation.key -outform PEM -pubout -out bunq-installation.pub
-
security - not tested
A
license - permissive license
-
quality - not tested

OAuth 통합을 통해 Bunq 뱅킹 API와의 상호작용을 가능하게 하는 Bunq용 모델 컨텍스트 프로토콜 서버입니다.

  1. 설정

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server implementation for interacting with Salesforce through its REST API.
        Last updated -
        4
        10
        TypeScript
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides tools for managing providers, clients, tenants, and access tokens through the UseGrant platform.
        Last updated -
        26
        116
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Cloudflare Workers-based implementation of the Model Context Protocol server with OAuth login, allowing Claude and other MCP clients to connect to remote tools.
        Last updated -
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server implementation that provides endpoints for wallet-based authentication, cluster management, and name registration services.
        Last updated -
        TypeScript

      View all related MCP servers

      ID: tubnc0ahzo