KosmoKrator

productivity

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.

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.

Agent Surfaces

Machine-Readable Metadata

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.