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.
Summary
MCPを使用してN26オープンバンキングをChatGPTに接続します。残高を確認し、取引を表示し、自然言語でアカウントデータを管理します。
こう聞いてみよう
N26 Open Banking (PSD2) のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
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
http://localhost:3000/connectors/storeを開き、**N26オープンバンキング(PSD2)**アダプターをインポートします- N26のOAuth2クライアントIDとシークレットを入力します
- MCPサーバーに割り当てます
ChatGPTに接続する
{
"mcpServers": {
"n26": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
ユースケース
- "私の現在のN26アカウント残高は?" — 即時残高確認
- "先週の取引を表示して" — 最近の活動レビュー
- "今月の食料品にいくら使った?" — 支出分析
- "私のN26アカウントとIBANをすべてリストアップして" — アカウント概要
このガイドは役に立ちましたか?