How to Use the N26 Banking MCP in Claude Code
Pipe your N26 account data directly into your shell scripts and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect N26 Banking MCP to Claude Code
Create your Vinkius account to connect N26 Banking to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Check N26 Balances from the Terminal
The `get_n26_accounts` tool gives Claude Code a way to fetch your main account balance as structured data. Run a command to get your balance and pipe it to `jq` to extract just the numeric value for a script. This is perfect for automated checks. You can set up a cron job that runs a shell script: if the balance from `get_n26_accounts` is below a certain threshold, it sends you a notification. It's simple, headless financial monitoring.
Script Against Your N26 Savings Spaces
With the `get_n26_spaces` tool, your scripts can read the balances of all your N26 Spaces. Write a quick script to loop through your spaces and check if any have reached their goal amount. Combine tools in your scripts. You can have Claude Code use `get_n26_spaces` to get a list of all your saving goals, then pass that list to another command that tracks them in a local database or a simple text file.
Export N26 Data with this MCP Server
The `get_n26_transactions` tool is your gateway to raw transaction data in the terminal. Ask Claude Code to get all transactions from the last 24 hours and output them as JSON. This is built for automation. You can create a GitHub Action that runs weekly, calls `get_n26_transactions` via this MCP server, and commits a CSV of your spending to a private repository. You're building your own financial archive, one command at a time.
Set up N26 Banking MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seen26-banking-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest N26 Banking transactions." It will automatically discover and invoke the available N26 Banking tools.
claude mcp add --transport http n26-banking-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about N26 Banking MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the N26 Banking MCP today
We host it, we monitor it, we maintain it. You just paste one token.