Connector guide1-minute read3 MCP toolsEN · DE · IT

N26をChatGPTに接続してAI駆動のバンキングを実現する方法

MCPを使用してN26オープンバンキングをChatGPTに接続します。残高を確認し、取引を表示し、自然言語でアカウントデータを管理します。

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

MCPを使用してN26オープンバンキングをChatGPTに接続します。残高を確認し、取引を表示し、自然言語でアカウントデータを管理します。

こう聞いてみよう

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

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

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

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

N26をChatGPTに接続する

N26はヨーロッパの主要なデジタルバンクです。AnythingMCPを使用すると、N26のPSD2オープンバンキングAPIをMCPを介してChatGPTに公開できます。残高を確認し、取引を表示し、自然言語で支出を分析します。

クイックセットアップ

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. http://localhost:3000/connectors/storeを開き、**N26オープンバンキング(PSD2)**アダプターをインポートします
  2. N26のOAuth2クライアントIDとシークレットを入力します
  3. MCPサーバーに割り当てます

ChatGPTに接続する

{
  "mcpServers": {
    "n26": { "url": "https://your-anythingmcp-instance.com/mcp" }
  }
}

ユースケース

  • "私の現在のN26アカウント残高は?" — 即時残高確認
  • "先週の取引を表示して" — 最近の活動レビュー
  • "今月の食料品にいくら使った?" — 支出分析
  • "私のN26アカウントとIBANをすべてリストアップして" — アカウント概要

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

Ready to ship

Your N26 agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

関連ガイド