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.

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": 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

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: reading records, listing modules, and creating records with an approval flow. There is no overlap in purpose or ambiguous boundaries between them.

Naming Consistency5/5

All tool names follow the consistent pattern 'odoo_' + verb_noun (search_read, list_modules, create_record). The naming is uniform and predictable, despite mixing verbs like 'search' and 'list'.

Tool Count4/5

With only 3 tools, the server is on the lean side but still within a reasonable range for a focused connector. Each tool provides a distinct function, though the count is minimal.

Completeness2/5

The tool surface lacks essential CRUD operations such as update and delete, which are common in Odoo data access. While read and create are covered, missing write operations and additional search capabilities create significant gaps for a general-purpose connector.

Maintenance

ActivityMaintained
ResponsivenessSyncing