WooCommerce Abilities
WooCommerce exposes its wc/v3 Products and Orders REST endpoints as WordPress abilities, letting an AI assistant list, view, create, and update products and orders (and delete products) through a dedicated, REST-key-authenticated MCP endpoint.
9
Total
4
Read
5
Write
Requires the WooCommerce plugin active on WordPress 6.9+, with the experimental 'mcp_integration' feature flag enabled (WooCommerce > Settings > Advanced > Features). Abilities are only registered for requests hitting WooCommerce's own /woocommerce/mcp REST endpoint, and each request must authenticate with a WooCommerce REST API key (consumer_key:consumer_secret) sent via the X-MCP-API-Key header over HTTPS — the key's read/write permission scope must match the HTTP method used.
Create Order
Writewoocommerce/orders-create
Create a new WooCommerce order with customer, billing/shipping, and line item details.
Create Product
Writewoocommerce/products-create
Create a new WooCommerce product with a name, price, description, and other catalog attributes.
Delete Product
Writewoocommerce/products-delete
Permanently delete a product from the WooCommerce catalog.
Get Order
Read-onlywoocommerce/orders-get
Fetch full details for a single WooCommerce order by its ID.
Get Product
Read-onlywoocommerce/products-get
Fetch full details for a single WooCommerce product by its ID.
List Orders
Read-onlywoocommerce/orders-list
List and filter WooCommerce orders by status, customer, product, or date range.
List Products
Read-onlywoocommerce/products-list
List and filter your WooCommerce product catalog with paging, search, and attribute-based filters.
Update Order
Writewoocommerce/orders-update
Update an existing WooCommerce order's status, addresses, line items, or payment details.
Update Product
Writewoocommerce/products-update
Update an existing WooCommerce product's price, stock, description, or other attributes.
More Ecommerce plugins with abilities
All Ecommerce →Use WooCommerce's abilities with AI
Install Easy MCP AI on your WordPress site and any AI assistant can call these abilities in minutes.