This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
search_products
InactiveTool of nutrition
declared in 0.1.0
Search for food products by name, brand, or keyword. Returns product name, brand, Nutri-Score, calories, protein, fat, and carbs.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "whole wheat bread"
},
{
"limit": 10,
"query": "organic almond butter"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1-20, default 5)"
},
"query": {
"type": "string",
"description": "Search query (product name, brand, or ingredient)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
nutrition
https://github.com/pipeworx-io/mcp-nutrition
1/7 registries