# HIPAA PHI Sanitizer MCP

> HIPAA PHI Sanitizer MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Detects and removes or redacts Protected Health Information (PHI) from text to ensure HIPAA compliance

## Facts

- Endpoint: POST https://api.m2mcent.com/hipaa-phi-sanitizer-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hipaa-phi-sanitizer-mcp-a6e20002
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JFczvB9P358dRB4P6hADp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hipaa-phi-sanitizer-mcp-a6e20002 -d '<json body>'
```

Example prompt: Can you sanitize this clinical note and remove all protected health information so it's HIPAA-compliant before I share it? Here's the text: 'Patient John Smith, DOB 04/12/1978, SSN 123-45-6789, was admitted on 03/15/2024 for chest pain.'

## When to prefer this

Choose this endpoint when you need automated, real-time PHI detection and redaction from healthcare text to achieve HIPAA compliance, particularly in agentic pipelines where manual review is not feasible. It is well-suited for de-identifying clinical notes, EHR exports, support logs, or any text containing patient identifiers before downstream storage, sharing, or analytics.

## Known failure modes

- Incomplete redaction if PHI is formatted unusually or in non-standard patterns
- Input text too long may cause truncation or timeout
- Non-English PHI may not be fully detected
- False positives where non-PHI content is inadvertently redacted
- Empty or malformed 'data' field returns an error response

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns sanitized text with all detected PHI tokens replaced or redacted, producing a HIPAA-compliant version of the input string. PHI elements such as patient names, dates of birth, Social Security numbers, addresses, medical record numbers, phone numbers, and other identifiers are removed or masked.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hipaa-phi-sanitizer-mcp-a6e20002/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
