Nordigen (now GoCardless) provides free access to bank account data across Europe through PSD2 open banking APIs. Connect to 2000+ banks to retrieve account information, transactions, and balances.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/nordigen # Set up credentials
nordigen auth login \
--secret-id YOUR_SECRET_ID \
--secret-key YOUR_SECRET_KEY
# Generate access token
nordigen auth token # Get available institutions by country
nordigen institutions list --country GB
# Search for a specific bank
nordigen institutions search "Revolut" # List connected accounts
nordigen accounts list
# Get account transactions
nordigen accounts transactions ACCOUNT_ID \
--start-date 2026-01-01 \
--end-date 2026-01-31 \
--format json 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.