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
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.
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
| Tool | Description |
|---|---|
n26_get_accounts | List all accounts linked to the consent |
n26_get_balances | Get current account balances |
n26_get_transactions | Get 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?