Odoo Purchase Connector for AI agents.
7 live capabilities
Manage your procurement, RFQs, and vendor relations through a conversational interface.
Waiting for input…
Why people use Odoo Purchase
Odoo Purchase : Stop Hunting Through ERP Tabs
With this Connector, that manual workflow disappears. You can simply tell your agent to find a vendor or list all pending RFQs. It pulls the data directly from Odoo, giving you the answers you need in a single chat window. You get your time back to focus on strategy instead of data entry.
What Vinkius changes
You get a conversational interface for your Odoo procurement data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quickly checking order status
An operations lead asks, 'Are we still waiting on the order from Vendor X?
- Real-world use case 02
Rapidly creating purchase requests
A buyer tells the agent to 'Create a draft RFQ for 500 units of Product A from our main supplier.
- Real-world use case 03
Verifying shipment costs
An accountant needs to know the total cost of a specific order.
Complete set · 7capabilities
The complete Odoo Purchase capability set.
These are the exact actions your AI can choose when you ask it to work with Odoo Purchase.
01—04
4 capabilities in this set.
Part of 7 available through Odoo Purchase.
- 01 Capability
Odoo create purchase order
Creates a new purchase order in draft state. You provide the vendor ID and a list of products with prices.
- 02 Capability
Odoo list rfqs
Shows all requests for quotation that are still in draft. Use this to see what quotes are awaiting approval.
- 03 Capability
Odoo confirm purchase order
Moves a draft RFQ to a confirmed purchase order. It locks the order, notifies the vendor, and creates a warehouse receipt.
- 04 Capability
Odoo list purchase orders
Lists all purchase orders in your Odoo system. It shows the status, total amounts, and the buyer responsible.
05—07
3 capabilities in this set.
Part of 7 available through Odoo Purchase.
- 05 Capability
Odoo search vendors
Searches for vendors and suppliers in your system. It returns names, emails, phone numbers, and locations.
- 06 Capability
Odoo get po lines
Retrieves individual line items for a specific order. Use this to check product quantities, costs, and delivery dates.
- 07 Capability
Odoo get purchase order
Pulls all key details for a specific purchase order. It provides a complete look at vendor info and order totals.
Set up in minutes
One URL. Then ask Odoo Purchase to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Odoo Purchase from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Odoo Purchase, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Odoo Purchase for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Odoo Purchase URL.
- Step 03
Save and start
Save the connection and enable Odoo Purchase in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-purchase": {
"url": "https://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Odoo Purchase
Open Agent mode in chat and ask: "Using Odoo Purchase, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-purchase": {
"url": "https://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Odoo Purchase
Ask Copilot: "Using Odoo Purchase, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-purchase": {
"url": "https://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Odoo Purchase
Open Cascade and ask: "Using Odoo Purchase, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-purchase": {
"url": "https://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Odoo Purchase
Ask Cline: "Using Odoo Purchase, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add odoo-purchase --transport http "https://edge.vinkius.com/vk_preview_1kfYB7EQfq0m2oNfuK2JYu3ggSkIzOJJDwt1TaSs/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Odoo Purchase
Ask Claude: "Using Odoo Purchase, show me...". 7 tools are ready
Where the request belongs
Work Odoo can move forward.
This is for procurement leads and operations managers who are tired of clicking through complex ERP menus to find simple order statuses or create repetitive purchase requests.
Procurement Manager
Uses this to quickly check vendor availability and confirm multiple purchase orders in seconds.
Operations Coordinator
Tracks incoming shipments and verifies order line items without opening the full Odoo dashboard.
Sales Operations
Looks up company contacts and manages sales order details through quick chat prompts.
Odoo Administrator
Queries various modules and records using natural language to provide quick answers to the team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCoupa
Manage purchase orders, invoices, suppliers, and procurement workflows on Coupa. the enterprise procurement platform.
Odoo Sales
Create quotations, confirm sales orders, manage products and pricelists. Odoo Sales pipeline through natural conversation.
Anvyl
Streamline your supply chain with Anvyl. manage purchase orders, track shipments, and coordinate with suppliers via AI.
Megaventory
Inventory and order management via Megaventory. track products, stock levels, and orders.
zipperHQ
Manage procurement and vendor relationships with purchase order tracking, approval workflows, and spend visibility for teams.
oboloo
Manage procurement and supplier relationships with contract tracking, spend analysis, and compliance monitoring for buying teams.
Bring your own AI
Change the model, client or framework. Keep Odoo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Odoo.
The practical details behind the request, access and result.
How does the Odoo Purchase MCP help with my procurement workflow?
It lets you manage purchase orders and RFQs through a chat interface. You can create drafts, confirm orders, and search for vendors without manually navigating the Odoo ERP menus.
Can I use Odoo Purchase to find vendor contact information?
Yes, you can ask your agent to search for any vendor by name. It will pull the email, phone number, and location directly from your Odoo records.
Does the Odoo Purchase MCP support creating draft RFQs?
Yes, you can describe the products, quantities, and prices you need, and the Connector will generate a draft Request for Quotation in your Odoo instance.
How do I see the specific items in a purchase order?
You can ask your agent to show the line items for any specific order. It will break down the products, costs, and expected delivery dates for you.
Can this Connector notify my vendors about new orders?
When you use the capability to confirm a purchase order, it transitions the status in Odoo, which triggers the standard notification to your vendor and creates the warehouse receipt.
Is the Odoo Purchase MCP good for large-scale supply chain management?
It's designed to make supply chain management faster by giving you conversational access to your procurement data, making it easier to track multiple orders and vendors at once.
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.
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.
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.
One connection away
Give your agent a direct line to Odoo.
Connect Odoo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available