odoo-mcp-gateway
Related Servers
Alternatives to odoo-mcp-gateway
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA security-first MCP server that enables AI assistants to read and optionally write to Odoo 17 over XML-RPC, with model, field, and method allowlists to control access.MIT
- AlicenseAqualityAmaintenanceMCP Server for Odoo 19 using JSON-2 API, built with FastMCP94Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Odoo data using natural language to search, read, create, and update records. It acts as a secure bridge between MCP clients and Odoo instances version 17.0 through 19.0.11Apache 2.0
- AlicenseNot gradedqualityAmaintenanceAI-powered Odoo engineering platform providing static analysis, domain knowledge, and 14 MCP tools for code review, model exploration, and security auditing of Odoo modules.18 npmMIT
- AlicenseNot gradedqualityCmaintenanceAdds team-gateway mode and Microsoft SSO to Odoo MCP, allowing business users to authenticate via OAuth 2.1 and execute tool calls with their own Odoo permissions, ACLs, and audit trails.Business Source 1.1
- FlicenseAqualityBmaintenanceAI-native HTTP security testing MCP server — 18 tools with raw HTTP/1.1 + HTTP/2 control18-
TDQS
Scored across 27 tools
Most tools have distinct purposes, but some potential confusion exists between generic tools like create_record/update_record/delete_record and specific ones like create_ticket/update_ticket_stage. The generic tools could overlap with domain-specific operations, though descriptions help clarify their scope.
Tools follow a consistent snake_case pattern with clear verb_noun structure (e.g., get_my_tickets, update_task_stage). Minor deviations include 'login' (no noun) and 'read_group' (unusual verb order), but overall naming is predictable and readable.
With 27 tools, the count feels heavy for a single server, bordering on excessive. While Odoo is a broad ERP system, the toolset includes both generic (e.g., create_record) and specific operations, which could be streamlined or better organized.
The toolset provides comprehensive coverage for Odoo's core domains: attendance, sales, helpdesk, projects, and HR. It includes CRUD operations, specific workflows (e.g., confirm_order, request_leave), and utility tools (e.g., list_models, login), leaving no obvious gaps for agent interaction.