The Odoo Integration provides a Model Context Protocol (MCP) server allowing AI tools to securely access and interact with Odoo ERP systems. It supports dual authentication (API key and username/password), automatic database detection, XML-RPC communication, and model access control. The server implements a comprehensive set of resources and tools for data retrieval, including record retrieval, search with domain filtering, record browsing, and field introspection, optimizing data formatting for LLMs.
Key Features
01Automatic database detection
02Full XML-RPC integration
03Model access control integration
04LLM-optimized hierarchical text formatting
05Dual authentication (API key and username/password)
060 GitHub stars