Odoo Pulse
Related Servers
Alternatives to Odoo Pulse
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive implementation of the Model Context Protocol for Odoo ERP systems that enables AI assistants to interact directly with business data across sales, purchases, inventory, and accounting modules.48MIT
- AlicenseBqualityCmaintenanceConnects MCP clients like Claude to your Odoo ERP, enabling natural language queries, reports, and optional data modifications.923 npmMIT
- AlicenseBqualityDmaintenanceSafety-first Model Context Protocol server for Odoo that enables AI assistants to safely inspect records, explain business data, prepare controlled changes, and rollback supported operations.71MIT
- AlicenseNot gradedqualityCmaintenanceConnects AI assistants to live Odoo instances over the Model Context Protocol so they can list available models and search, read, or write records such as contacts and invoices. It can run in a fast full-access mode or a hardened mode restricted to a whitelist of models with per-operation permissions and API-key authentication.MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that bridges Odoo ERP systems with AI agents, enabling them to access and manipulate partner information, accounting data, invoices, and perform financial reconciliation through a standardized interface.MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates with Odoo ERP systems, enabling AI assistants to interact with Odoo data and functionality through the Model Context Protocol.MIT
TDQS
Scored across 31 tools
The set mixes generic CRUD operations with a large number of specialized report tools, some of which overlap in theme (e.g., project_status_report vs portfolio_health vs project_dashboard). Descriptions are detailed and mostly clarify boundaries, but the sheer number of similar 'health' and 'report' tools could still cause misselection.
Two consistent conventions exist: verb_noun for generic CRUD (create_record, search_read, aggregate_records) and descriptive noun phrases for domain reports (pipeline_review, sales_snapshot, project_profitability). Each group is internally consistent, but the mix of styles is a minor deviation.
With 31 tools, the server is well above the 25-tool 'heavy' threshold. Even though the scope spans general Odoo CRUD plus many domain-specific reports, the count feels bloated and several report tools could likely be consolidated without losing capability.
The generic CRUD layer (create, read, update, delete, search, aggregate, schema inspection) provides full lifecycle coverage for any model, and the domain-specific reports cover sales, projects, inventory, HR, procurement, production, and finance. Minor gaps exist, such as no dedicated create_sale_order tool (though create_record can do it) or update for specialized records, but agents can work around these.