Back to Home
mah007 icon

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

Run Command
docker-compose up --build -d

Environment 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

Stats

Interest Score13
Security Score6
Cost ClassMedium
Avg Tokens5000
Stars2
Forks2
Last Update2025-12-19

Tags

OdooAI AgentsMiddlewareAPI ProxyDocker