Odoo MCP Server (OdooConsole)
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- List Instances: List the Odoo instances on this account, with their current state.
- Instance Status: Get the state and container health of one instance.
- Create Instance: Provision a new Odoo instance. Returns the admin password once — it is not stored and cannot be retrieved again, so pass it on to the user immediately.
What data it sees
Do you need an account
No: the server works without sign-in
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| list_instances | List the Odoo instances on this account, with their current state. |
| instance_status | Get the state and container health of one instance. |
| create_instance | Provision a new Odoo instance. Returns the admin password once — it is not stored and cannot be retrieved again, so pass it on to the user immediately. |
| delete_instance | Permanently delete an instance and its database. `confirm_name` must repeat the instance name. This is irreversible, so the model cannot satisfy it from context alone — the user has to have said the name. |
| restart_instance | Restart an instance's Odoo container. The database is untouched. |
| instance_logs | Read recent log output from an instance — the fastest way to see why something is failing. `source` is "odoo" or "sidecar". |