Skip to main content
Glama

Open Food Facts MCP Server

by caleb-conner

compare_products

Compare nutritional data, ingredients, environmental impact, or processing details of up to 10 products using barcodes to make informed food choices.

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" }
Install Server

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