You're viewing a demo portfolio

Join the waitlist
PRSM

woo_get_product

Active

Tool of mcp-woocommerce

declared in 0.1.0

Fetch a single WooCommerce product by numeric ID. Returns full details including name, description, price, categories, attributes, and stock quantity.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 123,
      "_apiKey": "your-woocommerce-api-key",
      "_storeUrl": "https://mystore.com",
      "_apiSecret": "your-woocommerce-api-secret"
    }
  ],
  "required": [
    "_apiKey",
    "_apiSecret",
    "_storeUrl",
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Product ID"
    },
    "_apiKey": {
      "type": "string",
      "description": "WooCommerce consumer key"
    },
    "_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 →