uk_food_hygiene_search
ActiveTool of Uk Food Hygiene
Search UK restaurant food hygiene ratings from the Food Standards Agency FHRS — answers "is this restaurant clean", "is this takeaway safe to eat at", "food hygiene rating of X". Search by business name and/or address (a town, street, or postcode works), or by latitude/longitude + radius_miles for hygiene ratings near a point. Filter by business_type (restaurant, takeaway, pub, hotel, supermarket, mobile caterer...) and min_rating (1-5). Returns rating (0-5 in England/Wales/NI; Scotland uses "Pass"/"Improvement Required" under FHIS), inspection date, address, and inspection sub-scores. Example: uk_food_hygiene_search({ name: "Nandos", address: "Leeds" })
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"name": {
"type": "string",
"description": "Business name to search, e.g. \"Nandos\", \"Golden Dragon\""
},
"limit": {
"type": "number",
"description": "Max results to return, 1-30 (default 10)"
},
"address": {
"type": "string",
"description": "Any part of the address — town, street, or postcode, e.g. \"Leeds\", \"Baker Street\", \"SW1A 1AA\""
},
"latitude": {
"type": "number",
"description": "Latitude for geo search (use with longitude)"
},
"longitude": {
"type": "number",
"description": "Longitude for geo search (use with latitude)"
},
"min_rating": {
"type": "number",
"description": "Minimum FHRS rating 1-5 (5 = best). Filters to numerically-rated FHRS establishments, so Scottish FHIS results drop out"
},
"radius_miles": {
"type": "number",
"description": "Geo search radius in miles (default 2, max 30). Only used with latitude/longitude"
},
"business_type": {
"type": "string",
"description": "Optional type filter, e.g. \"restaurant\", \"takeaway\", \"pub\", \"hotel\", \"supermarket\", \"school\", \"mobile caterer\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Uk Food Hygiene
https://github.com/pipeworx-io/mcp-uk-food-hygiene
2/7 registries