services.gera/mcp-gera-eats
NPM · @GERA-SERVICES/MCP-GERA-EATS · SCANNED AUG 3
Look up UK food hygiene ratings and city hygiene profiles from real FSA FHRS/FHIS data. No auth.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 40 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 779 tokens (~155/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @gera-services/mcp-gera-eats
claude mcp add services-gera-mcp-gera-eats -- npx -y @gera-services/mcp-gera-eats
codex mcp add services-gera-mcp-gera-eats -- npx -y @gera-services/mcp-gera-eats
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"services-gera-mcp-gera-eats": {
"type": "local",
"command": [
"npx",
"-y",
"@gera-services/mcp-gera-eats"
],
"enabled": true
}
}
} openclaw mcp add services-gera-mcp-gera-eats --command npx --arg -y --arg @gera-services/mcp-gera-eats
mcp_servers:
services-gera-mcp-gera-eats:
command: "npx"
args: ["-y", "@gera-services/mcp-gera-eats"] {
"mcpServers": {
"services-gera-mcp-gera-eats": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-eats"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +7
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 +37
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −72
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- License: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Licence: MIT functional
- 29 Jul 26 +53
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- First check of Schema quality: fail functional
- Licence: MIT functional
- 28 Jul 26 +1
- Dependency health: unverified → partial ▲ functional
- 27 Jul 26 18
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@gera-services/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
compare_city_hygiene Compare food-hygiene across UK cities ~126
Compare the food-hygiene profile of two or more UK cities / local authorities side by side — average rating, % of 5-star premises, % of low-rated premises and total establishments — and rank them cleanest-first. Useful for "is it safer to eat out in Leeds or Manchester?". Note: Scotland (FHIS) authorities have no star average and are ranked by their Pass rate where comparable.
| Name | Type | Req | Description |
|---|---|---|---|
| authorities | array | yes | Two to eight city / local-authority names, e.g. ["Birmingham", "Leeds", "Bristol"]. |
No output schema declared.
No examples provided.
find_top_rated_restaurants Find the best- or worst-rated places to eat in a city ~220
Return the highest-rated (or, with `order: "worst"`, the lowest-rated) real establishments in a UK city / local authority, optionally filtered by business type (e.g. "restaurant", "takeaway", "cafe", "pub"). Each result includes name, address, postcode, business type, star rating and inspection date. Use this for "where can I safely eat in <city>?" or "which places failed hygiene checks in <city>?".
| Name | Type | Req | Description |
|---|---|---|---|
| authority | string | yes | City or local-authority name/slug, e.g. "Manchester", "Bristol". |
| business_type | string | — | Optional business-type filter, matched case-insensitively against FSA business types, e.g. "restaurant", "takeaway", "pub", "cafe", "retailer". |
| limit | integer | — | Max results (default 10). |
| order | string | — | "best" (default) returns the highest-rated; "worst" returns the lowest-rated. |
No output schema declared.
No examples provided.
get_city_hygiene_stats Get a city / authority food-hygiene profile ~134
Return the full food-hygiene profile for a UK city / local authority: total establishments, how many are rated, the average rating, the 0–5 star distribution, the share of 5-star and 0-star premises, and the latest inspection date. Scotland authorities use the FHIS scheme and report a Pass / Improvement-Required breakdown instead of star averages. Use this to answer "how clean are restaurants in <city>?".
| Name | Type | Req | Description |
|---|---|---|---|
| authority | string | yes | City or local-authority name/slug, e.g. "Leeds", "Cardiff", "Glasgow City". |
No output schema declared.
No examples provided.
list_authorities List UK local authorities with hygiene data ~143
List the UK local authorities (councils) covered by the GeraEats food-hygiene dataset, optionally filtered by a name fragment (e.g. "london", "york", "glasgow"). Use this first to find the exact authority name/slug to pass to the other tools. Returns each authority's slug, name, rating scheme (FHRS for England/Wales/NI, FHIS for Scotland) and establishment count.
| Name | Type | Req | Description |
|---|---|---|---|
| contains | string | — | Optional case-insensitive name fragment to filter authorities, e.g. "shire" or "city". |
| limit | integer | — | Max authorities to return (default 50). |
No output schema declared.
No examples provided.
lookup_food_hygiene_rating Look up a food hygiene rating by establishment name ~156
Find the FSA food hygiene rating for one or more establishments by (partial) name within a UK city / local authority. Returns each matching real establishment with its 0–5 star rating (or Scotland FHIS Pass / Improvement Required label), address, postcode, business type and last inspection date. Pass the city/council name in `authority` (use list_authorities if unsure) and the restaurant/business name in `name`.
| Name | Type | Req | Description |
|---|---|---|---|
| authority | string | yes | City or local-authority name, e.g. "Birmingham", "Manchester", "Glasgow City". |
| name | string | yes | Establishment name or fragment to search for, e.g. "Pizza Express", "Mehmet". |
No output schema declared.
No examples provided.