Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

QSimHealth

com.qsimhealth/public

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

Uptime
100.0%
2 direct probes · 30d
Response
567ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

explain_ed_queueing

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 real ED staffing decisi…

explain_walk_in_clinic

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. Use when the user de…

explain_appointment_office

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 visit type. Use for prim…

list_facility_types

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 detail on one type, or…

describe_facility

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 facility model from ChiA…

simulate_ed_demo

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 24 hours). Returns …

recommend_md_count

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 keep wait under N min…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "qsimhealth": {
      "url": "https://qsimhealth.com/mcp/v1",
      "transport": "streamable-http"
    }
  }
}