microsoft/mcp

[ONBOARD] Azure Health Deidentification

Open

#637 opened on Sep 30, 2025

View on GitHub
 (0 comments) (0 reactions) (1 assignee)C# (560 forks)auto 404
help wantedonboardingserver-Azure.Mcp

Repository metrics

Stars
 (3,498 stars)
PR merge metrics
 (PR metrics pending)

Description

Tracking backlog issue

Health Tools (New Namespace: health) ⚠️

Note: The health namespace does not exist yet in the current Azure MCP server implementation.

Azure.Health.Deidentification

  • azmcp-health-deidentification-text-process - De-identify text containing protected health information (PHI) using HIPAA-compliant methods. This tool removes or masks sensitive health data including names, dates, addresses, and medical identifiers while preserving clinical context. Returns de-identified text with redaction summary. Requires service-name and text-content. - Suggested prompt: "De-identify this medical text: "
  • azmcp-health-deidentification-job-submit - Submit batch de-identification jobs for processing multiple documents containing health information. This tool handles large-scale PHI removal from document collections with configurable redaction policies and output formats. Returns job ID and submission status. Requires service-name, source-location, and job-configuration. - Suggested prompt: "Submit a batch de-identification job for documents in "
  • azmcp-health-deidentification-job-status - Check status and progress of batch de-identification jobs with detailed processing metrics. This tool monitors job execution providing completion percentage, processing times, and error reports for batch operations. Returns job status as JSON. Requires service-name and job-id. - Suggested prompt: "Check the status of de-identification job "

Contributor guide