bmya/claude-odoo-api
If you are the rightful owner of claude-odoo-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that facilitates interaction with Odoo 19's External JSON-2 API, enabling CRUD operations and database queries.
Tools
Functions exposed to the LLM to take actions
odoo_list_companies
List all available company configurations.
odoo_search_read
Search and read records from an Odoo model.
odoo_create
Create a new record in an Odoo model.
odoo_write
Update existing records in an Odoo model.
odoo_unlink
Delete records from an Odoo model.
odoo_search
Search for record IDs without reading full records.
odoo_read
Read specific records by their IDs.
odoo_search_count
Count records matching search criteria.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client