Allows for the management of SEPA beneficiaries and transfers, enabling actions such as listing, adding, and trusting beneficiaries, as well as creating, canceling, and downloading proofs for SEPA transfers.

CLI and MCP server for the Qonto banking API.
This project is brought to you by Alexey Pelykh.
What It Does
QontoCtl lets AI assistants (Claude, etc.) interact with Qonto through the Model Context Protocol. It can:
Organizations — retrieve organization details and settings
Accounts — list, create, update, close bank accounts; download IBAN certificates
Transactions — list, search, filter bank transactions; manage transaction attachments
Bank Statements — list, view, and download bank statements
Labels — manage transaction labels and categories
Memberships — view team members, show current membership, invite new members
SEPA Beneficiaries — list, add, update, trust/untrust SEPA beneficiaries
SEPA Transfers — list, create, cancel transfers; download proofs; verify payees
Internal Transfers — create transfers between accounts in the same organization
Bulk Transfers — list and view bulk transfer batches
Recurring Transfers — list and view recurring transfers
Clients — list, create, update, delete clients
Client Invoices — full lifecycle: create, update, finalize, send, mark paid, cancel, upload files
Quotes — create, update, delete, send quotes
Credit Notes — list and view credit notes
Supplier Invoices — list, view, and bulk-create supplier invoices
Requests — list organization requests
Attachments — upload and view attachments
E-Invoicing — retrieve e-invoicing settings
Prerequisites
Node.js >= 24
A Qonto business account with API access
Installation
npm install -g qontoctlOr run directly with npx:
npx qontoctl --helpOr install via Homebrew:
brew install qontoctl/tap/qontoctlQuick Start
# 1. Install
npm install -g qontoctl
# 2. Create a profile with your Qonto API credentials
qontoctl profile add mycompany
# 3. Test the connection
qontoctl profile test --profile mycompany
# 4. List your accounts
qontoctl account list --profile mycompanyMCP Integration
QontoCtl implements the Model Context Protocol (MCP), letting AI assistants interact with your Qonto account through natural language.
MCP Client Configuration
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": ["qontoctl", "mcp"]
}
}
}claude mcp add qontoctl -- npx qontoctl mcpAdd to .cursor/mcp.json in your project root:
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": ["qontoctl", "mcp"]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": ["qontoctl", "mcp"]
}
}
}Available MCP Tools
Tool | Description |
Organization | |
| Show organization details including name, slug, and bank accounts |
Accounts | |
| List all bank accounts for the organization |
| Show details of a specific bank account |
| Download IBAN certificate PDF for a bank account |
| Create a new bank account |
| Update an existing bank account |
| Close a bank account |
Transactions | |
| List transactions for a bank account with optional filters |
| Show details of a specific transaction |
| List attachments for a transaction |
| Attach a file to a transaction |
| Remove attachment(s) from a transaction |
Statements | |
| List bank statements with optional filters |
| Show details of a specific bank statement |
Labels | |
| List all labels in the organization |
| Show details of a specific label |
Memberships | |
| List all memberships in the organization |
| Show the current authenticated user's membership |
| Invite a new member to the organization |
SEPA Beneficiaries | |
| List SEPA beneficiaries in the organization |
| Show details of a specific SEPA beneficiary |
| Create a new SEPA beneficiary |
| Update an existing SEPA beneficiary |
| Trust one or more SEPA beneficiaries |
| Untrust one or more SEPA beneficiaries |
SEPA Transfers | |
| List SEPA transfers with optional filters |
| Show details of a specific SEPA transfer |
| Create a SEPA transfer |
| Cancel a pending SEPA transfer |
| Download SEPA transfer proof PDF |
| Verify a payee (Verification of Payee / VoP) |
| Bulk verify payees (VoP) |
Internal Transfers | |
| Create an internal transfer between two bank accounts |
Bulk Transfers | |
| List bulk transfers |
| Show details of a specific bulk transfer |
Recurring Transfers | |
| List recurring transfers |
| Show details of a specific recurring transfer |
Clients | |
| List clients with optional pagination |
| Show details of a specific client |
| Create a new client |
| Update an existing client |
| Delete a client |
Client Invoices | |
| List client invoices with optional filters |
| Show details of a specific client invoice |
| Create a draft client invoice with client and line items |
| Update a draft client invoice |
| Delete a draft client invoice |
| Finalize a client invoice (assign number) |
| Send a client invoice to the client via email |
| Mark a client invoice as paid |
| Unmark a client invoice paid status |
| Cancel a finalized client invoice |
| Upload a file to a client invoice |
| Show upload details for a client invoice |
Quotes | |
| List quotes with optional filters |
| Show details of a specific quote |
| Create a new quote with client and line items |
| Update an existing quote |
| Delete a quote |
| Send a quote to the client via email |
Credit Notes | |
| List credit notes in the organization |
| Show details of a specific credit note |
Supplier Invoices | |
| List supplier invoices with optional filters |
| Show details of a specific supplier invoice |
| Create supplier invoices by uploading files |
Requests | |
| List all requests in the organization |
Attachments | |
| Upload an attachment file (PDF, JPEG, PNG) |
| Show details of a specific attachment |
E-Invoicing | |
| Retrieve e-invoicing settings for the organization |
Example Prompts
Once configured, you can ask your AI assistant things like:
"Show my Qonto account balances"
"List recent transactions over 1000 EUR"
"What were last month's card payments?"
"Show all team members in my organization"
"List bank statements for January 2026"
"Create a summary of this week's debits"
CLI Usage
Commands
Command | Description |
| Show organization details |
| List bank accounts |
| Show bank account details |
| Download IBAN certificate PDF |
| Create a new bank account |
| Update a bank account |
| Close a bank account |
| List transactions with filters |
| Show transaction details |
| List attachments for a transaction |
| Attach a file to a transaction |
| Remove attachment(s) from a transaction |
| List bank statements |
| Show statement details |
| Download statement PDF |
| List all labels |
| Show label details |
| List organization memberships |
| Show current user's membership |
| Invite a new member |
| List SEPA beneficiaries |
| Show beneficiary details |
| Create a new beneficiary |
| Update a beneficiary |
| Trust one or more beneficiaries |
| Untrust one or more beneficiaries |
| List SEPA transfers |
| Show SEPA transfer details |
| Create a SEPA transfer |
| Cancel a pending SEPA transfer |
| Download SEPA transfer proof PDF |
| Verify a payee (VoP) |
| Bulk verify payees from CSV |
| Create an internal transfer |
| List bulk transfers |
| Show bulk transfer details |
| List recurring transfers |
| Show recurring transfer details |
| List clients |
| Show client details |
| Create a new client |
| Update a client |
| Delete a client |
| List client invoices |
| Show client invoice details |
| Create a draft client invoice |
| Update a draft client invoice |
| Delete a draft client invoice |
| Finalize client invoice and assign number |
| Send client invoice to client via email |
| Mark client invoice as paid |
| Unmark client invoice paid status |
| Cancel a finalized client invoice |
| Upload a file to a client invoice |
| Show upload details for a client invoice |
| List quotes |
| Show quote details |
| Create a new quote |
| Update a quote |
| Delete a quote |
| Send quote to client via email |
| List credit notes |
| Show credit note details |
| List supplier invoices |
| Show supplier invoice details |
| Create supplier invoices from files |
| Show e-invoicing settings |
| List all requests |
| Upload an attachment file |
| Show attachment details |
| Configure OAuth client credentials |
| Start OAuth login flow |
| Display OAuth token status |
| Refresh the OAuth access token |
| Revoke OAuth consent and clear tokens |
| Create a named profile |
| List all profiles |
| Show profile details (secrets redacted) |
| Remove a named profile |
| Test credentials |
| Generate bash completions |
| Generate zsh completions |
| Generate fish completions |
| Start MCP server on stdio |
Global Options
Option | Description |
| Configuration profile to use |
| Output format: |
| Fetch a specific page of results |
| Results per page |
| Disable auto-pagination |
| Enable verbose output |
| Enable debug output (implies |
Configuration
QontoCtl supports two authentication methods:
API Key — read-only access using your organization slug and secret key
OAuth 2.0 — full access including write operations and SCA; see the OAuth App Setup Guide
Profile Format
All configuration files use the same YAML format:
# API Key authentication
api-key:
organization-slug: acme-corp-4821
secret-key: your-secret-key
# OAuth 2.0 authentication (see docs/oauth-setup.md)
oauth:
client-id: your-client-id
client-secret: your-client-secretResolution Order
Without --profile:
QONTOCTL_*environment variables (highest priority).qontoctl.yamlin current directory~/.qontoctl.yaml(home default)
With --profile acme:
QONTOCTL_ACME_*environment variables (highest priority)~/.qontoctl/acme.yaml
Environment Variables
Environment variables override file values. Without --profile:
Variable | Description |
| Organization slug |
| API secret key |
| OAuth client ID |
| OAuth client secret |
| OAuth access token |
| OAuth refresh token |
| Custom API endpoint |
| Staging token (activates sandbox URLs) |
With --profile <name>, prefix becomes QONTOCTL_{NAME}_ (uppercased, hyphens replaced with underscores). For example, --profile acme reads QONTOCTL_ACME_ORGANIZATION_SLUG.
Debug Mode
The --verbose and --debug flags enable wire-level logging to stderr:
qontoctl --verbose transaction list # request/response summaries
qontoctl --debug transaction list # full headers and response bodiesSecurity note:
--debuglogs full API response bodies. Known sensitive fields (IBAN, BIC, balance) are automatically redacted, but responses may still contain other financial data. Do not use--debugin shared environments or pipe debug output to files accessible by others.
Disclaimer
qontoctl is an independent project not affiliated with, endorsed by, or officially connected to Qonto or Qonto SAS.
Qonto is a trademark of Qonto SAS.
License
What AGPL means for you
Using qontoctl as a CLI tool or MCP server does not make your code AGPL-licensed. Running the tool, scripting around it, or connecting it to your applications is normal use — no license obligations arise.
Using
@qontoctl/coreas a library (importing it into your code) means your combined work is covered by AGPL-3.0. If you distribute that combined work, you must make its source available under AGPL-compatible terms.Modifying and distributing qontoctl itself requires you to share your changes under AGPL-3.0.
Commercial licensing is available if AGPL does not fit your use case — contact the maintainer.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.