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.
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 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
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 geraservicesuk-mcp-gera-clinic -- npx -y @gera-services/mcp-gera-clinic
codex mcp add geraservicesuk-mcp-gera-clinic -- npx -y @gera-services/mcp-gera-clinic
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"geraservicesuk-mcp-gera-clinic": {
"type": "local",
"command": [
"npx",
"-y",
"@gera-services/mcp-gera-clinic"
],
"enabled": true
}
}
} openclaw mcp add geraservicesuk-mcp-gera-clinic --command npx --arg -y --arg @gera-services/mcp-gera-clinic
mcp_servers:
geraservicesuk-mcp-gera-clinic:
command: "npx"
args: ["-y", "@gera-services/mcp-gera-clinic"] {
"mcpServers": {
"geraservicesuk-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 +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.
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.
book_appointment ~138
Book a medical appointment with a doctor. Requires authentication. Returns booking confirmation with payment URL if applicable.
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_type | string | yes | Type of consultation |
| auth_token | string | yes | User bearer token for authentication |
| country | string | — | ISO 3166-1 alpha-2 country code |
| date | string | yes | Appointment date in ISO format YYYY-MM-DD |
| doctor_id | string | yes | Doctor UUID |
| end_time | string | yes | End time in HH:MM format |
| reason | string | — | Reason for visit / symptoms |
| start_time | string | yes | Start 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.
| Name | Type | Req | Description |
|---|---|---|---|
| appointment_id | string | yes | Appointment UUID to cancel |
| auth_token | string | yes | User bearer token for authentication |
| country | string | — | ISO 3166-1 alpha-2 country code |
| reason | string | — | Reason 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | ISO 3166-1 alpha-2 country code |
| date | string | yes | Date in ISO format YYYY-MM-DD |
| doctor_id | string | yes | Doctor 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | ISO 3166-1 alpha-2 country code |
| doctor_id | string | yes | Doctor 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | ISO 3166-1 alpha-2 country code |
| limit | integer | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| auth_token | string | yes | 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) |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| auth_token | string | yes | 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) |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | ISO 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.
| Name | Type | Req | Description |
|---|---|---|---|
| auth_token | string | yes | User bearer token for authentication |
| country | string | — | ISO 3166-1 alpha-2 country code |
| delivery_address | string | yes | Full delivery address for the medication |
| items | array | yes | 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 |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| 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") |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.