MCP Server for the Qonto API.
Project description
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"]
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qonto_mcp_server-0.1.4.tar.gz.
File metadata
- Download URL: qonto_mcp_server-0.1.4.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f35c84c52c076206438b37b5f74abf2a4c93c6f058ad215c0dc64e477e6c5338
|
|
| MD5 |
9c753ffe6305ff4bc82ef05fe85e620c
|
|
| BLAKE2b-256 |
5af0ceec50d96ba2b83ff4831585cecec48475a92af92840979db16703b66455
|
File details
Details for the file qonto_mcp_server-0.1.4-py3-none-any.whl.
File metadata
- Download URL: qonto_mcp_server-0.1.4-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004539814881ab90bf1cb8efc16535edd14350d6a6f713eb0f210792d6917de7
|
|
| MD5 |
3d9815c77e91914b382f776daab413dc
|
|
| BLAKE2b-256 |
10a95d7aab5e67084d10db765d8306c001da14457eeb3328b4b878b38d00109a
|