Skip to main content
Glama
MiltonPolanco

Clinic Laboratory MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLINIC_DB_PATHNoPath to the SQLite database file. Defaults to data/clinic.db if not set.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_patientsA

Find a patient by medical record or partial name before requesting clinical data.

get_latest_lab_resultsA

Get the newest result for each test of a patient, or for one test code.

compare_lab_resultsB

Compare the earliest and latest result of one test in an optional YYYY-MM-DD range.

record_lab_resultC

Record a laboratory result and optionally complete the matching pending exam.

list_pending_examsA

List pending exams for every patient or one medical record, optionally overdue only.

schedule_lab_examC

Schedule a laboratory exam using YYYY-MM-DD order and due dates.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
lab_test_catalogReturn the test codes included in the demonstration dataset.

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/MiltonPolanco/clinic-lab-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server