← Back to Plugins
MCP Server MCP

io.github.minhhq-a1/odoo-pulse

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx odoo-pulse

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "odoo-pulse",
      "version": "1.9.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Odoo instance, e.g. https://acme.odoo.com",
          "isRequired": true,
          "name": "ODOO_URL"
        },
        {
          "description": "Odoo database name",
          "isRequired": true,
          "name": "ODOO_DB"
        },
        {
          "description": "Odoo login / email",
          "isRequired": true,
          "name": "ODOO_USERNAME"
        },
        {
          "description": "Odoo API key (used as the password)",
          "isRequired": true,
          "isSecret": true,
          "name": "ODOO_API_KEY"
        },
        {
          "description": "Block all write methods when true (default true)",
          "name": "ODOO_READ_ONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...