WooCommerce
By thumbsupordown
The WooCommerce MCP server connects AI agents to a WooCommerce store through the REST API. Agents can list products and orders, read order details, update product data, manage inventory levels, change order statuses, and add notes to orders — letting assistants help run a WordPress-based online shop from a conversation.
Tools
wc_add_order_note
Add a note to an existing WooCommerce store order.
wc_get_order
Fetch detailed information about a specific WooCommerce order.
wc_list_orders
Fetch and display a list of WooCommerce store orders.
wc_list_products
Fetch and display a list of WooCommerce store products.
wc_manage_inventory
Update the inventory levels for a WooCommerce product.
wc_update_order_status
Update the status of an existing WooCommerce order.
wc_update_product
Update the details of a WooCommerce store product.