Odoo Projects MCP (thewth55-sys/odoo-projects-mcp) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 52 tools. No publisher has claimed this listing.
Enables authenticated team members to manage Odoo projects, tasks, timesheets, and milestones through Claude, with per-user token-based authentication.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
thewth55-sys
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list_projectsLista los proyectos. Devuelve id, nombre, cliente, responsable y nº de tareas.
get_projectDevuelve el detalle de un proyecto por su id.
list_tasksLista tareas con filtros opcionales.
get_taskDevuelve el detalle completo de una tarea por su id.
list_stagesLista las etapas/columnas del kanban. Opcionalmente filtradas por proyecto.
my_tasksDevuelve las tareas asignadas al usuario actual (el dueño de la API key).
list_timesheetsLista partes de horas (timesheets). Filtra por tarea o por proyecto.
list_milestonesLista hitos del proyecto. Opcionalmente filtrados por proyecto.
create_taskCrea una nueva tarea en un proyecto.
update_taskActualiza campos de una tarea existente. Solo se cambian los campos que envíes.
move_task_stageMueve una tarea a otra etapa/columna del kanban.
create_projectCrea un nuevo proyecto.
log_timesheetRegistra un parte de horas (timesheet) en una tarea.
create_milestoneCrea un hito en un proyecto.
delete_taskElimina una tarea de forma PERMANENTE. Requiere ALLOW_DELETE=true y confirm=true.
delete_projectElimina un proyecto de forma PERMANENTE (incluidas sus tareas).
find_usersBusca usuarios de Odoo por nombre o email (útil para obtener su id antes de asignar).
find_partnersBusca contactos/clientes (res.partner) por nombre, email o teléfono. Devuelve su id.
list_leadsLista oportunidades/leads del CRM, con filtros opcionales por etapa, equipo o comercial.
get_leadDetalle de una oportunidad/lead del CRM.
create_leadCrea una oportunidad en el CRM. 'name' es el título de la oportunidad.
update_leadActualiza campos de una oportunidad. Solo cambia lo que envíes.
move_lead_stageMueve una oportunidad a otra etapa del pipeline de CRM.
list_crm_stagesLista las etapas del pipeline de CRM.
list_crm_teamsLista los equipos de ventas (CRM).
list_ticketsLista tickets de soporte (Helpdesk), con filtros opcionales.
get_ticketDetalle de un ticket de soporte (Helpdesk).
create_ticketCrea un ticket de soporte. 'name' es el asunto; priority '0'..'3'.
update_ticketActualiza campos de un ticket. Solo cambia lo que envíes.
move_ticket_stageMueve un ticket a otra etapa del Helpdesk.
list_helpdesk_teamsLista los equipos de Helpdesk.
list_helpdesk_stagesLista las etapas del Helpdesk.
list_mailingsLista campañas de email marketing (envíos).
get_mailingDetalle de un envío de email marketing (métricas y estado).
create_mailing_draftCrea un envío de email marketing EN BORRADOR dirigido a una o más listas de contactos.
list_mailing_listsLista las listas de contactos de email marketing.
list_mailing_contactsLista contactos de email marketing, opcionalmente de una lista concreta.
add_mailing_contactAñade un contacto a una o más listas de email marketing.
list_marketing_campaignsLista campañas de automatización de marketing.
get_marketing_campaignDetalle de una campaña de automatización de marketing.
list_marketing_activitiesLista las actividades (pasos) de una campaña de automatización de marketing.
set_marketing_campaign_stateCambia el estado de una campaña de automatización: 'draft', 'running' o 'stopped'.
list_dashboard_groupsLista los grupos de tableros (Dashboards).
list_dashboardsLista los tableros (Dashboards), opcionalmente de un grupo concreto.
list_sales_ordersLista pedidos de venta (solo lectura). state: 'draft','sent','sale','done','cancel'.
get_sales_orderDetalle de un pedido de venta con sus líneas (solo lectura).
list_invoicesLista facturas/documentos contables (solo lectura).
get_invoiceDetalle de una factura/documento contable (solo lectura).
list_purchase_ordersLista órdenes de compra (solo lectura). state: 'draft','sent','purchase','done','cancel'.
get_purchase_orderDetalle de una orden de compra (solo lectura).
list_expensesLista gastos (solo lectura). state: 'draft','reported','approved','done','refused'.
get_expenseDetalle de un gasto (solo lectura).
ODOO_URLODOO_DBnombre de la base de datos (suele ser el subdominio) SíMCP_PATH/mcp (por defecto; normalmente no cambiar) NoALLOW_DELETEBorrado protegido: delete_ requiere =true y confirm=true (mitiga borrados accidentales y prompt-injection). Por defecto, deshabilitado.ODOO_USERSmapa token\login\api_key (opcional, para sembrar usuarios manualmente) NoODOO_USERS_FILE/data/users.json (debe estar en un volumen persistente) Sí (para self-service)ENROLL_SECRETclave de invitación para el auto-registro en /enroll Sí (para self-service)PUBLIC_BASE_URLMASTER_KEYTOKEN_TTL_DAYSRotación / caducidad: con los enlaces caducan; re-registrarse invalida automáticamente el token anterior del mismo usuario.HOSTPORTTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
52/52 tools missing one or more hints — list_projects (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_project (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_tasks (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +49 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
2 tools perform destructive updates without destructiveHint — delete_task deletes at line 750 (odoo.unlink("project.task", [task_id])); delete_project deletes at line 761 (odoo.unlink("project.project", [project_id]))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool inputs are validated
46/52 tool handlers declare input schemas (88%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
Only 0/52 tool handlers wrap calls in try/catch (0%)
Wrap each tool handler body in try/catch and return a structured error response.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/thewth55-sys/odoo-projects-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check