You're viewing a demo portfolio

Join the waitlist
PRSM

woo_list_products

Active

Tool of mcp-woocommerce

declared in 0.1.0

List products from a WooCommerce store using Basic auth (consumer key + secret). Returns product IDs, names, prices, stock status, and type. Supports per_page (max 100) and page for pagination.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-woocommerce-api-key",
      "_storeUrl": "https://mystore.com",
      "_apiSecret": "your-woocommerce-api-secret"
    },
    {
      "page": 2,
      "_apiKey": "your-woocommerce-api-key",
      "per_page": 50,
      "_storeUrl": "https://mystore.com",
      "_apiSecret": "your-woocommerce-api-secret"
    }
  ],
  "required": [
    "_apiKey",
    "_apiSecret",
    "_storeUrl"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default 1)"
    },
    "_apiKey": {
      "type": "string",
      "description": "WooCommerce consumer key"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page (max 100, default 20)"
    },
    "_storeUrl": {
      "type": "string",
      "description": "Store URL (e.g., https://mystore.com)"
    },
    "_apiSecret": {
      "type": "string",
      "description": "WooCommerce consumer secret"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-woocommerce

https://github.com/pipeworx-io/mcp-woocommerce

2/7 registries
View full server →