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

Discover, resolve & cite Gera named UK NHS/OGL public-data indices with real source provenance.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@gera-services/mcp-gera-indices`
- Version: `1.0.0`
- 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 27 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 658 tokens (~131/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-indices -- npx -y @gera-services/mcp-gera-indices
```

### Codex

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

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "services-gera-mcp-gera-indices": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@gera-services/mcp-gera-indices"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

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

### Hermes

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

### Other

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

## 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 62, +3)

- [functional improvement] Stability: unverified → 0.23

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

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 15, 0)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified

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

- [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, −21)

- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-28 (score 21, −19)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (5)

### `list_indices` (~183 tokens)

List Gera’s named public-data indices

List the catalog of Gera named data indices — the editorial 0-100 scores Gera publishes over real, named UK open datasets (NHS England, NHSBSA, CQC, NHS Employers). For each: id (use it with get_index / get_index_recruitment), name, topic, status (live | planned), a one-line description, canonical page URL, the source publisher + URL, and licence. Use this first to discover what is available, then resolve_index for a plain-language name, get_index for one index in full. All underlying data is Open Government Licence v3.0 (or otherwise open) with attribution.

Input parameters:

- `status` (string): Optional status filter. Defaults to all.
- `topic` (string): Optional topic filter, e.g. "cancer", "diagnostics", "workforce", "urgent-care".

### `get_index` (~134 tokens)

Get one Gera index in full (with provenance + citation)

Return everything about one named index: its full description, the real published standard the 0-100 score is scaled against, geographic coverage, the canonical page URL, the methodology URL, the underlying dataset’s full provenance (name, publisher, source URL, licence), the corridor-safe recruitment cross-links, related indices, and a ready-to-use cite_as string. Pass an index id from list_indices, or use resolve_index to turn a plain-language name into an id first.

Input parameters:

- `id` (string, required): Index id, e.g. "nhs-cancer-waiting-times-index" (from list_indices / resolve_index).

### `resolve_index` (~138 tokens)

Resolve a plain-language name to a Gera index

Turn a natural-language phrase — e.g. "the Gera NHS Cancer Waiting Times Index", "62-day cancer standard", "dental deserts", "ambulance response times" — into the best-matching named index(es), ranked. Returns each candidate’s id, name, match confidence, canonical URL and one-line description, so you can then call get_index for the winner. Use this when a user references an index by description rather than by its exact id.

Input parameters:

- `limit` (integer): Max candidates to return (1-10). Defaults to 3.
- `query` (string, required): A plain-language index name or description to match.

### `get_index_recruitment` (~130 tokens)

Get the recruitment / workforce cross-links for an index

For a given index, return the corridor-safe recruitment context: why the index is a hiring-demand signal, the professions it points at, live Gera pathway-information page URLs, and example UK-inbound source countries. Every response carries the mandatory safeguard disclaimer (Gera does not actively recruit from WHO 2023 safeguard-list countries) and, where relevant, a profession-scope guard (e.g. registered nurses only for social care). This is pathway INFORMATION for individuals who independently choose to migrate — never active recruitment.

Input parameters:

- `id` (string, required): Index id (from list_indices / resolve_index).

### `list_index_sources` (~73 tokens)

List every index’s underlying data source + licence

Return the provenance spine: for every named index, its name, the exact underlying dataset name, the publisher, the canonical source URL, the licence + licence URL, and a ready-to-use cite_as string. Use this to attribute or fact-check any Gera index against its real, named public source in one call.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 59
- 2026-08-01: 15
- 2026-07-31: 15
- 2026-07-30: 0
- 2026-07-28: 21
- 2026-07-27: 40

## Links

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