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"]
}
}
Server Terkait
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Whiteboard MCP
A complete whiteboard app with bundled MCP server
Rememberizer
Interact with Rememberizer's document and knowledge management API to search, retrieve, and manage documents.
Morion
Local macOS notebook that is also an MCP server. Any AI assistant ā Claude, Cursor, ChatGPT, Cline, Zed ā reads and writes your notes. 22 tools. Free, local, private.
MCP-Wait
A simple server to pause execution and wait for other tasks to complete.
Handwriting OCR
Recognize and extract text from handwritten documents using the Handwriting OCR service.
TinyTasks MCP Server
A hybrid MCP server compatible with Claude Desktop and Web, supporting both local and web deployment modes for task management.
Agentcy
A managed AI marketing agent that plugs into all your AI tools. Ask about your marketing in natural language ā get synthesized insights from GA4, Google Ads, Search Console, WooCommerce, and more.
Confluence MCP
An MCP server that enables AI assistants to interact with Confluence content through a standardized interface.
Screenshot MCP Server
Capture Windows screenshots from AI assistants in WSL, with options for specific monitors or windows.
Jira Sprint Dashboard
Generates interactive sprint analytics and executive dashboards by connecting Jira data to Claude AI. Provides insights on burndown, velocity, and goal progress.