WooCommerce MCP server (read-only)
Mi veredicto
Nuestro servidor MCP de código abierto y solo lectura para WooCommerce y WordPress. Los agentes consultan productos, pedidos e informes de ventas; sin acceso de escritura, sin plugin en la tienda. El modo solo lectura hace seguro apuntar la IA a una tienda en vivo.
Brief de profesional
What it is
Our open-source MCP server (MIT, TypeScript) that lets Claude or any MCP client read a live WordPress + WooCommerce store over the official REST APIs: list_products, get_product, list_orders, sales_report, and search_posts. Nothing to install on the store itself - it talks to endpoints WooCommerce already ships. search_posts works keyless against any public WordPress site, so you can demo it before generating a credential.
Why read-only is the whole design
There are no write tools, by decision, not omission. An agent that can only read cannot oversell stock, mangle a price, or cancel an order because it misread a prompt - the worst outcome is a wrong answer, not a wrong database. The second layer is the credential: the WooCommerce key is created with Read permission only, so even a hypothetical write attempt is refused by the store. Two independent layers have to fail before anything changes.
Stack and shipping status
TypeScript on the official @modelcontextprotocol/sdk with zod schemas and stdio transport, so it drops into Claude Desktop or Cursor without a hosted endpoint. A multi-stage node:22-alpine Dockerfile passes MCP introspection (initialize plus tools/list). Listed on Glama with a quality score; the awesome-mcp-servers listing is in review. Why Trial and not Adopt: the write-path question (quotes, order intents) is deliberately unanswered - that is a separate, human-gated project.
Añadido: 2026-07-07 · Última revisión: 2026-07-07