Help us improve
Share bugs, ideas, or general feedback.
From wordpress-mcp
WooCommerce store management through the WordPress MCP Adapter. Use when the user asks about "orders", "products", "customers", "sales", "inventory", "coupons", "WooCommerce", "store", "ecommerce", "shipping", "revenue", "order status", "product stock", "add a product", "check orders", "sales report", or any request related to online store operations. Also trigger on: "הזמנות", "מוצרים", "לקוחות", "חנות", "מכירות", "קופונים".
npx claudepluginhub msapps-mobile/claude-plugins --plugin wordpress-mcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/wordpress-mcp:wp-woocommerceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage products, orders, customers, coupons, and store settings through the WordPress MCP Adapter on sites with WooCommerce installed.
Builds and consumes WooCommerce REST API v3 endpoints: authentication, custom routes, resource extensions, webhooks, batch operations. For WooCommerce API development and integrations.
Guides WooCommerce store development: setup, payment/shipping integration, custom products, optimization, and WordPress 7.0 features like AI product descriptions, DataViews, collaboration.
Handles full CRUD operations on Wix Stores products including variants, media, collections, and bulk actions via direct REST API calls. Useful for managing ecommerce catalogs.
Share bugs, ideas, or general feedback.
Manage products, orders, customers, coupons, and store settings through the WordPress MCP Adapter on sites with WooCommerce installed.
WooCommerce abilities are only available if:
meta.mcp.publicAlways discover abilities first. WooCommerce abilities typically have a woocommerce/ namespace prefix.
woocommerce/list-productsExecute woocommerce/create-product with:
name — product titletype — simple, variable, grouped, externalregular_price — price as string (e.g., "29.99")description — full HTML descriptionshort_description — excerptcategories — array of category objectsimages — array of image objects with src URLmanage_stock — booleanstock_quantity — integer if managing stockDefault to draft status. Let the user review before publishing.
woocommerce/get-productwoocommerce/list-products filtered by stock_statuswoocommerce/update-productwoocommerce/list-orders with filters for status, date range, customerpending, processing, on-hold, completed, cancelled, refunded, failedwoocommerce/get-order with order ID for full detailswoocommerce/update-orderprocessing -> completed, pending -> on-holdwoocommerce/list-customers for customer directorywoocommerce/get-customer for individual customer detailswoocommerce/list-coupons to see active promotionsWhen asked for sales data:
woocommerce/list-orders (status: completed, processing)For more detailed analytics, suggest the user check WooCommerce Analytics in the WordPress admin.