Finance

Bunq

@ktmcp-cli/bunq

Bunq is a modern Dutch bank with a developer-friendly API that lets you build powerful financial applications. This CLI provides access to accounts, payments, cards, and real-time notifications for the bunq banking platform.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/bunq

Features

Account management and balances
Payment creation and tracking
Card management
Real-time notifications
Multi-currency accounts
Savings goals tracking

Usage Examples

Authentication

# Set up API key
bunq auth login --api-key YOUR_API_KEY

# Verify connection
bunq auth status

Manage accounts

# List all accounts
bunq accounts list

# Get account balance
bunq accounts get ACCOUNT_ID

# View transactions
bunq accounts transactions ACCOUNT_ID

Create a payment

# Make a payment
bunq payments create \
  --from-account ACCOUNT_ID \
  --amount 50.00 --currency EUR \
  --iban NL12BUNQ345678901 \
  --description "Invoice payment"

Documentation

For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.