odooMCP
by mah007
Overview
Acts as a secure intermediary for AI agents (ChatGPT, Google Gemini) to interact with Odoo instances via a JSON-RPC 2.0 compliant API.
Installation
docker-compose up --build -dEnvironment Variables
- ODOO_URL
- ODOO_DB
- ODOO_USERNAME
- ODOO_API_KEY
- MCP_API_KEY
Security Notes
The server implements API Key authentication to protect access to the MCP server itself. However, it disables SSL certificate verification (`ssl.CERT_NONE`) for connections to the Odoo instance. While noted as 'for development' in the code, this is a critical security vulnerability for production environments as it makes the connection susceptible to Man-in-the-Middle attacks. Additionally, `docker-compose.yml` contains example API keys which should be replaced with strong, unique secrets.
Similar Servers
phone-a-friend-mcp
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
qubinode_navigator
Orchestrates infrastructure automation, deployment, and management using an AI-powered multi-agent system, offering validation, self-correction, and RAG-driven assistance.
muiscan-mcp
Facilitates the conversion of Figma UI designs into MUI (Michael UI) web components using an AI model via the Model Context Protocol.
agentic-voice-assistant
An agentic voice-to-voice product discovery assistant performing RAG and web searches over an Amazon product dataset to provide grounded answers.