Connector guide1-minute read3 MCP toolsEN · DE · IT

AIエージェントのためにN26オープンバンキングをMCPに接続する方法

PSD2オープンバンキングAPIを使用して、AIエージェントとMCPを介してN26銀行口座データにアクセスします。残高、取引、口座の詳細を表示します。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

N26 Open Banking (PSD2)

MCP connector

N26 Open Banking (PSD2)

Access N26 bank account data via the PSD2 Open Banking API. View account balances, transactions, and account details with proper authorization.

Tools

3

Region

DE

Category

Banking

Authentication

OAuth 2.0

Required env vars

N26_CLIENT_IDN26_CLIENT_SECRET
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the N26 Open Banking (PSD2) in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

PSD2オープンバンキングAPIを使用して、AIエージェントとMCPを介してN26銀行口座データにアクセスします。残高、取引、口座の詳細を表示します。

こう聞いてみよう

N26 Open Banking (PSD2) のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

N26 Open Banking (PSD2) · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

N26オープンバンキングとAIエージェント

N26は、ヨーロッパの主要なネオバンクです。PSD2オープンバンキングAPIを通じて、AIエージェントは適切な認証を受けた上で、口座情報、残高、取引履歴にアクセスできます。

組み込みアダプターを使用したクイックセットアップ

ステップ1: AnythingMCPをデプロイする

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ2: N26アダプターをインポートする

http://localhost:3000/connectors/storeを開き、N26オープンバンキング(PSD2)アダプターのインポートをクリックします。プロンプトが表示されたら、OAuthクライアントIDとクライアントシークレットを入力します。

ステップ3: PSD2 APIアクセスを取得する

N26のPSD2開発者ポータルを通じてAPIアクセスを申請します。PSD2規制の下で登録されたAISP(アカウント情報サービスプロバイダー)である必要があります。

ステップ4: AIエージェントに接続する

{
  "mcpServers": {
    "n26": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

利用可能なツール

ツール説明
n26_get_accounts同意にリンクされたすべての口座をリストします
n26_get_balances現在の口座残高を取得します
n26_get_transactionsフィルターを使用して取引履歴を取得します

AIエージェントのユースケース

  • 「現在のN26口座残高は?」
  • 「先週の取引を表示して」
  • 「私のプロフィールにリンクされたすべての口座をリストして」

このガイドは役に立ちましたか?

Ready to ship

Your N26 agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

関連ガイド