Skip to main content
Glama

Open Food Facts MCP Server

by caleb-conner

compare_products

Compare nutritional, ingredient, environmental, or processing aspects of up to 10 food products by entering their barcodes. Use this tool to make informed food choices efficiently.

Instructions

Compare nutritional information between multiple products

Input Schema

NameRequiredDescriptionDefault
barcodesYesArray of product barcodes to compare (max 10)
focusNoFocus comparison on specific aspect

Input Schema (JSON Schema)

{ "properties": { "barcodes": { "description": "Array of product barcodes to compare (max 10)", "items": { "type": "string" }, "maxItems": 10, "minItems": 2, "type": "array" }, "focus": { "description": "Focus comparison on specific aspect", "enum": [ "nutrition", "ingredients", "environmental", "processing" ], "type": "string" } }, "required": [ "barcodes" ], "type": "object" }

Other Tools from Open Food Facts MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/caleb-conner/open-food-facts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server