Skip to main content
Glama
j-about

Qonto MCP Server

by j-about

Qonto-MCP-Server

MCP Server for the Qonto API.

Supported API Methods

This MCP server supports all endpoints of Qonto's Business API that are accessible via API key authentication. For a comprehensive list of these endpoints, please refer to the official Qonto documentation:

👉 Endpoints accessible with an API key

Related MCP server: Qonto MCP Server

Installation

When using uv no specific installation is needed. We will use uvx to directly run qonto-mcp-server.

Using PIP

Alternatively you can install qonto-mcp-server via pip:

pip install qonto-mcp-server

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

  • Note: For details on how to obtain API_LOGIN and API_SECRET_KEY values, see the Qonto API key docs.

Using uvx

"mcpServers": {
  "qonto-mcp-server": {
    "command": "uvx",
    "args": ["qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
  }
}

Using pip installation

"mcpServers": {
  "qonto-mcp-server": {
    "command": "python",
    "args": ["-m", "qonto-mcp-server", "--api-key", "API_LOGIN:API_SECRET_KEY"]
  }
}
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables interaction with the Conekta payment API to manage orders, customers, subscriptions, and financial transactions. It provides a comprehensive suite of tools for core payment operations like processing refunds, creating checkouts, and monitoring account balances.
    Last updated
    32
    2
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to access Qonto financial data including organization info, account balances, transaction history, and business operations through natural language.
    Last updated
    39
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables interaction with the sevDesk accounting API for managing contacts, invoices, credit notes, orders, vouchers, transactions, and parts.
    Last updated
    24
    1
    MIT
  • A
    license
    C
    quality
    F
    maintenance
    Enables interaction with bank accounts via TrueLayer API, supporting listing accounts and retrieving transactions.
    Last updated
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Business finance on Conta Simples, bank and card statements, corporate cards (list/block/unblock), c

  • Connect your Necton account to AI via Brazil's Open Finance: balances, statements, cards, investment

  • Connect AI agents to bank accounts, transactions, balances, and investments.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/j-about/Qonto-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server