Odoo MCP Server (OdooConsole)
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Odoo ERP for AI agents: hosted OAuth endpoint, gated writes, one endpoint for every instance.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| 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". |