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.

コメント

「開発者ツール」の他のコンテンツ