Food

What is in it and whether the kitchen is clean

Scan a barcode for ingredients and allergens, or check a restaurant's hygiene rating.

Look something up

Open Food →

Calling it

Everything here is public and free. No token, no account, no payment.

How every call behaves →

Methods

GET /api/v1/food/hygiene

Food hygiene ratings for UK businesses, from the Food Standards Agency inspections. Takes a business name, a town or postcode, or a lat/lon to look around

ArgumentTypeDescription
namestringBusiness name, e.g. 'Nandos'
wherestringTown, street or postcode to narrow it to
latnumberOptional: look around this point instead
lonnumberOptional: look around this point instead
limitnumberHow many to return, default 10, max 30
curl \
  "https://mu-mcp.yvangodard.me/api/v1/food/hygiene"
GET /api/v1/food/product

Look up a packaged food by its barcode — name, brand, ingredients, allergens, nutrition per 100g, Nutri-Score and how processed it is

ArgumentTypeDescription
barcode *stringThe barcode, 6 to 14 digits, e.g. 5000168034928
curl \
  "https://mu-mcp.yvangodard.me/api/v1/food/product?barcode=barcode"

The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.