practice-fusion-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PF_CLIENT_ID | Yes | ||
| PF_TOKEN_URL | Yes | ||
| PF_PRIVATE_KEY | Yes | ||
| PF_FHIR_BASE_URL | Yes |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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