Skip to main content
Glama

Open Food Facts MCP Server

by caleb-conner

search_products

Find food products using customizable filters like categories, brands, countries, or nutrition grades. Sort results by popularity, name, or date to access detailed product information efficiently.

Instructions

Search for food products with various filters and criteria

Input Schema

NameRequiredDescriptionDefault
brandsNoFilter by brand names
categoriesNoFilter by categories (e.g., 'beverages', 'dairy')
countriesNoFilter by countries (e.g., 'france', 'united-states')
nova_groupsNoFilter by NOVA processing groups (1, 2, 3, 4)
nutrition_gradesNoFilter by Nutri-Score grades (a, b, c, d, e)
pageNoPage number for pagination (default: 1)
page_sizeNoNumber of results per page (default: 20, max: 100)
searchNoSearch terms for product names, brands, or ingredients
sort_byNoSort results by: popularity, product_name, created_datetime, last_modified_datetime

Input Schema (JSON Schema)

{ "properties": { "brands": { "description": "Filter by brand names", "type": "string" }, "categories": { "description": "Filter by categories (e.g., 'beverages', 'dairy')", "type": "string" }, "countries": { "description": "Filter by countries (e.g., 'france', 'united-states')", "type": "string" }, "nova_groups": { "description": "Filter by NOVA processing groups (1, 2, 3, 4)", "type": "string" }, "nutrition_grades": { "description": "Filter by Nutri-Score grades (a, b, c, d, e)", "type": "string" }, "page": { "description": "Page number for pagination (default: 1)", "minimum": 1, "type": "number" }, "page_size": { "description": "Number of results per page (default: 20, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "search": { "description": "Search terms for product names, brands, or ingredients", "type": "string" }, "sort_by": { "description": "Sort results by: popularity, product_name, created_datetime, last_modified_datetime", "enum": [ "popularity", "product_name", "created_datetime", "last_modified_datetime" ], "type": "string" } }, "required": [], "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