MCP server that exposes Odoo database records to LLMs via Model Context Protocol
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"odoorpc-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Odoo MCP Server A Model Context Protocol (MCP) server that provides LLMs with read-only access to Odoo databases. This server exposes Odoo models and records through the MCP protocol, allowing AI assistants to query and analyze your Odoo data. ## Features - **Read-only access** to Odoo databases via OdooRPC - **Model discovery** - List all available Odoo models - **Field introspection** - Get detailed field information for any model - **Flexible querying** - Search records with Odoo's domain syntax - **Record reading** - Fetch specific records by ID - **Count operations** - Get record counts without fetching data - **Environment-based configuration** - Secure credential management - **MCP compliance** - Works with any MCP-compatible client ## Installation Install directly with uvx (recommended): # Odoo MCP Server A Model Context Protocol (MCP) server that provides LLMs with read-only access to Odoo databases. This server exposes Odoo models and records through the MCP protocol, allowing AI assistants to query and analyze your Odoo data. ## Features - Read-only access to Odoo databases via OdooRPC - Model discovery – list all available Odoo models - Field introspection – get detailed field information for any model - Flexible querying – search records with Odoo's domain syntax - Record reading – fetch specific records by ID - Count operations – get record counts without fetching data - Environment-based configuration – secure credential management - MCP compliance – works with any MCP-compatible client ## Installation Install directly with uvx (recommended): ```bash uvx odoorpc-mcp ``` ## VS Code MCP setup Create a `.vscode/mcp.json` in your workspace with: ```jsonc { "servers": { "odoo": { "type": "stdio", "command": "uvx", "args": [ "odoorpc-mcp" ], "env": { "ODOO_URL": "${input:odoo_url}", "ODOO_DB": "${input:odoo_db}", "ODOO_USERNAME": "${input:odoo_username}", "ODOO_PASSWORD": "${input:odoo_password}" } } }, "inputs": [ { "id"…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.