odoo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_URL | Yes | Base URL for Odoo JSON-2 calls. Required by Odoo API tools. | |
| JWT_SECRET | No | Optional secret for future HTTP auth middleware. | |
| ODOO_API_KEY | No | Optional Odoo API key. | |
| MCP_HTTP_HOST | No | HTTP bind host. | 0.0.0.0 |
| MCP_HTTP_PATH | No | HTTP endpoint path. | /mcp |
| MCP_HTTP_PORT | No | HTTP bind port. | 8000 |
| MCP_LOG_LEVEL | No | Uvicorn log level. | info |
| ODOO_DATABASE | No | Optional Odoo database name. | |
| ODOO_PASSWORD | No | Optional Odoo password. | |
| ODOO_USERNAME | No | Optional Odoo username. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| healthcheckA | Return local server readiness metadata. |
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
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/plgonzalezrx8/odoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server