71
/ 100
14 days ago
glama

Qonto MCP Server

Enables AI assistants to access Qonto financial data including organization info, account balances, transaction history, and business operations through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: QONTO_API_KEY, QONTO_STAGING_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configQONTO_THIRDPARTY_HOST"-e", "=https://thirdparty.qonto.com",
🔐 secretQONTO_API_KEY"-e", "=<QONTO_API_KEY>", // <- change this with the API key from the settings page
configQONTO_ORGANIZATION_ID"-e", "=<QONTO_ORGANIZATION_ID>", // <- change this with the organization id from the settings page
🔐 secretQONTO_STAGING_TOKEN
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/qonto-qonto-mcp-server-1sdaim)](https://m8ven.ai/mcp/qonto-qonto-mcp-server-1sdaim)
commit: 234bd118280ccb078dfe4a560ed25f931ffcdcbb
code hash: bc66709052003ed9bfa979ded26ae7c078eb5a6257995552490f21627f13b25a
verified: 6/18/2026, 11:18:15 AM
view raw JSON →