Stateless MCP server for Odoo — raw primitives + skill resources
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"godoo-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# godoo-mcp-server Stateless MCP server for Odoo — raw primitives + skill resources. ## Installation ```bash pip install godoo-mcp-server ``` Or with Docker: ```bash docker run -e ODOO_URL=https://your.odoo.instance \ -e ODOO_DATABASE=mydb \ -e ODOO_USERNAME=admin \ -e ODOO_PASSWORD=secret \ -p 8000:8000 \ ghcr.io/godoo-dev/godoo-mcp-server:latest ``` ## Configuration The server resolves Odoo credentials from request headers or environment variables. Headers take precedence over environment variables. | Credential | Header | Environment Variable | |-----------|--------|---------------------| | Odoo URL | `X-Odoo-Url` | `ODOO_URL` | | Database | `X-Odoo-Database` | `ODOO_DATABASE` | | Username | `X-Odoo-Username` | `ODOO_USERNAME` | | Password | `X-Odoo-Password` | `ODOO_PASSWORD` | If neither headers nor environment variables are set, the server returns a credential error. **Server bind address:** Defaults to `0.0.0.0:8000`. Override with `HOST` and `PORT` environment variables. > **Note:** If you override `PORT`, you must also update the Docker `HEALTHCHECK` to match the new port. ## Security: Header Trust Model `godoo-mcp-server` authenticates Odoo users via `X-Odoo-Username` and `X-Odoo-Password` request headers (or `ODOO_USERNAME` / `ODOO_PASSWORD` environment variables). **This means any caller who can reach the server can impersonate any Odoo user by setting these headers.** This is intentional for self-hosted / trusted-network deployments. In production, you MUST deploy a header-stripping reverse proxy in front of the server that enforces identity. [`godoo-proxy`](https://github.com/godoo-dev/godoo-proxy) is the SaaS-safe gateway for this role — it implements OAuth 2.1 / SSO and injects verified per-user credentials before forwarding to `godoo-mcp-server`. If you expose `godoo-mcp-server` directly on a public network without a trusted proxy, any network peer gains full Odoo impersonation c…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.