KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Odoo ERP MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Odoo ERP.

Odoo ERP CLI Matrix

Use these pages for direct Odoo ERP CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.