# io.github.geraservicesuk/mcp-gera-clinic (npm · @gera-services/mcp-gera-clinic)

Search doctors, check availability, book medical appointments. 7 tools. 50+ countries.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@gera-services/mcp-gera-clinic`
- Version: `0.1.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 41 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1369 tokens (~114/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 geraservicesuk-mcp-gera-clinic -- npx -y @gera-services/mcp-gera-clinic
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

## 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 64, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 60, +30)

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

### 2026-08-01 (score 30, +8)

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

### 2026-07-31 (score 22, +4)

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

### 2026-07-28 (score 18, −22)

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

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

First indexed and scored.

## MCP tools (12)

### `search_doctors` (~174 tokens)

Search for doctors by specialty, location, and availability. Returns a list of verified doctors with their ratings, languages, consultation fees, and appointment types (video, in-person, chat).

Input parameters:

- `appointment_type` (string): Type of consultation
- `country` (string): ISO 3166-1 alpha-2 country code (e.g., "GE", "UG", "GH")
- `language` (string): Preferred language (e.g., "en", "ka", "fr")
- `limit` (integer): Results per page (max 50)
- `min_rating` (number): Minimum doctor rating (0-5)
- `page` (integer): Page number for pagination
- `specialty` (string): Medical specialty (e.g., "cardiology", "dermatology", "general-practice")

### `get_doctor_profile` (~60 tokens)

Get detailed profile for a specific doctor including bio, qualifications, languages, consultation fees, and supported appointment types.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code
- `doctor_id` (string, required): Doctor UUID

### `get_available_slots` (~76 tokens)

Get available appointment time slots for a specific doctor on a given date. Returns a list of open slots with start/end times.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code
- `date` (string, required): Date in ISO format YYYY-MM-DD
- `doctor_id` (string, required): Doctor UUID

### `list_specialties` (~49 tokens)

List all medical specialties available in a given country. Useful for discovering what types of doctors are available before searching.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code

### `get_featured_doctors` (~59 tokens)

Get top-rated, verified doctors. Useful for recommending the best available doctors to users.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code
- `limit` (integer): Number of featured doctors to return

### `get_health_services` (~81 tokens)

Get all health service types available in a specific country on GeraClinic. Returns services such as telemedicine video consultations, in-person appointments, pharmacy delivery, lab test booking, and home nursing.

Input parameters:

- `country` (string, required): ISO 3166-1 alpha-2 country code (e.g., "GB", "US", "GE", "KE")

### `book_appointment` (~138 tokens)

Book a medical appointment with a doctor. Requires authentication. Returns booking confirmation with payment URL if applicable.

Input parameters:

- `appointment_type` (string, required): Type of consultation
- `auth_token` (string, required): User bearer token for authentication
- `country` (string): ISO 3166-1 alpha-2 country code
- `date` (string, required): Appointment date in ISO format YYYY-MM-DD
- `doctor_id` (string, required): Doctor UUID
- `end_time` (string, required): End time in HH:MM format
- `reason` (string): Reason for visit / symptoms
- `start_time` (string, required): Start time in HH:MM format

### `get_my_appointments` (~159 tokens)

List upcoming and past appointments for the authenticated patient. Returns appointments with doctor info, date/time, status, and consultation type. Use this to check a patient's appointment history or upcoming schedule.

Input parameters:

- `auth_token` (string, required): User bearer token for authentication
- `country` (string): ISO 3166-1 alpha-2 country code
- `from_date` (string): Filter appointments from this date (ISO format YYYY-MM-DD)
- `limit` (integer): Results per page (max 50)
- `page` (integer): Page number for pagination
- `status` (string): Filter by appointment status. Omit to return all.
- `to_date` (string): Filter appointments up to this date (ISO format YYYY-MM-DD)

### `cancel_appointment` (~98 tokens)

Cancel an existing appointment. Requires authentication. Returns cancellation confirmation and refund details if applicable. Must be called at least 1 hour before the scheduled appointment time.

Input parameters:

- `appointment_id` (string, required): Appointment UUID to cancel
- `auth_token` (string, required): User bearer token for authentication
- `country` (string): ISO 3166-1 alpha-2 country code
- `reason` (string): Reason for cancellation (helps improve the platform)

### `get_lab_results` (~197 tokens)

Retrieve lab test results for the authenticated patient. Returns digitally signed diagnostic reports including blood work, imaging, and other diagnostic results. Results are returned as structured data with normal ranges and doctor notes.

Input parameters:

- `auth_token` (string, required): User bearer token for authentication
- `country` (string): ISO 3166-1 alpha-2 country code
- `from_date` (string): Filter results from this date (ISO format YYYY-MM-DD)
- `limit` (integer): Results per page (max 50)
- `page` (integer): Page number for pagination (when listing all results)
- `result_id` (string): Specific lab result UUID. Omit to list all results.
- `test_type` (string): Filter by test type (e.g., "blood-panel", "urine", "imaging", "ecg")
- `to_date` (string): Filter results up to this date (ISO format YYYY-MM-DD)

### `order_medication` (~150 tokens)

Order medication from a pharmacy via GeraClinic. Can be linked to a doctor's prescription or ordered as OTC (over-the-counter). Requires authentication. Returns order confirmation with estimated delivery time and pharmacy details.

Input parameters:

- `auth_token` (string, required): User bearer token for authentication
- `country` (string): ISO 3166-1 alpha-2 country code
- `delivery_address` (string, required): Full delivery address for the medication
- `items` (array, required): List of medications to order
- `pharmacy_id` (string): Preferred pharmacy UUID. If omitted, the nearest available pharmacy is selected automatically.
- `prescription_id` (string): Prescription UUID from a GeraClinic doctor — required for prescription-only medications

### `search_pharmacies` (~128 tokens)

Find pharmacies near a location that deliver medications via GeraClinic. Returns pharmacies with their operating hours, delivery radius, and available payment methods.

Input parameters:

- `city` (string): City name to search within
- `country` (string): ISO 3166-1 alpha-2 country code
- `lat` (number): Latitude for proximity search
- `limit` (integer): Results per page (max 50)
- `lng` (number): Longitude for proximity search
- `open_now` (boolean): Filter to only show pharmacies currently open
- `page` (integer): Page number

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 60
- 2026-08-01: 30
- 2026-07-31: 22
- 2026-07-30: 18
- 2026-07-28: 18
- 2026-07-27: 40

## Links

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