odoo19-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_URL | No | Odoo server URL | http://localhost:8069 |
| ODOO_API_KEY | Yes | API Key for Odoo authentication | |
| ODOO_DATABASE | Yes | The name of the Odoo database to connect to | |
| READONLY_MODE | No | Enable read-only mode to prevent write operations (true/false) | false |
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 |
|---|---|
| list_modelsA | List all available Odoo models. |
| get_fieldsA | Get field information for an Odoo model using ORM fields_get(). |
| execute_methodC | Execute any method on an Odoo model. |
| search_recordsA | Search for records in an Odoo model. |
| count_recordsA | Count records in an Odoo model matching the domain. |
| read_recordsA | Read specific records by their IDs. |
| create_recordB | Create new record(s) in an Odoo model. |
| update_recordA | Update existing records in an Odoo model. |
| delete_recordA | Delete records from an Odoo model. IRREVERSIBLE operation. IMPORTANT: You MUST first call with confirm=False to show the user what will be deleted. Only set confirm=True AFTER the user explicitly approves the deletion. NEVER set confirm=True on the first call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_models_resource | List all available Odoo models. |
| get_current_user | Get current logged-in user information. |
| get_current_company | Get current user's company information. |
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/twtrubiks/odoo19-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server