Qonto
Interact with the Qonto Business API to manage finances, transactions, and account information using API credentials.
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
Installation
Using uv (recommended)
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_LOGINandAPI_SECRET_KEYvalues, 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"]
}
}
संबंधित सर्वर
Aithon — AI Agent Marketplace
AI agent commerce marketplace — register, list services, buy and sell capabilities with real payments via Stripe.
Feishu Project Management
An MCP server for interacting with the Feishu project management system, enabling AI assistants to manage projects.
wlater-McpServer
Unofficial Google Keep MCP server - (Personal Accounts) AI powered access
PowerPoint MCP Server
Manipulate PowerPoint presentations using the python-pptx library.
Home Assistant MCP
An MCP integration for controlling Home Assistant devices with AI assistants.
Scrapbox MCP
A simple notes system server for the Model Context Protocol, providing resources, tools, and prompts.
Handwriting OCR
Recognize and extract text from handwritten documents using the Handwriting OCR service.
Calculator
This server enables LLMs to use calculator for precise numerical calculations.
What Time Is It Now
Provides the current time in Japan Standard Time (JST).
System Resource Monitor MCP Server
Monitors system resources in real-time, including CPU, memory, disk, network, battery, and internet speed.