Skip to main content
Glama
deeprunnerai

Odoo MCP Server

by deeprunnerai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_DBYesThe name of the Odoo database (e.g., deeprunner)
ODOO_URLYesThe URL of the Odoo server (e.g., https://odoo.deeprunner.ai)
ODOO_PASSWORDYesThe password used to log into Odoo
ODOO_USERNAMEYesThe username or email used to log into Odoo

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
odoo_search

Search for records in any Odoo model using domain filters. Returns matching record IDs.

odoo_read

Read specific fields from records by their IDs

odoo_search_read

Search and read records in one call. Most efficient way to get data.

odoo_create

Create a new record in any Odoo model

odoo_update

Update existing records in any Odoo model

odoo_delete

Delete records from any Odoo model

odoo_get_fields

Get field definitions for an Odoo model. Useful to understand available fields.

odoo_execute

Execute any method on an Odoo model. For advanced operations like workflow actions.

inventory_list_products

List products in inventory with stock quantities

inventory_get_stock

Get current stock levels for products across warehouses

inventory_list_warehouses

List all warehouses and their stock locations

inventory_list_operations

List pending inventory operations (receipts, deliveries, transfers)

inventory_create_transfer

Create an internal stock transfer between locations

crm_list_leads

List CRM leads/opportunities

crm_create_lead

Create a new CRM lead/opportunity

sales_list_orders

List sales orders

sales_create_order

Create a new sales order (quotation)

sales_confirm_order

Confirm a quotation to convert it to a sales order

contacts_list

List contacts/partners (customers, vendors, etc.)

contacts_create

Create a new contact/partner

manufacturing_list_orders

List manufacturing orders

manufacturing_create_order

Create a new manufacturing order

manufacturing_list_boms

List Bills of Materials

purchase_list_orders

List purchase orders

purchase_create_order

Create a new purchase order

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deeprunnerai/odoo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server