
Qontoctl
Query Qonto balances, transactions, and banking API data from your agent or terminal while you run the business side of a solo SaaS.
Overview
qontoctl is an Operate-phase MCP server and CLI that connects AI agents to the Qonto banking API using organization slug and API secret authentication.
What is this MCP server?
- CLI and stdio MCP for Qonto banking API v2.0.5
- Requires QONTOCTL_ORGANIZATION_SLUG and secret QONTOCTL_SECRET_KEY
- npm qontoctl package over stdio for Claude Code, Cursor, and similar clients
- Suited to reconciling transactions and answering cash-flow questions inside agent chats
- Same toolchain pattern as linkedctl from alexey-pelykh for consistent MCP ergonomics
- Server version 2.0.5
- npm identifier qontoctl with stdio transport
- Two required environment variables: QONTOCTL_ORGANIZATION_SLUG and QONTOCTL_SECRET_KEY
Community signal: 3 GitHub stars.
What problem does it solve?
Solo operators on Qonto repeatedly export transactions or log into the dashboard when they only need a quick answer the agent could give with live banking API access.
Who is it for?
Qonto customers running a small SaaS or agency who want agent-assisted balance and transaction lookups alongside product ops.
Skip if: Founders not on Qonto, teams needing multi-bank treasury MCP, or anyone treating tool output as formal accounting or tax filing.
What do I get? / Deliverables
After configuring qontoctl MCP with your Qonto credentials, your agent can retrieve authorized banking API data during operate-and-iterate finance checks.
- Agent-queryable Qonto banking API responses within authorized scopes
- CLI access mirroring MCP capabilities for scripts and terminals
- Faster operate-phase finance checks without manual dashboard context switching
Recommended MCP Servers
Journey fit
Operating a product includes knowing cash position and recent spend—Qontoctl belongs in Operate when the builder is iterating on runway-aware decisions, not when scaffolding code. Iterate captures ongoing business operations and financial housekeeping agents can assist with between feature ships.
How it compares
Qonto banking API MCP, not a revenue CRM or HubSpot analytics server.
Common Questions / FAQ
Who is qontoctl for?
It is for developers and solo business owners using Qonto who want MCP and CLI access to their banking API from AI coding agents.
When should I use qontoctl?
Use it in Operate when iterating on cash flow, verifying transactions, or answering finance questions while running your shipped product.
How do I add qontoctl to my agent?
Install npm qontoctl, enable stdio MCP in your client, and set required QONTOCTL_ORGANIZATION_SLUG and QONTOCTL_SECRET_KEY from your Qonto API settings.