MCP Odoo Bridge Server
by aadilakbar
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) | |
| MCP_HOST | No | Host for HTTP transport | localhost |
| MCP_PORT | No | Port for HTTP transport | 8000 |
| ODOO_URL | Yes | Your Odoo instance URL (e.g., https://mycompany.odoo.com) | |
| ODOO_USER | No | Username (if not using API key) | |
| ODOO_YOLO | No | YOLO mode - bypasses MCP security (⚠️ DEV ONLY). Values: off, read, true | off |
| ODOO_API_KEY | No | API key for authentication (e.g., 0ef5b399e9ee9c11b053dfb6eeba8de473c29fcd) | |
| ODOO_TIMEOUT | No | Request timeout in seconds | 30 |
| MCP_TRANSPORT | No | Transport type: stdio or streamable-http | stdio |
| ODOO_PASSWORD | No | Password (if not using API key) | |
| ODOO_MAX_RECORDS | No | Default max records per query | 100 |
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 |
|---|---|
| search_recordsA | |
| get_recordB | |
| count_recordsA | |
| list_modelsA | |
| get_model_fieldsB | |
| create_recordA | |
| update_recordB | |
| delete_recordB | |
| execute_methodA | |
| get_record_nameC | |
| search_and_read_oneA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resource_models | List all models enabled for MCP access |
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/aadilakbar/ad-mcp-bridge-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server