TDS MCP Server β AI Connector for Odoo
Turn your Odoo into a secure, standalone remote MCP server
Connect Claude, ChatGPT, Gemini, Codex, Cursor and any MCP-compatible AI directly to your Odoo database. No middleware, no gateway, no third-party cloud β the MCP server runs 100% inside your Odoo.
π One URL, every AI
Install the module and your Odoo exposes https://your-odoo.com/mcp.
Paste that URL into Claude custom connectors, ChatGPT apps, Gemini Enterprise,
Codex or Cursor β done.
π OAuth 2.1 built in
Full OAuth authorization server with PKCE, refresh-token rotation and Dynamic Client Registration β exactly what Claude and ChatGPT expect. A simple API-key (Bearer token) mode is included for other tools.
π‘οΈ Permission control
Global ceiling: Read Only, Custom or Full Control, with write power None / Draft / Draft+Post. Toggle entire apps (Manufacturing, POS, β¦) via module packs. Each AI key can only restrict further.
How it works
AI Platform (Claude / ChatGPT / Gemini / Codex)
β https://your-odoo.com/mcp
TDS MCP Server module (inside Odoo)
β OAuth / API-key β real Odoo user
Access rights + record rules + multi-company
β
Curated safe tools β Odoo data
β
Audit log of every request
Connect in 3 minutes
| Claude | Settings β Connectors β Add custom connector β paste https://your-odoo.com/mcp. OAuth is discovered automatically; log in to Odoo and approve. |
| ChatGPT | Apps β New App β Server URL https://your-odoo.com/mcp β Authentication: OAuth β Create. ChatGPT registers itself and scans your tools. |
| Gemini / Codex / Cursor | Add a remote MCP server with the same URL (StreamableHTTP). Or create an API key in Odoo (MCP Server β API Keys) and use it as a Bearer token. |
22 curated tools
π Discovery & generic read
get_server_info
list_allowed_models
get_model_fields
search_records
count_records
read_records
aggregate_records
π Accounting & reporting
search_invoices
get_invoice
get_partner_ledger
get_customer_balance
get_aged_balance
get_financial_summary
βοΈ Draft & Post write
create_invoice_draft
create_journal_entry_draft
create_record
update_record
add_note
schedule_activity
post_account_move
confirm_sale_order
confirm_purchase_order
Enterprise-grade security
- Every call runs as a real Odoo user β never superuser. ACLs, record rules and multi-company always apply.
- Global ceiling: Read Only / Custom / Full with write power None / Draft / Draft+Post.
- Module packs to enable or disable entire apps (Accounting, Manufacturing, POS, Γ’ΒΒ¦).
- Per-key / per-OAuth policies can only restrict the ceiling. Track Claude, ChatGPT and Gemini separately in Request Logs.
- Hard-blocked system models (users, config, mail servers, credentialsβ¦) and sensitive field stripping.
- Rate limiting per AI client, max records, timeouts, per-tool enable/disable.
- Branding icon at
/mcp/icon.png+ MCPserverInfo.icons. - Tokens stored as SHA-256 hashes; OAuth refresh tokens rotate on every use.
Ask your AI things like
π¬ "Which customer invoices are overdue more than 60 days, and what is the total?"
π¬ "Show me the aged receivable summary and draft polite follow-up notes for the top 5 debtors."
π¬ "Summarize profit & loss for last quarter by account."
π¬ "Create a draft vendor bill for ACME, 12 units of Office Chair at 45."
π¬ "Audit journal entries created this month with unusual amounts."
Requirements
- Odoo 17 / 18 / 19 β Community or Enterprise (self-hosted, VPS, Docker or Odoo.sh).
- HTTPS access to your Odoo (reverse proxy with
proxy_mode = True). web.base.urlset to your public URL;dbfilteron multi-database servers.
TechNion Digital Solutions
Odoo implementation β’ Custom development β’ AI integrations
tnion.com | support@tnion.com | WhatsApp +62 811 8806 2282
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 2570 |
| Technical Name |
tds_mcp_server |
| License | OPL-1 |
| Website | https://tnion.com |
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