food_hygiene
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
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Food — What is in it and whether the kitchen is clean.
Arguments
| Name | Type | What it is |
|---|---|---|
name | string | Business name, e.g. 'Nandos' |
where | string | Town, street or postcode to narrow it to |
lat | number | Optional: look around this point instead |
lon | number | Optional: look around this point instead |
limit | number | How many to return, default 10, max 30 |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"food_hygiene"}}Try it in the playground.


