connect
Opens a browser session on an Odoo instance and logs in using credentials from environment variables or provided arguments. Required before using any other Odoo tools.
Instructions
Open a browser on the Odoo instance and log in. Arguments default to ODOO_URL/ODOO_DB/ODOO_LOGIN/ODOO_PASSWORD from .env. Must be called before any other tool. Refuses non-localhost URLs unless ODOO_MCP_ALLOW_REMOTE=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | ||
| url | No | ||
| login | No | ||
| headless | No | ||
| password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |