Up and running in 3 steps
No configuration files, no reverse proxy, no API gymnastics.
Pick the models you want to expose and tick the operations you allow — read, create, update, delete. Nothing is accessible until you enable it. Leave delete off, and no AI can ever remove a record.
The guided wizard creates a revocable Odoo API key and turns it into a single connection URL. One click opens your assistant of choice — Claude, ChatGPT, Le Chat, Perplexity or Grok.
Open your assistant's Add custom connector dialog, give the connection any name you like, paste your connection URL into the server-URL field and click Add. That's the whole setup — now just ask: "Summarize my open leads", "Create a lead for Acme Corp with 15k expected revenue", "Which customers haven't ordered this quarter?" — the AI works with your real Odoo data, with exactly the access you granted.
Example: Claude's Add custom connector dialog. Other assistants (ChatGPT, Le Chat, Perplexity, Grok) have a similar screen.
Designed to be safe for production
Six independent layers between the AI and your data.
|
🔑
Native Odoo API keys
Authentication uses Odoo's own API-key system — revocable per user under Account Security. No custom credential store.
|
🛡
Granular model access
Expose exactly the models you choose, with per-operation switches for read / create / update / delete.
|
🔍
Field-level security
Per model: expose all fields, only a whitelist, or everything except a blacklist. Sensitive fields never leave Odoo.
|
|
🎯
Record filters
Attach an Odoo domain to a model so assistants only ever see the matching subset of records — it can only narrow access.
|
🌐
Network controls
Optional IP allowlist / blocklist with CIDR support, per-user rate limiting, key expiry and one-click rotation.
|
📋
Full audit logging
Every authentication and model operation can be logged — with automatic retention cleanup.
|
The audit log shows who did what, from which IP, on which model — including denied attempts. When an AI asks for something you didn't allow, it's refused and recorded.
Why a native MCP server?
| ✔ Zero infrastructure. Runs inside Odoo itself — no Node bridge, no separate server, no third-party relay seeing your data. | ✔ No privilege escalation. Every tool call runs with the access rights of the API key's user — Odoo's own record rules always apply on top. |
✔ Fully isolated. Depends only on base and web. No external Python dependencies. Cannot collide with other modules.
|
✔ Standards-based. Implements the MCP Streamable-HTTP transport — today's assistants and tomorrow's connect the same way. |
Questions? We answer.
Support: info@indexworld.net • indexworld.net
AI MCP Connector by IndexWorld — works with Claude, ChatGPT, Le Chat, Perplexity, Grok and any MCP-compatible client. All product names are trademarks of their respective owners.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1279 |
| Technical Name |
mcp_ai_connector |
| License | OPL-1 |
| Website | https://indexworld.net |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module