MCP Server for Odoo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_DB | No | Database name (auto-detected if not set) | |
| ODOO_URL | Yes | Your Odoo instance URL | |
| ODOO_USER | No | Username (if not using API key) | |
| ODOO_YOLO | No | YOLO mode - bypasses MCP security (⚠️ DEV ONLY). Options: off, read, true | off |
| ODOO_LOCALE | No | Language/locale for Odoo responses (e.g., es_ES, es_AR, en_US, fr_FR) | |
| ODOO_API_KEY | No | API key for authentication | |
| ODOO_MCP_HOST | No | Host to bind for HTTP transports | localhost |
| ODOO_MCP_PORT | No | Port to bind for HTTP transports | 8000 |
| ODOO_PASSWORD | No | Password (if not using API key) | |
| SSL_CERT_FILE | No | Path to SSL certificate file for HTTPS connections (e.g., /etc/ssl/cert.pem) | |
| ODOO_MCP_LOG_LEVEL | No | Logging level for debug information (e.g., DEBUG) | |
| ODOO_MCP_TRANSPORT | No | Transport type: stdio, streamable-http | stdio |
| ODOO_CACHE_FIELD_TTL | No | Field metadata cache TTL in seconds | 3600 |
| ODOO_CACHE_PERMISSION_TTL | No | Permission check cache TTL in seconds | 300 |
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
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
- 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/elevateinformatics/mcp-server-odoo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server