Platform implementation guide

WooCommerce: build a controlled agentic-commerce path

Validate WooCommerce's developer-preview MCP integration against a test store, using its canonical product and order abilities with a dedicated least-privilege WordPress user.

Documented starting point: WooCommerce documents native MCP support in developer preview. Its preferred path uses canonical domain abilities projected through the shared WordPress MCP adapter; the older WooCommerce-specific MCP endpoint is deprecated.

Official sources reviewed 2026-08-27. This date records the documentation review, not a test of a specific merchant store.

Capabilities confirmed in official documentation

Implementation sequence

  1. Confirm the installed WooCommerce version and read the current release notes before relying on preview behavior.
  2. Enable mcp_integration only in a controlled environment, and connect to the shared WordPress MCP adapter endpoint rather than starting a new integration on the deprecated endpoint.
  3. Create a dedicated WordPress user with only the capabilities needed by the selected abilities, then issue a separate Application Password for the MCP client.
  4. Start with product and order query abilities. Add each write ability only after its permission callback, schema validation and retry behavior have been observed.
  5. For custom abilities, define narrow schemas and omit MCP exposure metadata until the operation has an explicit permission model and test coverage.

Scenarios to test before claiming support

Evidence to retain from the test

What the documentation does not establish

Evidence boundary

Validate the installed release, shared adapter endpoint and every permission boundary. Do not promote the preview integration to a production dependency on documentation evidence alone.

Use the public signal scanner for a limited external check, then run the test cases above in a controlled environment. Review common failure modes before extending credentials or payment access.