Connector guide1-minute read3 MCP toolsEnglish · Deutsch · Italiano

N26 Open Banking (PSD2) mit Gemini verbinden — über MCP

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

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

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

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → N26 Open Banking (PSD2) klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

N26 Open Banking (PSD2) + Gemini

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

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

N26_CLIENT_ID, N26_CLIENT_SECRET

Schritt 1 — Zugangsdaten holen

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — N26 Open Banking (PSD2) sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

ToolWhat it does
n26_get_accountsList all accounts associated with the authorized N26 user
n26_get_account_balancesGet current balances for a specific N26 account including booked balance and available balance
n26_get_transactionsGet transactions for a specific N26 account

FAQ

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your N26 agent is one click away.

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

Verwandte Anleitungen