# dingdawg-healthcare-agent [Health: Active]

**Category:** 🧬 Biology & Bioinformatics  
**Repository:** https://github.com/DingDawg-dev/dingdawg-healthcare-agent  
**GitHub Stars:** 1  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/dingdawg-healthcare-agent

## Description
HIPAA-aware healthcare AI. Clinical documentation, compliance checks, audit prep. Free local tier.

## Tools
Capabilities this server exposes over MCP:

- **patient_intake** — Unlimited, AI-powered intake with pre-population
- **clinical_summary** — Unlimited, LLM-powered with ICD-10/CPT coding
- **hipaa_check** — Unlimited, deep HIPAA gap analysis with remediation
- **appointment_scheduler** — Unlimited, AI-optimized scheduling with conflict detection

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "dingdawg-healthcare-agent": {
    "command": "npx",
    "args": ["-y","dingdawg-healthcare-agent"]
  }
}
```

## Documentation & README

# dingdawg-healthcare-agent

> Breakthrough clinical workflow bottlenecks. AI healthcare assistance that respects HIPAA from day one.

HIPAA-aware AI for patient intake, clinical summaries, compliance checking, and appointment scheduling. Free tier runs locally with zero data transmission. Paid tier provides LLM-powered clinical analysis via HIPAA-compliant API. Every action is governed and receipted.

## For AI Assistants

This MCP server returns structured JSON for seamless integration:
- ICD-10 and CPT code references in clinical summaries
- HIPAA compliance scores with specific safeguard gap identification
- Governance receipt on every call (audit-ready)
- Chain-ready: `patient_intake` -> `hipaa_check` to verify compliance -> `clinical_summary` for documentation -> `appointment_scheduler` for follow-up

Composable with any MCP client: Claude Code, Cursor, VS Code, ChatGPT Desktop, Windsurf.

## Install

```bash
npx dingdawg-healthcare-agent
```

### Claude Code
```bash
claude mcp add healthcare -- npx dingdawg-healthcare-agent
```

### Cursor
Add to `.cursor/mcp.json`:
```json
{"mcpServers": {"healthcare": {"command": "npx", "args": ["dingdawg-healthcare-agent"], "env": {"DINGDAWG_API_KEY": "your-key"}}}}
```

### Full Stack (all 13 agents)
```bash
npx dingdawg-setup
```

## Tools

| Tool | Free Tier | Paid Tier |
|------|-----------|-----------|
| `patient_intake` | 10/day, structured form generation | Unlimited, AI-powered intake with pre-population |
| `clinical_summary` | 5/day, basic summary from notes | Unlimited, LLM-powered with ICD-10/CPT coding |
| `hipaa_check` | 10/day, checklist-based compliance | Unlimited, deep HIPAA gap analysis with remediation |
| `appointment_scheduler` | 10/day, basic scheduling | Unlimited, AI-optimized scheduling with conflict detection |

## Pricing

- **Free:** 10 intakes/day, local processing (no data leaves your machine)
- **Pro:** $49/mo, 100 calls/day, AI-powered clinical analysis
- **Pay-as-you-go:** $0.25/call, no commitment

Get API key: https://dingdawg.com/developers

## Governed

Every call is receipted and auditable. HIPAA checks reference specific administrative, physical, and technical safeguards (45 CFR Part 164). Clinical summaries include disclaimer that content is for informational purposes and does not constitute medical advice. All PHI processing on paid tier uses HIPAA-compliant infrastructure.

## Support

support@dingdawg.com | https://dingdawg.com

