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.

io.github.geraservicesuk/mcp-gera-clinic

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

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

+24 this week 64 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 41 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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-clinic

# add to Claude Code
claude mcp add geraservicesuk-mcp-gera-clinic -- npx -y @gera-services/mcp-gera-clinic
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add geraservicesuk-mcp-gera-clinic --command npx --arg -y --arg @gera-services/mcp-gera-clinic
# ~/.hermes/config.yaml
mcp_servers:
  geraservicesuk-mcp-gera-clinic:
    command: "npx"
    args: ["-y", "@gera-services/mcp-gera-clinic"]
// mcp.json
{
  "mcpServers": {
    "geraservicesuk-mcp-gera-clinic": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-clinic"
      ]
    }
  }
}
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 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +30
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → excellent functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +4
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified 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 — 12 exposed · ~1,369 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
book_appointment ~138

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

NameTypeReqDescription
appointment_typestringyesType of consultation
auth_tokenstringyesUser bearer token for authentication
countrystringISO 3166-1 alpha-2 country code
datestringyesAppointment date in ISO format YYYY-MM-DD
doctor_idstringyesDoctor UUID
end_timestringyesEnd time in HH:MM format
reasonstringReason for visit / symptoms
start_timestringyesStart time in HH:MM format

No output schema declared.

No examples provided.

cancel_appointment ~98

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.

NameTypeReqDescription
appointment_idstringyesAppointment UUID to cancel
auth_tokenstringyesUser bearer token for authentication
countrystringISO 3166-1 alpha-2 country code
reasonstringReason for cancellation (helps improve the platform)

No output schema declared.

No examples provided.

get_available_slots ~76

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

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code
datestringyesDate in ISO format YYYY-MM-DD
doctor_idstringyesDoctor UUID

No output schema declared.

No examples provided.

get_doctor_profile ~60

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

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code
doctor_idstringyesDoctor UUID

No output schema declared.

No examples provided.

get_featured_doctors ~59

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

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code
limitintegerNumber of featured doctors to return

No output schema declared.

No examples provided.

get_health_services ~81

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.

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code (e.g., "GB", "US", "GE", "KE")

No output schema declared.

No examples provided.

get_lab_results ~197

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.

NameTypeReqDescription
auth_tokenstringyesUser bearer token for authentication
countrystringISO 3166-1 alpha-2 country code
from_datestringFilter results from this date (ISO format YYYY-MM-DD)
limitintegerResults per page (max 50)
pageintegerPage number for pagination (when listing all results)
result_idstringSpecific lab result UUID. Omit to list all results.
test_typestringFilter by test type (e.g., "blood-panel", "urine", "imaging", "ecg")
to_datestringFilter results up to this date (ISO format YYYY-MM-DD)

No output schema declared.

No examples provided.

get_my_appointments ~159

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.

NameTypeReqDescription
auth_tokenstringyesUser bearer token for authentication
countrystringISO 3166-1 alpha-2 country code
from_datestringFilter appointments from this date (ISO format YYYY-MM-DD)
limitintegerResults per page (max 50)
pageintegerPage number for pagination
statusstringFilter by appointment status. Omit to return all.
to_datestringFilter appointments up to this date (ISO format YYYY-MM-DD)

No output schema declared.

No examples provided.

list_specialties ~49

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

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code

No output schema declared.

No examples provided.

order_medication ~150

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.

NameTypeReqDescription
auth_tokenstringyesUser bearer token for authentication
countrystringISO 3166-1 alpha-2 country code
delivery_addressstringyesFull delivery address for the medication
itemsarrayyesList of medications to order
pharmacy_idstringPreferred pharmacy UUID. If omitted, the nearest available pharmacy is selected automatically.
prescription_idstringPrescription UUID from a GeraClinic doctor — required for prescription-only medications

No output schema declared.

No examples provided.

search_doctors ~174

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).

NameTypeReqDescription
appointment_typestringType of consultation
countrystringISO 3166-1 alpha-2 country code (e.g., "GE", "UG", "GH")
languagestringPreferred language (e.g., "en", "ka", "fr")
limitintegerResults per page (max 50)
min_ratingnumberMinimum doctor rating (0-5)
pageintegerPage number for pagination
specialtystringMedical specialty (e.g., "cardiology", "dermatology", "general-practice")

No output schema declared.

No examples provided.

search_pharmacies ~128

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

NameTypeReqDescription
citystringCity name to search within
countrystringISO 3166-1 alpha-2 country code
latnumberLatitude for proximity search
limitintegerResults per page (max 50)
lngnumberLongitude for proximity search
open_nowbooleanFilter to only show pharmacies currently open
pageintegerPage number

No output schema declared.

No examples provided.