mcpserver.lol
registry/public-5
Connection check verified live · 28h ago

public-5

Healthcare staffing simulator — ED, walk-in clinic, and appointment office DES tools.

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

7 tools

Read from the running server on 28h ago.

describe_facility read-only name*
Return detailed info on one facility type: typical arrival pattern, MD/PA mix, common pain points, what a sim with simulate_ed_demo would teach you about it, and what a CUSTOM faci…
explain_appointment_office read-only
Explain appointment-based scheduling dynamics — no-show rates as the dominant variance, buffer time as the trade-off lever, double-booking strategy, treatment-time variance by visi…
explain_ed_queueing read-only
Return a textbook-level explanation of Emergency Department queueing dynamics — what plain M/M/c can't model (triage breaks FIFO, patients leave LWBS, peaks dominate), and what rea…
explain_walk_in_clinic read-only
Explain how walk-in clinics differ from EDs structurally — terminating systems, MD/PA mix as the primary lever, short patient patience, peak-hour coverage instead of 24-hour load.…
list_facility_types read-only
List the four healthcare facility archetypes QSimHealth speaks to: ED, urgent care, walk-in clinic, appointment office. Returns one-line descriptions. Call describe_facility for de…
recommend_md_count read-only maxMdsarrivalRate*simulationDaysmdTreatmentMinutestargetAvgWaitMinutes*treatmentDistribution
INVERSE of simulate_ed_demo — given an arrival rate and a target average wait, returns the smallest MD count meeting the target. Use when the user asks 'how many MDs do I need to k…
simulate_ed_demo read-only mds*arrivalRate*simulationDaysmdTreatmentMinutestreatmentDistribution
Run a 7-day MD-only demo simulation of an ED, urgent care, walk-in clinic, or appointment-office staffing scenario. Inputs are flat (constant arrival rate, constant MD count across…