odoo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ODOO_URL | Yes | The URL of the Odoo instance. | |
| ODOO_API_KEY | Yes | API key used for authentication with Odoo. | |
| ODOO_DATABASE | No | Optional database name. If set, sent as X-Odoo-Database header. | |
| ODOO_MCP_MODE | No | Set to 'read-write' to enable write tools. | read-only |
| ODOO_MCP_DENY_MODELS | No | Optional comma-separated list of model names to deny. | |
| ODOO_MCP_ALLOW_MODELS | No | Optional comma-separated list of model names to allow. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| odoo_search_readA | Search and read records from any Odoo model using the permissions of the configured Odoo API user. |
| odoo_fields_getA | Inspect field metadata for an Odoo model using fields_get. |
| odoo_createA | Create a record in an Odoo model using the configured Odoo user permissions. |
| odoo_writeA | Update one or more Odoo records using the configured Odoo user permissions. |
| odoo_unlinkA | Permanently delete one or more Odoo records using the configured Odoo user permissions. |
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/The-TechX/odoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server