Integrate Odoo MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Odoo
Update an existing record in Odoo. See the documentation
Search and read records from Odoo. See the documentation
List record fields for a given Odoo model. Use this to discover available fields and select specific attributes (like string, type, and help). Gotchas: this action calls Odoo’s fields_get endpoint, so returned fields depend on your Odoo access rights. See the documentation
Create a new record in Odoo. See the documentation