Connector guide1-minute read3 MCP toolsEnglish · Deutsch · Italiano

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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the N26 Open Banking (PSD2) in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

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

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.

関連ガイド