get_product
Pack: openbeautyfacts · Endpoint: https://gateway.pipeworx.io/openbeautyfacts/mcp
Beauty product barcode lookup. Get detailed info for a cosmetics or personal care product by barcode (EAN/UPC) from Open Beauty Facts. Returns product name, brand, categories, ingredients, period-after-opening, labels, and image. Example: get_product(“8001090662231”) for a shampoo.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
barcode | string | yes | Product barcode (EAN-13 or UPC-A, e.g., “8001090662231”) |
Example call
curl -X POST https://gateway.pipeworx.io/openbeautyfacts/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_product","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"openbeautyfacts": {
"url": "https://gateway.pipeworx.io/openbeautyfacts/mcp"
}
}
}
See Getting Started for client-specific install steps.