Finance

Nordigen

@ktmcp-cli/nordigen

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.

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/nordigen

Features

Connect to 2000+ European banks
Retrieve account balances
Access transaction history
Account holder information
Multi-account support
Real-time data synchronization

Usage Examples

Authentication

# Set up credentials
nordigen auth login \
  --secret-id YOUR_SECRET_ID \
  --secret-key YOUR_SECRET_KEY

# Generate access token
nordigen auth token

List banks

# Get available institutions by country
nordigen institutions list --country GB

# Search for a specific bank
nordigen institutions search "Revolut"

Access account data

# 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

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.