Skip to main content
Glama
CDVolvik

practice-fusion-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PF_CLIENT_IDYes
PF_TOKEN_URLYes
PF_PRIVATE_KEYYes
PF_FHIR_BASE_URLYes

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
practicefusion_search_patients

Search Practice Fusion patients by demographics. Combine any of name, birthdate, gender, or identifier to narrow the search; returns shaped patient summaries (id, name, birthDate, gender, phone). Use the returned id with practicefusion_get_patient and the clinical tools. Read-only.

practicefusion_get_patient

Get a single Practice Fusion patient's demographics by FHIR Patient id (obtain the id from practicefusion_search_patients). Read-only.

practicefusion_get_appointmentsA

List Practice Fusion appointments, optionally filtered by patient, status, and date. Dates use FHIR prefixes, e.g. ge2026-07-01 (on/after) or le2026-07-31 (on/before). Returns shaped appointment summaries. Read-only.

practicefusion_get_conditionsA

List a patient's conditions / problems (diagnoses) from Practice Fusion. Returns shaped condition summaries. Read-only.

practicefusion_get_medicationsA

List a patient's medication requests from Practice Fusion. Returns shaped medication summaries. Read-only.

practicefusion_get_lab_resultsA

List a patient's laboratory observations (lab results) from Practice Fusion. Returns shaped observation summaries with values and dates. Read-only.

practicefusion_get_vitalsA

List a patient's vital-sign observations (blood pressure, heart rate, temperature, etc.) from Practice Fusion. Returns shaped observation summaries with values and dates. Read-only.

practicefusion_get_allergiesA

List a patient's allergies and intolerances from Practice Fusion. Returns shaped allergy summaries (substance, status, criticality). Read-only.

practicefusion_get_immunizationsA

List a patient's immunizations (vaccines) from Practice Fusion. Returns shaped immunization summaries (vaccine, status, date). Read-only.

practicefusion_get_encounters

List a patient's clinical encounters (visits) from Practice Fusion. Returns shaped encounter summaries (status, class, start, type). Read-only.

practicefusion_get_documents

List a patient's document references (clinical notes, summaries, attachments metadata) from Practice Fusion. Returns shaped document summaries; does not download binary content. Read-only.

practicefusion_search_practitioners

Search Practice Fusion practitioners (providers) by name or identifier. Returns shaped practitioner summaries (name, phone, qualification). Read-only.

practicefusion_get_coverage

List a patient's insurance Coverage records from Practice Fusion. Returns shaped coverage summaries (status, type, payer, subscriber id, period, relationship). Read-only.

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/CDVolvik/practice-fusion-mcp'

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