Skip to main content
Glama
nestordiaz-one

ams-odoo-mcp-connector

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ODOO_DBYesDatabase name.
ODOO_URLYesBase URL of your Odoo instance.
ODOO_USERYesAPI user.
ODOO_PASSWORDYesPassword / API key.
ODOO_MCP_LOG_LEVELNoLog level (to stderr). INFO by default.INFO
ODOO_MCP_CONFIG_DIRNoDirectory for the allowlists (defaults to 'config').config
ODOO_VERSION_OVERRIDENoPins the major version (e.g. '18') and skips autodetection.
ODOO_MCP_APPROVAL_SECRETNoSecret that signs the approval gate. Without it, record creation is disabled.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
odoo_search_readA

Read records from an allowed Odoo model. 'domain' is an Odoo search domain (list of conditions); 'fields' limits the columns; 'limit'/'offset' paginate (the limit is bounded to the configured maximum).

odoo_list_modulesA

List the modules installed on the Odoo instance (name, description, version).

odoo_create_recordA

Create a record in an Odoo model allowed for writing, ONLY after human approval. Call WITHOUT 'approval_token': returns a PROPOSAL (preview + token) and creates nothing. To execute, a human resends the same call with the same 'model'/'values' and the received 'approval_token'.

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/nestordiaz-one/odoo-mcp-connector'

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