deeprunnerai/odoo-mcp-server
If you are the rightful owner of odoo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Odoo MCP Server is a Model Context Protocol server designed to facilitate interaction with the Odoo ERP system, enabling AI assistants to manage data across various Odoo applications.
Tools
Functions exposed to the LLM to take actions
odoo_search
Search records in any model
odoo_read
Read specific records by ID
odoo_search_read
Search and read in one call
odoo_create
Create new records
odoo_update
Update existing records
odoo_delete
Delete records
odoo_get_fields
Get field definitions for a model
odoo_execute
Execute any model method
inventory_list_products
List products with stock info
inventory_get_stock
Get stock levels by product/warehouse
inventory_list_warehouses
List all warehouses
inventory_list_operations
List receipts/deliveries/transfers
inventory_create_transfer
Create internal stock transfer
crm_list_leads
List CRM leads/opportunities
crm_create_lead
Create new lead
sales_list_orders
List sales orders
sales_create_order
Create sales order
sales_confirm_order
Confirm quotation
contacts_list
List partners/contacts
contacts_create
Create new contact
manufacturing_list_orders
List manufacturing orders
manufacturing_create_order
Create MO
manufacturing_list_boms
List Bills of Materials
purchase_list_orders
List purchase orders
purchase_create_order
Create PO
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client