woo_get_product
ActiveTool 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"
}
}
}Parent server
mcp-woocommerce
https://github.com/pipeworx-io/mcp-woocommerce
2/7 registries