MCP Server for the Qonto API.
Project description
Qonto-MCP-Server
MCP Server for the Qonto API.
Supported API methods
| Endpoint | Supported |
|---|---|
| External transfers | |
| Retrieve an external transfer | ✅ |
| List external transfers | ✅ |
| Beneficiaries | |
| List beneficiaries | ✅ |
| Retrieve a beneficiary | ✅ |
| Untrust a list of beneficiaries | ❌ |
| SEPA Beneficiaries | |
| List SEPA beneficiaries | ✅ |
| Retrieve a SEPA beneficiary | ✅ |
| Attachments | |
| Upload an attachment | ❌ |
| Retrieve an attachment | ✅ |
| Labels | |
| List labels | ✅ |
| Retrieve a label | ✅ |
| Memberships | |
| List memberships | ✅ |
| Endpoint | Supported |
|---|---|
| Organization | |
| Retrieve the authenticated organization and list bank accounts | ✅ |
| Attachments in transactions | |
| List attachments for a transaction | ✅ |
| Upload an attachment to a transaction | ❌ |
| Remove all attachments from a transaction | ❌ |
| Remove an attachment from a transaction | ❌ |
| Transactions | |
| List transactions | ✅ |
| Retrieve a transaction | ✅ |
| Internal transfers | |
| Create an internal transfer | ❌ |
| Requests | |
| List requests | ✅ |
| Supplier invoices | |
| Retrieve a supplier invoice | ✅ |
| List supplier invoices | ✅ |
| Create supplier invoices | ❌ |
| Endpoint | Supported |
|---|---|
| Client invoices | |
| List client invoices | ✅ |
| Create a client invoice | ❌ |
| Retrieve a client invoice | ✅ |
| Credit notes | |
| List credit notes | ✅ |
| Retrieve a credit note | ✅ |
| Clients | |
| Retrieve a client | ✅ |
| List clients | ✅ |
| Create a client | ❌ |
| Statements | |
| Retrieve a statement | ✅ |
| List statements | ✅ |
| Business Accounts | |
| List business accounts | ✅ |
| Retrieve a business account | ✅ |
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": {
"git": {
"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
qonto_mcp_server-0.1.0.tar.gz
(19.2 kB
view details)
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.0.tar.gz.
File metadata
- Download URL: qonto_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6033ddb991c310c85286bc66704a3c854517a138eb86521e4d37bd93c085801e
|
|
| MD5 |
7a96dcdaa4ca063255ca9d609e26553e
|
|
| BLAKE2b-256 |
7abedd6f6b71a2aff2672238706d0ca2d8651a0c46cc6919c54781fdc5de6778
|
File details
Details for the file qonto_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qonto_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93597527b1117a22dfd1adb50de173c645cfb140efd9e42234a93e39914cb9b8
|
|
| MD5 |
490d3af4c54cfd348f6209450eb02c5d
|
|
| BLAKE2b-256 |
9077ce73554911862530737a7aa272b14390de3133d0b0f4cc2154966ea87a4d
|