qontoctl
@alexey-pelykh
About qontoctl
CLI and MCP server for the Qonto banking API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl",
"mcp"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your-org-slug>",
"QONTOCTL_SECRET_KEY": "<your-secret-key>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is qontoctl?
qontoctl is a CLI and MCP (Model Context Protocol) server for the Qonto banking API. It lets AI assistants (Claude, etc.) interact with Qonto through natural language, and also works as a standalone command-line tool.
How to use qontoctl?
Install via npm (npm install -g qontoctl), run directly with npx qontoctl, or install via Homebrew. Create a profile with your Qonto API credentials using qontoctl profile add mycompany, then test with qontoctl profile test. Use commands like qontoctl account list. For MCP integration, configure the MCP client (Claude Desktop, Claude Code, Cursor, Windsurf) to run npx qontoctl mcp. To use a non-default config file, set the QONTOCTL_CONFIG_FILE environment variable.
Key features of qontoctl
- Full Qonto banking API via CLI and MCP
- Manage accounts, transactions, and statements
- Handle SEPA beneficiaries and transfers
- Invoicing: clients, invoices, quotes, credit notes
- Invite members and manage organization settings
- Upload and view attachments for transactions
Use cases of qontoctl
- Use an AI assistant to retrieve organization details or list bank accounts.
- Automate SEPA transfer creation and verification.
- Manage client invoices from creation to finalization.
- Handle bulk transfers and recurring transfers via natural language.
- Invite new team members to the Qonto organization.
FAQ from qontoctl
What are the prerequisites for qontoctl?
Node.js >= 24 and a Qonto business account with API access.
How do I set up API credentials?
Use the qontoctl profile add command with your Qonto API credentials, then test with qontoctl profile test.
How do I configure MCP for different clients?
See the MCP Integration section in the README for configuration examples for Claude Desktop, Claude Code, Cursor, and Windsurf.
Can I use a non-default config file for MCP?
Yes, set the QONTOCTL_CONFIG_FILE environment variable in the MCP host's env block to point to the desired config file path.
Does qontoctl work without an AI assistant?
Yes, qontoctl is a fully functional CLI that can be used standalone for all supported operations.
More Developer Tools MCP servers
Grafana MCP server
grafanaMCP server for Grafana
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Comments