Connect AI to Odoo 19 for CRUD and model method calls.
The materials indicate this tool connects to Odoo and enables full CRUD operations plus method calls on any Odoo model, giving it strong business-data manipulation capability. While a source repository is available, the metadata conflicts with the description (no credentials listed, yet API key or username/password auth is mentioned), and it comes from a third-party registry with low adoption, so an overall caution rating is appropriate.
The description explicitly says it supports API key or username/password authentication, while the metadata says no credentials are required, creating a clear inconsistency. If it actually uses passwords or API keys, they are sensitive credentials and should be protected from exposure in config, logs, or tool arguments.
As an MCP tool for connecting to Odoo, its normal operation necessarily involves network requests to an Odoo service and may transmit business record contents. The materials do not specify the actual remote host or data-flow scope, so this remains a normal but insufficiently transparent egress path that should be verified against the intended Odoo instance.
The system flags that this tool executes code or starts processes; for MCP tools this is a routine capability and not by itself a high-risk indicator. The provided materials do not show requests for unrelated system privileges or obvious signs of malicious execution behavior.
The description says it can perform full CRUD operations and method calls on 'any Odoo model,' implying broad read/write access to Odoo business data and the ability to trigger server-side business logic. This is aligned with its stated purpose, but the connected Odoo account should be strictly limited to least privilege to avoid overreach or accidental modification of production data.
A positive factor is that a public open-source repository exists, making code review possible. However, it comes from a third-party registry, shows 0 stars, has no declared license, and has unknown maintenance status, so trust and maturity are limited. There is no direct high-risk red flag from the materials alone, but the source, dependencies, and release process should be reviewed before production use.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "odoo-mcp" yet — see the docs or source repo.
Connect to my Odoo 19 instance using the provided API key and create 20 sales orders. Use customers from the 'Leads' list, pick featured products from the default pricelist, and return creation results with failure reasons.
A result list showing each sales order status, order number, and a summary of failure reasons.
Find all products in Odoo that are below their safety stock level, output their names, current stock, and safety stock, then tag them as 'Restock Needed' and generate an English summary.
A low-stock product list, tagging results, and a team-ready inventory summary.
Retrieve all confirmed but uninvoiced sales orders for this month, call the relevant model methods to generate customer invoices in bulk, and return success count, failure count, and record links.
Execution results including created invoice records, failure details, and traceable record links.
Safely query live Odoo 19 business data for sales, inventory, and finance.
Let AI read, write, and automate operations in Odoo ERP.
Connect to Odoo ERP to search records and create sales quotations.
Connect to Odoo 18 and manage model records with natural language.
Securely connect AI to Odoo ERP for querying and updating business data.
Safely inspect Odoo data, prepare changes, and roll back supported operations.