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_searchA

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

odoo_readC

Read specific fields from records by their IDs

odoo_search_readB

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

odoo_createC

Create a new record in any Odoo model

odoo_updateC

Update existing records in any Odoo model

odoo_deleteC

Delete records from any Odoo model

odoo_get_fieldsB

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

odoo_executeB

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

inventory_list_productsC

List products in inventory with stock quantities

inventory_get_stockB

Get current stock levels for products across warehouses

inventory_list_warehousesB

List all warehouses and their stock locations

inventory_list_operationsB

List pending inventory operations (receipts, deliveries, transfers)

inventory_create_transferC

Create an internal stock transfer between locations

crm_list_leadsC

List CRM leads/opportunities

crm_create_leadC

Create a new CRM lead/opportunity

sales_list_ordersC

List sales orders

sales_create_orderC

Create a new sales order (quotation)

sales_confirm_orderC

Confirm a quotation to convert it to a sales order

contacts_listC

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

contacts_createC

Create a new contact/partner

manufacturing_list_ordersC

List manufacturing orders

manufacturing_create_orderC

Create a new manufacturing order

manufacturing_list_bomsC

List Bills of Materials

purchase_list_ordersC

List purchase orders

purchase_create_orderC

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