Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

services.gera/mcp-gera-indices

NPM · @GERA-SERVICES/MCP-GERA-INDICES · SCANNED AUG 3

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

+22 this week 62 Trust /100
Trust breakdown (6 categories)

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 27 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).Pass
  • 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. 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
Install

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-indices

# add to Claude Code
claude mcp add services-gera-mcp-gera-indices -- npx -y @gera-services/mcp-gera-indices
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add services-gera-mcp-gera-indices --command npx --arg -y --arg @gera-services/mcp-gera-indices
# ~/.hermes/config.yaml
mcp_servers:
  services-gera-mcp-gera-indices:
    command: "npx"
    args: ["-y", "@gera-services/mcp-gera-indices"]
// mcp.json
{
  "mcpServers": {
    "services-gera-mcp-gera-indices": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-indices"
      ]
    }
  }
}
Changelog

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 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 0
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +15
    • 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 −21
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 28 Jul 26 −19
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

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.

MCP tools — 5 exposed · ~658 tokens

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.

Tool Tokens
get_index ~134

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.

NameTypeReqDescription
idstringyesIndex id, e.g. "nhs-cancer-waiting-times-index" (from list_indices / resolve_index).

No output schema declared.

No examples provided.

get_index_recruitment ~130

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.

NameTypeReqDescription
idstringyesIndex id (from list_indices / resolve_index).

No output schema declared.

No examples provided.

list_index_sources ~73

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_indices ~183

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.

NameTypeReqDescription
statusstringOptional status filter. Defaults to all.
topicstringOptional topic filter, e.g. "cancer", "diagnostics", "workforce", "urgent-care".

No output schema declared.

No examples provided.

resolve_index ~138

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.

NameTypeReqDescription
limitintegerMax candidates to return (1-10). Defaults to 3.
querystringyesA plain-language index name or description to match.

No output schema declared.

No examples provided.