clinic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_available_slotB | Return open appointment slots for a given specialty in a date range. Filters by clinic_id and skips conflicts with existing appointments. |
| book_appointmentB | Create an appointment for a patient with a provider. Requires an idempotency_key; repeated calls with the same key return the original appointment instead of double-booking. |
| record_intakeB | Persist a structured intake note (symptoms, severity, onset) for a patient and assign a triage level (routine / elevated / urgent). |
| search_protocolsB | Keyword search over the clinic's protocol library. Returns ranked snippets the model can cite when answering. |
| escalate_to_oncallC | Mark an existing appointment as urgent and reassign it to the clinic's on-call provider. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dominikstefanski/clinic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server