WooCommerce MCP
UnknownWooCommerce MCP is an official WooCommerce core-plugin feature in developer preview: CRUD for products, plus querying orders, updating status and adding notes — via an HTTP endpoint at /wp-json/woocommerce/mcp on the store's own domain. Auth uses WooCommerce REST API keys in an X-MCP-API-Key header. For broader coverage, a community server, AmitGurbani/mcp-server-woocommerce, offers 101 tools.
Why this server
- An official core-plugin feature — no third-party code, just a flag, nothing extra to install
- Orders and products respect the key's normal scope: read, write or read_write, same as the REST API
- The AmitGurbani community server adds 101 tools — coupons, shipping, taxes, webhooks, reports
- Works on any WordPress host — the endpoint lives right on your store's own domain
Usage examples
Prompt: Find all products under $10 that are out of stock
Result: The agent queried products filtered by price and stock status and got back a paginated list.
Prompt: Move order #558 to "Completed" and add a note with the tracking number
Result: The order-update tool changed the status to completed, and the tracking-number note was attached to the order.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.