Skip to main content
Glama
management-cmyk

Odoo MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_DBYesDatabase name
ODOO_URLYesYour Odoo base URL
ODOO_API_KEYYesAPI key (or password)
ODOO_USERNAMEYesLogin (email)
ODOO_TIMEOUT_MSNoPer-request timeout (ms)30000
ODOO_ENABLE_WRITESNoSet 'true' to allow writesfalse

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
odoo_search_readB

Search and read records from any Odoo model in one call. Returns matching records with the requested fields.

odoo_readC

Read specific records by their IDs.

odoo_countC

Count records matching a domain.

odoo_fieldsA

Introspect a model's fields — names, types, labels, relations. Useful before querying an unfamiliar model.

odoo_list_modelsB

List available Odoo models, optionally filtered by a substring of the technical name.

odoo_overdue_invoicesB

List unpaid customer invoices past their due date — an instant accounts-receivable / cash-flow view.

odoo_sales_summaryA

Total revenue and order count over a date range, from sales orders (default) or POS orders.

odoo_low_stockB

List storable products at or below a quantity threshold — restock alerts.

odoo_top_customersA

Top customers ranked by invoiced revenue over a date range.

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/management-cmyk/odoo-mcp-connector'

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