ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Odoo with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Create quotations, confirm sales orders, manage products and pricelists. Odoo Sales pipeline through natural conversation.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Odoo capability set.

These are the exact actions your AI can choose when you ask it to work with Odoo.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Odoo.

  1. 01

    Odoo get sales order

    Order record with all key fields: customer, status, amounts, salesperson, dates. Use after finding an order via list/search to drill down into its details. The ID is the numeric Odoo database ID (not the order number like S00042). Get the complete details of a specific sales order or quotation by its numeric ID

  2. 02

    Odoo get order lines

    Order.line records for the given order. Returns each line with product name, quantity, unit price, and subtotal. Use when the user wants to see what products are in an order, verify quantities, or check line-level pricing. Get the individual line items (products, quantities, prices) of a specific sales order

  3. 03

    Odoo list pricelists

    Pricelist records. Pricelists define pricing rules for different customer segments, currencies, or regions. Returns pricelist name, currency, and whether it is active. Use when the user asks about available pricing tiers or currency-specific pricing. List all configured pricelists in Odoo with their currencies and active status

  4. 04

    Odoo list quotations

    Order records in "draft" or "sent" state. these are quotations pending customer acceptance. Returns quotation number, customer name, total amount, salesperson, currency, and creation date. Use when the user asks about pending quotes, proposals awaiting approval, or the current quotation pipeline. List all draft and sent quotations in Odoo that have not yet been confirmed as sales orders

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Odoo.

  1. 05

    Odoo list sales orders

    Order records in "sale" or "done" state. these are confirmed orders being fulfilled or already completed. Returns order number, customer, total/untaxed amounts, salesperson, currency, and order date. Use when the user asks about active orders, confirmed sales, or order fulfillment status. List confirmed and completed sales orders in Odoo with customer, amounts, and fulfillment status

  2. 06

    Odoo search products

    Template records by name. Returns product name, sale price (list_price), cost price (standard_price), product type (consu/service/product), category, available stock quantity, and internal reference (SKU/code). Use when the user needs to find a product, check prices, or verify stock before creating a quotation. Search the Odoo product catalog by name, returning prices, cost, category, stock, and SKU

  3. 07

    Odoo confirm order

    Order, transitioning it from "draft"/"sent" to "sale" state. This triggers downstream operations like delivery order creation and inventory reservation. Use when the user says a quote is approved or wants to confirm an order. Confirm a draft quotation, converting it into an active sales order ready for fulfillment

  4. 08

    Odoo create quotation

    Order in "draft" state with the specified customer and order lines. The partnerId must be an existing res.partner ID. Lines must be a JSON array where each element has product_id (existing product.template ID), product_uom_qty (quantity), and price_unit (unit price). Example lines: [{"product_id": 5, "product_uom_qty": 2, "price_unit": 100.00}] Create a new quotation for a customer with product lines, quantities, and unit prices

Observed, not estimated

896ms average. Fast in production.

Odoo is checked daily against the live service.

Daily averagePeak 1054ms
Aug 20Today
Fastest day
721ms
Slowest day
1054ms
14-day trend
Slowing+20%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Odoo, so you can see the experience inside your AI.

It does not authenticate your account with Odoo. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Odoo Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ychzkcUKad1fdXDbdw2TPgPJPNccaZopsD0QjaKc/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Odoo capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "odoo-sales-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ychzkcUKad1fdXDbdw2TPgPJPNccaZopsD0QjaKc/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Odoo owners ask.

  • 01

    Which Odoo versions are supported?

    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.

  • 02

    Does it work with Odoo.com (SaaS)?

    Yes! Works with both Odoo.com hosted instances and self-hosted Odoo servers. Just provide your instance URL and API key.

  • 03

    How do I generate an API Key?

    Go to Settings → Users → select your user → API Keys tab → New API Key. Give it a descriptive name and copy the generated key.