HomeProductivity › odoo-pulse

odoo-pulse

An AI business analyst for Odoo ERP (18+) — one-call reports with verdicts, over MCP

Python Cloud
★ 1 stars Last pushed 2026-08-20 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.9.1)

uvx odoo-pulse

Or add to your MCP client config:

{
  "mcpServers": {
    "odoo-pulse": {
      "command": "uvx",
      "args": [
        "odoo-pulse"
      ],
      "env": {
        "ODOO_URL": "<YOUR_VALUE>",
        "ODOO_DB": "<YOUR_VALUE>",
        "ODOO_USERNAME": "<YOUR_VALUE>",
        "ODOO_API_KEY": "<YOUR_VALUE>",
        "ODOO_READ_ONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • ODOO_URL required — Base URL of the Odoo instance, e.g. https://acme.odoo.com
  • ODOO_DB required — Odoo database name
  • ODOO_USERNAME required — Odoo login / email
  • ODOO_API_KEY required secret — Odoo API key (used as the password)
  • ODOO_READ_ONLY — Block all write methods when true (default true)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry