# services.gera/mcp-gera-eats (npm · @gera-services/mcp-gera-eats)

Look up UK food hygiene ratings and city hygiene profiles from real FSA FHRS/FHIS data. No auth.

- Trust score: 63/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@gera-services/mcp-gera-eats`: 63/100 (this document), [markdown](https://verifymcp.io/servers/services-gera-mcp-gera-eats/gera-services-mcp-gera-eats.md), [page](https://verifymcp.io/servers/services-gera-mcp-gera-eats/gera-services-mcp-gera-eats)

## Channel facts

- Registry: `npm`
- Package: `@gera-services/mcp-gera-eats`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 40 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add services-gera-mcp-gera-eats -- npx -y @gera-services/mcp-gera-eats
```

### Codex

```bash
codex mcp add services-gera-mcp-gera-eats -- npx -y @gera-services/mcp-gera-eats
```

### opencode

```json
{
  "$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

```bash
openclaw mcp add services-gera-mcp-gera-eats --command npx --arg -y --arg @gera-services/mcp-gera-eats
```

### Hermes

```yaml
mcp_servers:
  services-gera-mcp-gera-eats:
    command: "npx"
    args: ["-y", "@gera-services/mcp-gera-eats"]
```

### Other

```json
{
  "mcpServers": {
    "services-gera-mcp-gera-eats": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-eats"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 59, +7)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 52, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 37, +37)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 0, −72)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-29 (score 72, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] 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

### 2026-07-28 (score 19, +1)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (5)

### `list_authorities` (~143 tokens)

List UK local authorities with hygiene data

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.

Input parameters:

- `contains` (string): Optional case-insensitive name fragment to filter authorities, e.g. "shire" or "city".
- `limit` (integer): Max authorities to return (default 50).

### `lookup_food_hygiene_rating` (~156 tokens)

Look up a food hygiene rating by establishment name

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`.

Input parameters:

- `authority` (string, required): City or local-authority name, e.g. "Birmingham", "Manchester", "Glasgow City".
- `name` (string, required): Establishment name or fragment to search for, e.g. "Pizza Express", "Mehmet".

### `get_city_hygiene_stats` (~134 tokens)

Get a city / authority food-hygiene profile

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>?".

Input parameters:

- `authority` (string, required): City or local-authority name/slug, e.g. "Leeds", "Cardiff", "Glasgow City".

### `find_top_rated_restaurants` (~220 tokens)

Find the best- or worst-rated places to eat in a city

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>?".

Input parameters:

- `authority` (string, required): 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.

### `compare_city_hygiene` (~126 tokens)

Compare food-hygiene across UK cities

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.

Input parameters:

- `authorities` (array, required): Two to eight city / local-authority names, e.g. ["Birmingham", "Leeds", "Bristol"].

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/services-gera-mcp-gera-eats/gera-services-mcp-gera-eats#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 59
- 2026-08-01: 52
- 2026-07-31: 37
- 2026-07-30: 0
- 2026-07-29: 72
- 2026-07-28: 19
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/@gera-services/mcp-gera-eats
- Socket report: https://socket.dev/npm/package/@gera-services/mcp-gera-eats
- Website: https://geraeats.com/
- Changelog RSS feed: https://verifymcp.io/servers/services-gera-mcp-gera-eats/gera-services-mcp-gera-eats/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/services-gera-mcp-gera-eats/gera-services-mcp-gera-eats/changelog.json
- HTML version of this page: https://verifymcp.io/servers/services-gera-mcp-gera-eats/gera-services-mcp-gera-eats
