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

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

Discover & query Gera's 30 attested open UK/US government datasets, each with signed provenance.

+24 this week 63 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 Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 729 tokens (~145/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-data

# add to Claude Code
claude mcp add services-gera-mcp-gera-data -- npx -y @gera-services/mcp-gera-data
# add to Codex CLI
codex mcp add services-gera-mcp-gera-data -- npx -y @gera-services/mcp-gera-data
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "services-gera-mcp-gera-data": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@gera-services/mcp-gera-data"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add services-gera-mcp-gera-data --command npx --arg -y --arg @gera-services/mcp-gera-data
# ~/.hermes/config.yaml
mcp_servers:
  services-gera-mcp-gera-data:
    command: "npx"
    args: ["-y", "@gera-services/mcp-gera-data"]
// mcp.json
{
  "mcpServers": {
    "services-gera-mcp-gera-data": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-data"
      ]
    }
  }
}
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 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +47
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −39
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 39

    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 · ~729 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_attestation ~151

Return the cryptographically signed Gera Vouch attestation for a dataset version: a claim object (dataset id, version, row count, SHA-256 content hash over the rows, source, source URL, licence, attribution, as-of, issuer), an Ed25519 signature, and the public key + verification recipe. Any party re-canonicalises the claim (sorted-key UTF-8 JSON) and verifies the signature against the public key — proving the dataset content came from the named source under the named licence and was not altered. This is a proof-of-provenance receipt; it is NOT a warranty of fitness for purpose.

NameTypeReqDescription
idstringyesDataset id (from list_datasets).

No output schema declared.

No examples provided.

get_dataset ~122

Return everything about one dataset EXCEPT its rows: title, description, coverage, full provenance (source, URL, licence, attribution, as-of, derivation notes), the complete column schema, the row count, and a compact attestation summary (content hash + key id) so you know it is signed. Pass a dataset id from list_datasets. Use query_dataset to fetch the rows, get_attestation for the full signed receipt.

NameTypeReqDescription
idstringyesDataset id, e.g. "uk-council-tax" (from list_datasets).

No output schema declared.

No examples provided.

get_vouch_public_key ~69

Return the Ed25519 public key (+ key_id and verification recipe) used to sign every Gera Vouch dataset attestation, so any party can independently verify a get_attestation receipt. This is the same Gera public key the Gera Data API and Gera Verify MCP publish.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_datasets ~135

List the catalog of verified open datasets Gera serves: for each, the id (use it with the other tools), title, source publisher, source URL, licence, reference period (as-of), row count, coverage, and the queryable columns (id, label, type, unit, whether filterable/sortable). Use this first to discover what data is available, then call get_dataset / query_dataset / get_attestation by id. All data is public-domain / OGL v3.0 / CC-BY with attribution.

NameTypeReqDescription
countrystringOptional filter by country/coverage. Defaults to all.

No output schema declared.

No examples provided.

query_dataset ~252

Fetch verified rows from a dataset with optional single-column filter, sort, and pagination — same semantics as the Gera Data API. filter_column must be a filterable column; for number columns the filter is an exact match, for string columns a case-insensitive substring match. sort_by must be a sortable column. Returns the page of rows plus total/totalPages and the dataset version, so a returned value can be cited precisely (dataset id + version + source). Default page_size 50, max 500. For a full-dataset content hash, page through all rows or use get_attestation.

NameTypeReqDescription
filter_columnstringFilterable column id to filter on. Omit for no filter.
filter_valuestringValue to match (exact for number columns, substring for string columns).
idstringyesDataset id (from list_datasets).
pageinteger1-based page number. Defaults to 1.
page_sizeintegerRows per page (1-500). Defaults to 50.
sort_bystringSortable column id to sort by.
sort_dirstringSort direction. Defaults to asc.

No output schema declared.

No examples provided.