diff --git a/blog/index.json b/blog/index.json index 1a7cf31..71000b9 100644 --- a/blog/index.json +++ b/blog/index.json @@ -3,10 +3,10 @@ { "id": "speed-run-odoo-mcp", "date": "2026-06-16", - "area": "speed-run", + "area": "guide", "agent": "hermes", - "headline": "Speed Run: Connect Hermes Agent to Odoo via MCP", - "teaser": "From zero to an MCP-connected Odoo agent in 5 steps. Clone the server, configure env vars, add to Hermes, and query your ERP through the Model Context Protocol.", + "headline": "Connect Hermes Agent to Odoo via MCP", + "teaser": "Connect Hermes Agent to Odoo via MCP in 5 steps. Clone the server, configure env vars, register with Hermes, and query your ERP through the Model Context Protocol.", "link": "blog/posts/speed-run-odoo-mcp.html" }, { @@ -101,4 +101,4 @@ "link": "blog/posts/speed-run-odoo-community-agent.html" } ] -} \ No newline at end of file +} diff --git a/blog/posts/speed-run-odoo-mcp.html b/blog/posts/speed-run-odoo-mcp.html index d4e0b81..721dcc0 100644 --- a/blog/posts/speed-run-odoo-mcp.html +++ b/blog/posts/speed-run-odoo-mcp.html @@ -5,14 +5,14 @@ -
- This speed run walks through the MCP approach in 5 steps. Clone, configure, connect, done. + This guide walks through the MCP approach in 5 steps. Clone, configure, connect, done.
Pro Tip: YOLO mode (ODOO_YOLO=read) bypasses the need for the Odoo MCP module.
- This is great for testing and speed runs. For production, install the
+ This is great for testing and quick prototyping. For production, install the
Odoo MCP module
on your Odoo instance and set ODOO_YOLO=off for full security controls.
Prefer the Model Context Protocol? An MCP server sits between Hermes and Odoo as a translation layer. Clone mcp-server-odoo, configure it with your Odoo credentials, register with hermes mcp add, and your agent discovers Odoo tools automatically.
Read the MCP Integration Guide →
+Odoo is powerful but navigating its many modules (CRM, Sales, Inventory, Accounting) takes clicks. Hermes Agent gives you a single text interface to all of it — ask in English, get answers in seconds. Combined with web search and email tools, your agent becomes an autonomous business operations assistant.