69
/ 100
1 month ago
glama

MCP Server for Odoo

Enables AI assistants to interact with Odoo ERP systems through natural language, allowing users to search, create, update, and manage business records like customers, products, and invoices across any Odoo instance.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
19 tools verified — handlers match their declared behaviour
8 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: ODOO_API_KEY, ODOO_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configODOO_MCP_TRANSPORTstdio Transport type (stdio, streamable-http)
configODOO_MCP_HOSTlocalhost Host to bind for HTTP transport
configODOO_MCP_PORT8000 Port to bind for HTTP transport
configODOO_URL"": "https://your-odoo-instance.com",
configODOO_YOLONo YOLO mode - bypasses MCP security (⚠️ DEV ONLY) off, read, true
🔐 secretODOO_API_KEY"": "your-api-key-here"
configODOO_USERYes Username (if not using API key) admin
🔐 secretODOO_PASSWORDYes Password (if not using API key) admin
configODOO_DB"": "your-database-name",
configODOO_LOCALE🌐 Locale Support: with the variable you can set the language (es_AR).
configODOO_MCP_LOG_LEVELINFO Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
configODOO_MCP_LOG_JSONfalse Enable structured JSON log output
configODOO_MCP_LOG_FORMAT
configODOO_MCP_LOG_FILEPath for rotating log file (10 MB, 5 backups)
configODOO_MCP_LOG_REQUEST_BODY
configODOO_MCP_LOG_RESPONSE_BODY
configODOO_MCP_SLOW_OPERATION_THRESHOLD_MS
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/elevateinformatics-mcp-server-odoo-393oeg)](https://m8ven.ai/mcp/elevateinformatics-mcp-server-odoo-393oeg)
commit: 5d9e94b22fa5eb79b6b18f53f8a942f266ab338a
code hash: 7a12858234e9034a6c9d1e8b22b5c4f782640acad58f8eb4b150cf36a2edb7f0
verified: 6/17/2026, 12:31:01 PM
view raw JSON →