ams-odoo-mcp-connector
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | Yes | Database name. | |
| ODOO_URL | Yes | Base URL of your Odoo instance. | |
| ODOO_USER | Yes | API user. | |
| ODOO_PASSWORD | Yes | Password / API key. | |
| ODOO_MCP_LOG_LEVEL | No | Log level (to stderr). INFO by default. | INFO |
| ODOO_MCP_CONFIG_DIR | No | Directory for the allowlists (defaults to 'config'). | config |
| ODOO_VERSION_OVERRIDE | No | Pins the major version (e.g. '18') and skips autodetection. | |
| ODOO_MCP_APPROVAL_SECRET | No | Secret that signs the approval gate. Without it, record creation is disabled. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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