A

Azure FHIR

Provides secure access to Azure Health Data Services FHIR servers, enabling authenticated retrieval ...

63 views
0 installs
Updated Sep 11, 2025
Not audited
Provides secure access to Azure Health Data Services FHIR servers, enabling authenticated retrieval and search of healthcare resources across 70+ resource types for medical applications requiring standards-compliant patient data access.
  1. Log in to the Azure Portal
    Visit https://portal.azure.com and sign in with your Azure account.

  2. Register an Application in Azure AD
    Go to "Azure Active Directory" → "App registrations".
    Click "New registration".

    • Name your app (e.g., "Azure FHIR MCP Server").
    • Set the "Supported account types" as appropriate for your use case.
    • Click "Register".
  3. Obtain the Application (Client) ID
    After registration, copy the "Application (client) ID" value for later use as clientId.

  4. Create a Client Secret
    In your app registration, go to "Certificates & secrets" → "Client secrets".
    Click "New client secret", provide a description, and choose an expiration period.
    Click "Add".
    Copy the "Value" field immediately—this will be your clientSecret. (You won’t be able to view it again later.)

  5. Get Your Tenant ID
    In Azure Active Directory, click "Overview".
    Copy the "Tenant ID" value for use as tenantId.

  6. Get the FHIR Server URL
    Go to your Azure Health Data Services resource (FHIR).
    Under the "Overview" or "Properties" tab, copy the "FHIR Server URL" (it will look like https://your-fhir-server.azurehealthcareapis.com/fhir).

  7. Add ENV Values via FastMCP
    In the FastMCP connection interface, click the "Install Now" button for the Azure AHDS FHIR MCP server.
    When prompted, fill in the following values:

    • fhirUrl: (Paste your FHIR Server URL)
    • clientId: (Paste your Application (client) ID)
    • clientSecret: (Paste your generated Client Secret)
    • tenantId: (Paste your Tenant ID)
  8. Complete Setup
    Save your changes. If required, restart FastMCP or Claude Desktop for the configuration to take effect.

Your Azure FHIR MCP server should now be configured and ready to use!

Quick Start

View on GitHub

More for Cloud Platforms

View All →

More for API Development

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.