
Odoo Pulse
- 1 repo stars
- Updated July 28, 2026
- minhhq-a1/odoo-pulse
Turns an Odoo ERP into one-call business reports with verdicts for an AI agent, so a solo builder can monitor sales, inventory, and finances.
About
Odoo Pulse is an MCP server that acts as an AI business analyst over an Odoo ERP, returning one-call reports with plain verdicts. A solo builder reaches for it when they want an agent to summarize sales, inventory, and finances from Odoo and flag what needs attention, defaulting to read-only so it can't mutate the ERP.
- AI business analyst for Odoo ERP
- One-call reports with verdicts
- Read-only mode by default
- uvx pypi MCP server
Odoo Pulse by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add --env ODOO_URL=YOUR_ODOO_URL --env ODOO_DB=YOUR_ODOO_DB --env ODOO_USERNAME=YOUR_ODOO_USERNAME --env ODOO_API_KEY=YOUR_ODOO_API_KEY --env ODOO_READ_ONLY=YOUR_ODOO_READ_ONLY odoo-pulse -- uvx odoo-pulseAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Package | odoo-pulse |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 28, 2026 |
| Repository | minhhq-a1/odoo-pulse ↗ |
What it does
Turns an Odoo ERP into one-call business reports with verdicts for an AI agent, so a solo builder can monitor sales, inventory, and finances.
Who is it for?
agents that monitor an Odoo-run business
Skip if: non-Odoo ERPs or heavy write workflows
What you get
An agent returns one-call Odoo reports with clear verdicts.
- business report
- verdict summary
By the numbers
- read-only by default
Recommended MCP Servers
How it compares
A verdict-first Odoo analyst MCP rather than a raw Odoo API wrapper.
FAQ
Is it safe against my ERP?
It defaults to read-only, blocking write methods unless enabled.
How is it run?
As a uvx-run pypi stdio MCP server with your Odoo credentials.