MCP.so
登录

qontoctl

@alexey-pelykh

关于 qontoctl

CLI and MCP server for the Qonto banking API

基本信息

分类

开发工具

许可证

AGPL-3.0

运行时

node

发布者

alexey-pelykh

配置

使用下面的配置,将此服务器添加到你的 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 服务器