odoo-mcp-uvx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | No | Database name. Recommended, especially for SaaS instances. | |
| ODOO_URL | Yes | Odoo instance URL or bare hostname. Required. | |
| ODOO_PORT | No | Port number (used when ODOO_URL is a bare hostname). Default: 443. | |
| ODOO_USER | Yes | Odoo username (email). Required for authentication. | |
| ODOO_LOCALE | No | Language for Odoo responses (e.g., es_ES, fr_FR). | |
| ODOO_API_KEY | No | API key (alternative to password). Requires ODOO_USER. Required if ODOO_PASSWORD not provided. | |
| ODOO_MCP_HOST | No | Host for HTTP transport. Default: localhost. | |
| ODOO_MCP_PORT | No | Port for HTTP transport. Default: 8000. | |
| ODOO_PASSWORD | No | Odoo password or API key. Required if ODOO_API_KEY not provided. | |
| ODOO_PROTOCOL | No | Protocol hint when ODOO_URL is a bare hostname. Options: jsonrpc+ssl, https, http. | |
| ODOO_MCP_LOG_FILE | No | Path for rotating log file. | |
| ODOO_MCP_LOG_JSON | No | Structured JSON log output (true/false). Default: false. | |
| ODOO_MCP_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR). Default: INFO. | |
| ODOO_MCP_MAX_LIMIT | No | Maximum record limit per request. Default: 100. | |
| ODOO_MCP_TRANSPORT | No | Transport (stdio or streamable-http). Default: stdio. | |
| ODOO_MCP_DEFAULT_LIMIT | No | Default records returned per search. Default: 10. | |
| ODOO_MCP_MAX_SMART_FIELDS | No | Max fields returned by smart field selection. Default: 15. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/niduran-orion/odoo-mcp-uvx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server