services.gera/mcp-gera-clinic
NPM · @GERA-SERVICES/MCP-GERA-CLINIC · SCANNED AUG 3
Find CQC-registered UK care/health providers and run non-diagnostic health calculators (BMI, etc).
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 Usability62
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 830 tokens (~166/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 Coverage81
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 42% of tool parameters carry a description.Partial
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-clinic
claude mcp add services-gera-mcp-gera-clinic -- npx -y @gera-services/mcp-gera-clinic
codex mcp add services-gera-mcp-gera-clinic -- npx -y @gera-services/mcp-gera-clinic
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"services-gera-mcp-gera-clinic": {
"type": "local",
"command": [
"npx",
"-y",
"@gera-services/mcp-gera-clinic"
],
"enabled": true
}
}
} openclaw mcp add services-gera-mcp-gera-clinic --command npx --arg -y --arg @gera-services/mcp-gera-clinic
mcp_servers:
services-gera-mcp-gera-clinic:
command: "npx"
args: ["-y", "@gera-services/mcp-gera-clinic"] {
"mcpServers": {
"services-gera-mcp-gera-clinic": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-clinic"
]
}
}
} 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 +46
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 +12
- 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 −20
- Malware scan: pass → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- 28 Jul 26 −15
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 35
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.
find_care_provider Find a CQC-registered care or health provider ~242
Search GeraClinic's directory of real Care Quality Commission (CQC) registered UK providers — GP surgeries, dentists, hospitals, clinics, care/nursing homes, hospices, urgent-care centres and more. Filter by name, postcode (full or outward, e.g. 'TN12'), service type (e.g. 'Dentist', 'Doctors/GPs', 'Hospital'), and/or local authority (e.g. 'kent'). Returns provider name, address, postcode, phone, website, service types and last-inspected date. All filters are AND-combined; omit any. Offline — real CQC records only.
| Name | Type | Req | Description |
|---|---|---|---|
| authority | string | — | Local authority slug or name, e.g. "kent", "Essex". |
| limit | integer | — | Max results (default 10). |
| postcode | string | — | Full postcode or outward code, e.g. "TN12 6AX" or "TN12". |
| query | string | — | Provider or organisation name substring. |
| serviceType | string | — | Service type, e.g. "Dentist", "Doctors/GPs", "Hospital", "Nursing homes". |
No output schema declared.
No examples provided.
get_cqc_area_stats Get CQC care statistics for a UK area ~137
Return GeraClinic's aggregated Care Quality Commission statistics for a UK local authority or locality (e.g. 'kent', 'essex'). Includes total registered providers, how many publish a phone number / website, the breakdown by service type (GPs, dentists, care homes, hospitals, etc.) with counts and percentages, the most common service type, and the latest inspection date in the area. Use list_care_authorities first to discover valid area names. Real CQC data, offline.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | yes | Authority or locality slug/name, e.g. "kent", "essex", "surrey". |
No output schema declared.
No examples provided.
list_care_authorities List UK areas covered by the CQC directory ~106
List the UK local authorities GeraClinic's CQC directory covers, with the number of registered providers and the top service type in each. Optionally filter by region (e.g. 'London', 'South East', 'North West'). Use this to find a valid `area` value for get_cqc_area_stats or an `authority` for find_care_provider.
| Name | Type | Req | Description |
|---|---|---|---|
| region | string | — | Filter by region, e.g. "London", "South East". |
No output schema declared.
No examples provided.
list_health_calculators List GeraClinic health calculators ~82
List the health calculators available via run_health_calculator — BMI, BMR/TDEE calories, ideal weight, blood-pressure category, heart-rate zones, A1C↔glucose, water intake, and waist-to-height ratio — each with its id, required inputs, and the public reference standard it uses. All are objective and non-diagnostic.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
run_health_calculator Run a GeraClinic health calculator ~263
Run one of GeraClinic's non-diagnostic health calculators and return the result. Pick `calculator` (see list_health_calculators) and pass the metric inputs it needs (heights in cm, weights in kg). Examples: bmi {weightKg, heightCm}; bmr_tdee {weightKg, heightCm, ageYears, sex, activity}; ideal_weight {heightCm, sex}; blood_pressure {systolic, diastolic}; heart_rate_zones {ageYears}; a1c {a1cPercent} or {avgGlucoseMgDl}; water_intake {weightKg, activityMinutes?}; waist_to_height {waistCm, heightCm}. Results are educational reference values, not medical advice.
| Name | Type | Req | Description |
|---|---|---|---|
| a1cPercent | number | — | — |
| activity | string | — | — |
| activityMinutes | number | — | — |
| ageYears | integer | — | — |
| avgGlucoseMgDl | number | — | — |
| calculator | string | yes | Which calculator to run. |
| diastolic | number | — | — |
| heightCm | number | — | — |
| sex | string | — | — |
| systolic | number | — | — |
| waistCm | number | — | — |
| weightKg | number | — | — |
No output schema declared.
No examples provided.