The Qonto MCP server exposes a curated set of tools grouped by business domain. Each tool maps to one or more endpoints of the Business API, and each call is authenticated as you, the consenting user. This page is a high-level map; for a full per-tool reference, see Tool reference.
Read-only insights
Anything you can see in the Qonto app, your assistant can read through MCP:
- Transactions and statements, list, filter, retrieve transactions; pull monthly statements with presigned download URLs.
- Cards, list cards, view metadata, fetch the iframe URL for displaying full PAN/CVV to you.
- Clients, list, look up, and inspect clients.
- Invoices, quotes, credit notes, list and retrieve client invoices, supplier invoices, quotes, and credit notes.
- Requests, see pending card requests and multi-transfer requests.
- Memberships, teams, labels, discover who is in the organization, the team structure, and the label taxonomy used for transaction tagging.
- Organization, the authenticated organization’s metadata (legal name, IBANs, slug).
Typical prompts:
Show me all transactions over €1,000 last month with no attachment.
Which clients have not paid us in the last 60 days?
List my pending requests grouped by requester.
What labels do we use, and which ones are children of “Travel”?
Day-to-day operations
The MCP server can also act on your account, within what your role and OAuth scopes allow:
- Cards, create virtual or physical cards, lock and unlock, mark as lost or stolen, discard.
- Card requests, create, approve, or decline a card request on behalf of a teammate (subject to SCA).
- Multi-transfer requests, bundle several outgoing transfers into one request that an approver can sign with SCA.
- Client invoices, create, update, finalize, mark as paid or unpaid, send by email, delete drafts.
- Quotes, create, update, send, delete drafts.
- Credit notes, issue a credit note linked to an existing client invoice.
- Supplier invoices, change status (mark paid, unmark paid, reject).
- Products, create and list the products that appear on client invoices and quotes.
- Clients, create, update, delete clients in your address book.
- Memberships and teams, invite new members (employee or reporting), create teams.
Typical prompts:
Issue a €1,200 + VAT invoice to ACME for “Consulting June 2026”.
Create a virtual card called “Ads” for me with a €500 monthly limit, restricted to online payments.
Approve all pending card requests from the design team.
Mark supplier invoice INV-3382 as paid.
Write operations always go through Qonto’s standard approval logic. Mutations that need SCA (e.g. some card creations, multi-transfer approvals) prompt you in the Qonto mobile app, your assistant will tell you to approve and continue.
Reporting and analysis
Because LLMs are good at slicing data once it is in context, the MCP server is at its best when used for reporting:
Compare this month’s spend vs last month, broken down by label.
Which suppliers are taking the longest to bill us?
Plot my cash inflows for Q1 by client.
Forecast next month’s outflows based on the recurring outgoing transactions.
The assistant pulls the underlying data via list_transactions, list_supplier_invoices, and friends, and then runs the analysis in its own conversation.
What it does not do
The MCP tool surface is deliberately narrower than the full Business API. The server does not expose:
- SEPA outgoing transfers to a beneficiary (use the Business API or the Qonto app).
- International transfers (Business API only).
- SEPA direct debit mandates, subscriptions, collections.
- Webhooks (subscriptions, deliveries, signatures).
- Terminals and payment links.
- Onboarding (creating a new Qonto organization).
- Embed Auth Links and encoded requests.
For any of those, head to the Business API reference.
Example prompts library
For a deeper set of starter prompts grouped by domain, jump to the tools overview, every domain page lists prompts that exercise the tools in it.