yt-mcp-server-odoo
Provides an MCP server/client in Python that lets AI assistants search, read, create, update, delete, and bulk-manage records in an Odoo ERP instance via MCP tools mapped to Odoo model operations. Configuration is done through environment variables, including an Odoo API key for authorization, and supports MCP stdio or streamable-http transport modes.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Security is dependent on Odoo API key/user permissions (good principle of least privilege), but the README does not describe secret-handling practices (e.g., whether secrets are logged), authorization granularity beyond model permissions, TLS requirements/enforcement details, or rate limiting. YOLO mode is explicitly risky for tool/model access.
⚡ Reliability
Best When
You want an AI assistant to interact with Odoo through explicit MCP tools, and you can provision an Odoo user/API key with appropriate model permissions.
Avoid When
You cannot restrict the MCP tool access or Odoo permissions, or you rely on this service without understanding the implications of create/update/delete (including bulk operations).
Use Cases
- • AI-assisted querying of Odoo records (e.g., find customers, invoices, products)
- • AI-assisted CRUD operations in Odoo with model-aware tool calls
- • Automating common ERP workflows using pre-defined prompt templates
- • Bulk creation/updating of records driven by natural language
Not For
- • Untrusted/public environments without strong secrets handling
- • Use cases requiring fine-grained audit logging or strict data minimization guarantees (not documented here)
- • Environments that cannot safely permit create/update/delete actions from an agent
Interface
Authentication
Authentication is via an Odoo API key (preferred per README) or optionally username/password. The README emphasizes that Odoo user permissions govern access to models/operations; explicit OAuth scopes are not described.
Pricing
No pricing information is provided; appears to be an open-source Python package.
Agent Metadata
Known Gotchas
- ⚠ YOLO mode can bypass MCP model restrictions; enabling 'true' is dangerous even if Odoo permissions still apply.
- ⚠ Create/update/delete and bulk operations increase the risk of unintended data modification by an agent if prompts are vague.
- ⚠ Model visibility depends on MCP-enabled models configuration and/or YOLO mode behavior.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for yt-mcp-server-odoo.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.