Skip to main content
Glama
m2ai-mcp-servers

mcp-ratchet-clinical-charting

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (debug/info/warn/error)
POINTCARE_API_KEYNoAPI key or token
POINTCARE_API_URLNoPointCare API base URL
RATCHET_MOCK_MODENoForce mock mode (true/false)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_patientA

Search for a patient in the PointCare EMR system by name, ID, or phone number.

Returns matching patient records with basic information. Use this tool to find patients before creating visit notes or retrieving history.

Examples:

  • Search by name: "Eleanor Thompson"

  • Search by ID: "PT-10001"

  • Search by phone: "555-0101"

create_visit_noteA

Create a visit note for a patient in the PointCare EMR system.

This tool documents a home health visit including vital signs, assessment, and care plan. Use search_patient first to get the patient ID.

Required fields: patientId, visitType, visitDate, timeIn, timeOut Recommended fields: vitalSigns, subjective, objective, assessment, plan

get_patient_historyA

Retrieve visit history for a patient from the PointCare EMR system.

Returns a list of previous visits with dates, types, and key information. Use this to review patient history before creating a new visit note.

Use search_patient first to get the patient ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/m2ai-mcp-servers/chartinghero'

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