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,您可以通过 MCP 将 N26 的 PSD2 开放银行 API 暴露给 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.

相关指南