Connector guide1-minute read3 MCP toolsEN · DE · IT

How to Connect N26 Open Banking to MCP for AI Agents

Access N26 bank account data via AI agents and MCP using the PSD2 Open Banking API. View balances, transactions, and account details.

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

Access N26 bank account data via AI agents and MCP using the PSD2 Open Banking API. View balances, transactions, and account details.

Try asking

Example prompts for N26 Open Banking (PSD2)

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

N26 Open Banking (PSD2) · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

N26 Open Banking with AI Agents

N26 is a leading European neobank. Through the PSD2 Open Banking API, AI agents can access account information, balances, and transaction history with proper authorization.

Quick Setup with Built-in Adapter

Step 1: Deploy AnythingMCP

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

Step 2: Import the N26 Adapter

Open http://localhost:3000/connectors/store and click Import on the N26 Open Banking (PSD2) adapter. Enter your OAuth Client ID and Client Secret when prompted.

Step 3: Get PSD2 API Access

Apply for API access through N26's PSD2 developer portal. You'll need to be a registered AISP (Account Information Service Provider) under PSD2 regulation.

Step 4: Connect to Your AI Agent

{
  "mcpServers": {
    "n26": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

Available Tools

ToolDescription
n26_get_accountsList all accounts linked to the consent
n26_get_balancesGet current account balances
n26_get_transactionsGet transaction history with filters

AI Agent Use Cases

  • "What's my current N26 account balance?"
  • "Show my transactions from last week"
  • "List all accounts linked to my profile"

Was this guide helpful?

Ready to ship

Your N26 agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Related guides