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.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/bunq # Set up API key
bunq auth login --api-key YOUR_API_KEY
# Verify connection
bunq auth status # List all accounts
bunq accounts list
# Get account balance
bunq accounts get ACCOUNT_ID
# View transactions
bunq accounts transactions ACCOUNT_ID # Make a payment
bunq payments create \
--from-account ACCOUNT_ID \
--amount 50.00 --currency EUR \
--iban NL12BUNQ345678901 \
--description "Invoice payment" 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.