Qontoctl MCP Server
CLI and MCP server for the Qonto banking API. This project is brought to you by Alexey Pelykh. It runs locally over stdio via the published package.
People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-07-30 · ★ 4 · #87 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25
AGPL-3.0 · TypeScript servers · how we verify → /methodology
01 · Install Qontoctl
before you install - you'll need
Set QONTOCTL_CONFIG_FILE before connecting.
Claude Code
claude mcp add alexey-pelykh-qontoctl -- npx -y qontoctl Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"alexey-pelykh-qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license AGPL-3.0 - declared in the repository
npm package qontoctl - unscoped; check the name against the project README before installing
registry namespace io.github.alexey-pelykh is GitHub-verified and matches the repo owner
03 · What Qontoctl can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v3.0.1 · 2026-07-15
Fixed · @qontoctl/core: card list / card show no longer fail for the entire account when Qonto returns a card_type, card_level, or status value outside the previously-hardcoded enum sets. These three CardSchema fields…
v3.0.0 · 2026-06-16
Coordinated bump across all four packages - @qontoctl/core, @qontoctl/cli, @qontoctl/mcp, and qontoctl (umbrella). This is a MAJOR release driven by one BREAKING change (see § Changed): the published @qontoctl/mcp…
v2.0.5 · 2026-05-22
Added · @qontoctl/core: new packages/core/src/quotes/ service-layer module - sendQuote(client, id, payload): Promise<void> issues POST /v2/quotes/{id}/send with the JSON-serialised payload as the request body.…
04 · Who maintains Qontoctl
qontoctl is maintained by alexey-pelykh. We track 3 MCP servers from alexey-pelykh - 3 actively maintained, 6 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from alexey-pelykh.
05 · Facts
- repository
- github.com/alexey-pelykh/qontoctl
- category
- finance - ranked #87 of 283 actively-maintained finance servers as of 2026-08-25.
- release cadence
- 2 releases in the last 90 days (latest 2026-07-15)
- registry
- io.github.alexey-pelykh/qontoctl (active, first published 2026-02-28 · 10 versions)
- packages
- npm:qontoctl
06 · Qontoctl FAQ
What is Qontoctl?
CLI and MCP server for the Qonto banking API. This project is brought to you by Alexey Pelykh. It runs locally over stdio via the published package.
Is Qontoctl still maintained?
Yes - as of 2026-08-25, its last commit was 2026-07-30 and it shipped 2 releases in the last 90 days. We re-verify nightly.
How do I install Qontoctl?
Run `npx -y qontoctl`. The README documents one environment variable (QONTOCTL_CONFIG_FILE) to set first. Set QONTOCTL_CONFIG_FILE before connecting. You can also paste the ready-made client config above.
Does Qontoctl run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Qontoctl
Alternatives to Qontoctl
Maintained finance servers if Qontoctl isn't the fit.
- Tradingview MCP Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex. ★ 4,214 · 2026-08-24
- Edgar Tools Open-source SEC EDGAR toolkit - 11 tools, 7 prompts, every filing type. No API key required. ★ 2,613 · 2026-08-25
- Emilia Protocol Exact-action approval for consequential agent actions: request, track, and verify signed receipts. ★ 787 · 2026-08-25
- xbbg MCP Local Bloomberg tools for xbbg users. ★ 737 · 2026-08-14
- TickDB Market Data Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes ★ 712 · 2026-06-20
- Finlab AI Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples. ★ 413 · 2026-08-14
Pairs well with
Servers that cover what Qontoctl doesn't - only shown when the pairing reason fits the companion.
More finance MCP servers · AlgoVault - Crypto Quant Trade Calls · ALM X++ MCP Server · Alphasmo Tools · Alpha Vantage MCP · Optionsahoy MCP
More TypeScript MCP servers · Zigbee2mqtt MCP · Contextforge MCP · Vault Cortex · Scope Gate · see all