qontoctl
@alexey-pelykh
qontoctl について
CLI and MCP server for the Qonto banking API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl",
"mcp"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your-org-slug>",
"QONTOCTL_SECRET_KEY": "<your-secret-key>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「開発者ツール」の他のコンテンツ
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Framework
QuantGeekDevThe Typescript MCP Framework

Sentry
modelcontextprotocolModel Context Protocol Servers
Grafana MCP server
grafanaMCP server for Grafana
コメント