Skip to main content
Glama

Azure AHDS FHIR MCP Server

by erikhoward

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
fhirUrlYesAzure FHIR server URL
clientIdYesOAuth2 client ID
tenantIdYesAzure AD tenant ID
LOG_LEVELNoLogging levelINFO
clientSecretYesOAuth2 client secret

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
fhir://AllergyIntolerance
fhir://AdverseEvent
fhir://Condition
fhir://Procedure
fhir://FamilyMemberHistory
fhir://ClinicalImpression
fhir://Observation
fhir://Media
fhir://DiagnosticReport
fhir://Specimen
fhir://BodyStructure
fhir://ImagingStudy
fhir://Questionnaire
fhir://QuestionnaireResponse
fhir://CarePlan
fhir://CareTeam
fhir://Goal
fhir://ServiceRequest
fhir://NutritionOrder
fhir://VisionPrescription
fhir://RiskAssessment
fhir://RequestGroup
fhir://Medication
fhir://MedicationRequest
fhir://MedicationAdministration
fhir://MedicationDispense
fhir://MedicationStatement
fhir://Immunization
fhir://ImmunizationRecommendation
fhir://Patient
fhir://RelatedPerson
fhir://Person
fhir://Group
fhir://Practitioner
fhir://PractitionerRole
fhir://Organization
fhir://Location
fhir://HealthcareService
fhir://Endpoint
fhir://Device
fhir://DeviceDefinition
fhir://DeviceMetric
fhir://Substance
fhir://Task
fhir://Appointment
fhir://AppointmentResponse
fhir://Schedule
fhir://Slot
fhir://Encounter
fhir://EpisodeOfCare
fhir://Communication
fhir://CommunicationRequest
fhir://ActivityDefinition
fhir://PlanDefinition
fhir://DeviceRequest
fhir://DeviceUseStatement
fhir://GuidanceResponse
fhir://SupplyRequest
fhir://SupplyDelivery
fhir://Coverage
fhir://CoverageEligibilityRequest
fhir://CoverageEligibilityResponse
fhir://EnrollmentRequest
fhir://EnrollmentResponse
fhir://Claim
fhir://ClaimResponse
fhir://Invoice
fhir://PaymentNotice
fhir://PaymentReconciliation
fhir://Account
fhir://ChargeItem
fhir://ChargeItemDefinition
fhir://Contract
fhir://ExplanationOfBenefit
fhir://InsurancePlan
fhir://Composition
fhir://DocumentManifest
fhir://DocumentReference
fhir://CatalogEntry
fhir://MessageHeader
fhir://List
fhir://Basic
fhir://Provenance
fhir://AuditEvent
fhir://Consent

Tools

Functions exposed to the LLM to take actions

NameDescription
search_fhir

Search for FHIR resources based on search parameters.

Args: resource_type: The FHIR resource type to search (e.g., 'Patient', 'Observation') search_params: Dictionary of search parameters to apply ctx: MCP Context for logging and progress reporting

Returns: List of matching resources

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/erikhoward/azure-fhir-mcp-server'

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