woocommerce-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WP_URL | Yes | Base URL of the WordPress/WooCommerce site, e.g. https://shop.example.com | |
| WC_CONSUMER_KEY | No | WooCommerce REST API consumer key (required for product/order/sales tools) | |
| WC_CONSUMER_SECRET | No | WooCommerce REST API consumer secret (required for product/order/sales tools) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_productsB | List or search WooCommerce products. Returns id, name, sku, price, stock status and permalink. |
| get_productB | Get a single WooCommerce product by id, with full details. |
| list_ordersA | List recent WooCommerce orders, newest first. Optionally filter by status. |
| sales_reportA | WooCommerce sales totals for a period (week, month, last_month, year). Gross sales, orders, items. |
| search_postsA | Search published WordPress blog posts (public REST API, no WooCommerce keys required). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wppoland/woocommerce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server