Query Odoo data and field metadata safely for search and analysis.
This tool is described as a read-only Odoo MCP server; the main concerns are the normal capabilities of an MCP tool: executing locally and accessing external Odoo instances over XML-RPC. Its open-source repository is a positive factor, but the third-party listing, missing license, and weak adoption/maintenance signals keep the overall rating at caution.
The material explicitly states there are no required keys or environment variables, and no extra API token or local secret injection is described. However, if it connects to an Odoo instance in practice, the authentication method is not documented and should be verified during deployment.
The description says it queries Odoo instances via XML-RPC, which implies outbound network connections and business data transfer. No fixed remote host is listed, so egress depends on the configured Odoo server; this is a normal risk within its stated functionality.
The system checks explicitly mark it as executes-code, meaning the MCP tool runs code locally. The provided material does not show requests for system privileges beyond its stated purpose, so this is rated as caution for standard MCP execution capability.
The tool is described as read-only and supports search, read, count, and field inspection, which means it can access business objects and schema-like field information from the connected Odoo instance. No local file access or write/modify capability is described, but reading enterprise business data still requires least-privilege control.
A public GitHub repository and auditable source code are clear positives that reduce overall risk. However, it comes from a third-party registry, has no declared license, shows 0 stars, and has unknown maintenance status, so supply-chain confidence is limited and code/dependency review is advisable before adoption.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "odoo-mcp-uvx" yet — see the docs or source repo.
Connect to Odoo and search confirmed sales orders from the last 30 days. Return order number, customer name, amount, and confirmation date, sorted by amount descending.
A list of matching sales orders for quickly reviewing recent high-value deals.
Inspect the crm.lead model in Odoo and list each field's name, type, required status, and help text.
A structured summary of the model fields to help understand schema and available data.
Count active customers in Odoo and return the number of customers per country.
Totals for active customers plus a country-level breakdown for business analysis.
Let AI read, write, and automate operations in Odoo ERP.
Safely query live Odoo 19 business data for sales, inventory, and finance.
Securely connect AI to Odoo ERP for querying and updating business data.
List and search Odoo customers through connected admin service layers.
Connect to Odoo instances with safe writes, access diagnostics, and schema discovery.
Connect to Odoo ERP to search records and create sales quotations.