A security-hardened gateway between Claude and Odoo 17/18/19 that lets you query, create, and update records through 27 tools without writing any Odoo-side code. Every request passes through rate limiting, model/method/field blocklists, and RBAC checks before hitting Odoo's native ACLs. Ships with hardcoded guardrails blocking 32 sensitive models, 29 dangerous methods, and 10 privileged fields that YAML config can't override. Includes brute-force protection, dry-run mode for testing writes, and auto-discovery of custom modules via ir.model. Works over stdio for Claude Desktop or HTTP for web clients. Reach for this when you need LLM access to Odoo data with defense-in-depth security that doesn't trust the config files alone.
claude mcp add --transport stdio parth-unjiya-odoo-mcp-gateway uvx odoo-mcp-gateway