erp
Odoo ERP MCP, CLI, and Lua Integration for AI Agents
Odoo ERP integration docs for AI agents: MCP gateway setup, Odoo ERP CLI commands, Lua API reference, credentials, and function schemas.
8 functions 7 read 1 write API key auth
Odoo ERP for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
odoo- route_slug
odoo- package
odoo- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Odoo ERP CLIHeadless setup and direct function calls. Odoo ERP MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Odoo ERP MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Odoo ERP.
Claude Code Odoo ERP MCP setup for Claude Code. Cursor Odoo ERP MCP setup for Cursor. Codex Odoo ERP MCP setup for Codex. OpenAI Agents Odoo ERP MCP setup for OpenAI Agents SDK. Claude Agent SDK Odoo ERP MCP setup for Claude Agent SDK. Vercel AI SDK Odoo ERP MCP setup for Vercel AI SDK. LangChain Odoo ERP MCP setup for LangChain. LangGraph Odoo ERP MCP setup for LangGraph. CrewAI Odoo ERP MCP setup for CrewAI. MCP clients Odoo ERP MCP setup for Generic MCP Clients.
Odoo ERP CLI Matrix
Use these pages for direct Odoo ERP CLI workflows in scripts, CI, cron, and agent wrappers.
CI Odoo ERP CLI for CI. Cron Jobs Odoo ERP CLI for cron jobs. Shell Scripts Odoo ERP CLI for shell scripts. Headless Automation Odoo ERP CLI for headless automation. Coding Agents Odoo ERP CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
odoo.odoo_list_contacts | Read read | 5 | List contacts (customers, vendors) from Odoo with pagination. Returns contact names, emails, phone numbers, and company info. |
odoo.odoo_get_contact | Read read | 1 | Get full details of a specific Odoo contact by ID. Returns name, email, phone, address, and all associated data. |
odoo.odoo_create_contact | Write write | 14 | Create a new contact (customer or vendor) in Odoo. Supports individuals and companies. |
odoo.odoo_list_sales_orders | Read read | 6 | List sales orders from Odoo with pagination. Filter by status, customer, or date range. |
odoo.odoo_list_invoices | Read read | 6 | List invoices from Odoo with pagination. Filter by status, customer, or date range. |
odoo.odoo_list_products | Read read | 7 | List products from Odoo with pagination. Filter by name, category, or type. |
odoo.odoo_list_leads | Read read | 6 | List CRM leads and opportunities from Odoo with pagination. Filter by stage, type, or assigned user. |
odoo.odoo_get_current_user | Read read | 0 | Get the currently authenticated Odoo user profile. Returns name, email, role, and company information. |