Odoo ERP (Full)

Odoo ERP (Full) MCP Connector for Claude

A+

Manage CRM leads, contacts, companies, sales orders, and notes — complete Odoo ERP access through natural conversation.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect Odoo ERP to any AI agent — manage your entire business without switching tabs.

What you can do

  • CRM — Search and create leads, track opportunities through your pipeline
  • Contacts — Find individual contacts and companies, create new partners
  • Sales — List and manage sales orders with full order details
  • Notes — Add comments and notes to any record in your Odoo instance

Who is this for?

  • Sales Teams — CRM pipeline at your fingertips through AI
  • Account Managers — Quick access to contact and company information
  • Operations — Monitor sales orders without switching screens
  • Odoo Administrators — Query any module through natural conversation
business-automationlead-managementcontact-databasesales-pipelinedata-integrationworkflow-management

7 tools expose this connector's capabilities to your AI agent.

odoo_create_contact

partner record. Set is_company=true to create a company/organization, or false (default) for an individual person. For individuals, you can optionally set parent_id to link them to an existing company. Returns the created partner with its new ID. Create a new contact (person) or company in Odoo with name, email, phone, and optional parent company

odoo_create_lead

lead. Set type to "lead" for unqualified leads or "opportunity" for qualified prospects already in the pipeline. The name field is the lead title (e.g., "Website Redesign - Acme Corp"). partner_name is the company/organization name. Returns the created record with its new ID. Create a new CRM lead or opportunity in Odoo with contact details and expected revenue

odoo_create_note

message of type "comment" with subtype "note", which appears in the chatter/history of the specified record. Provide resModel (e.g., "crm.lead", "sale.order", "res.partner") and resId to attach the note to a specific record. If no resModel/resId is given, creates a standalone note. Use when the user wants to log information, add a comment, or leave a note on any Odoo record. Add a note or internal comment to any Odoo record — leads, contacts, orders, tasks, etc

odoo_list_sales_orders

order records ordered by creation date descending. Returns order number (e.g., S00042), customer name, order state (draft/sent/sale/done/cancel), total amount, assigned salesperson, and order date. Use when the user asks about recent orders, sales activity, or wants a summary of current sales. List the most recent sales orders in Odoo with customer, amount, and status

odoo_search_companies

partner with is_company=true to find company/organization records. Returns company name, email, phone, website, city, and country. Use when the user asks about a company, organization, or account — distinct from individual contacts. Search companies and organizations in Odoo by name

odoo_search_contacts

partner with is_company=false to find individual contacts. Returns name, email, phone, city, country, and parent company. Use when the user asks about a person, wants to find contact info, or needs to look up a customer or partner by name. Search individual contacts (people) in Odoo by name, email, or phone

odoo_search_leads

lead model for leads and opportunities matching the query. Returns id, name, email, phone, pipeline stage, expected revenue, type (lead vs opportunity), and assigned salesperson. Use this when the user wants to find prospects, check pipeline status, or look up a specific lead by name or company. Search CRM leads and opportunities in Odoo by name, company, or keyword

See how to talk to your AI agent using Odoo ERP (Full).

Search for leads from the website

👥 **CRM Leads — Website** | Name | Email | Stage | Revenue | |---|---|---|---| | Acme Corp | info@acme.com | Qualification | $15,000 | | Beta Inc | hello@beta.io | Proposition | $8,500 |

Show recent sales orders

📋 **Sales Orders** | SO# | Customer | Amount | Status | |---|---|---|---| | S00042 | Acme Corp | $12,500 | Confirmed | | S00041 | Beta Inc | $3,200 | Draft |

This server uses the JSON-RPC protocol, which is compatible with Odoo 14, 15, 16, 17, and 18. Both Odoo Community and Enterprise editions are supported.

Related Connectors