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 シークレット / R2 から公開/秘密キー ペアをロードする方法です。

Cloudflare OAuth テンプレートの元の手順については、README.OLD.md を参照してください。

設定

  1. ルート ディレクトリに次の内容の.dev.varsファイルを作成します。
# When set to 1 the public/private key pair in this repo is used. IS_DEVELOPMENT=1 COOKIE_ENCRYPTION_KEY=<random-string>> # Create OAuth client in the Bunq app BUNQ_CLIENT_ID= BUNQ_CLIENT_SECRET=
  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. 設定
    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