For Developers
Free pipes.
Paid brain.
The SolvingHealth SDK gives you FHIR connectors, EHR adapters, HIPAA transport, PROM widgets, and patient matching — MIT licensed, free forever. The intelligence layer (encounter linking, billing optimization, physician attestation, the 231-tool MCP server) is proprietary.
- FHIR R4 connectors (read/write)
- EHR adapters: Epic (SMART on FHIR), Cerner, athena, eCW, ModMed
- HIPAA transport layer
- PROM collection widgets (KOOS JR, HOOS JR, VAS, custom)
- Patient matching algorithm
- Billing code libraries (CPT, ICD-10, HCPCS)
- Omaha System nursing documentation schema
- FHIR to Omaha mapping
- NPI lookup proxy (harnesshealth.ai/api/npi)
Repository: github.com/solvinghealth
| Component | Pricing |
|---|---|
| Sage AI | Included in physician subscription |
| Encounter linking | Platform tier pricing |
| Billing optimization | $20/encounter or subscription |
| Physician attestation | Included in platform fee |
| 231-tool MCP server | Free evaluation, licensing for production |
| Compliance scoring | Enterprise tier |
Three ways to integrate.
From a one-line embed to a full API integration to Claude Desktop. Pick the path that matches your use case.
harness.js embed — one line
The fastest path. Add physician-governed AI to any healthcare website. Adds: Sage AI chat, patient intake, PROM collection, physician connection, ecosystem footer.
<script
src="https://harnesshealth.ai/harness.js"
data-npi="[YOUR_NPI_OR_PARTNER_NPI]"
data-mode="patient"
></script>REST API
For applications that need programmatic access to the attestation engine, NPI registry, or Sage AI. Response includes: AI draft, attestation token (if physician reviewed), physician NPI, timestamp, document hash.
curl -X POST https://solvinghealth.com/api/chat \
-H "Authorization: Bearer [API_KEY]" \
-H "Content-Type: application/json" \
-d '{
"message": "Patient reports 7/10 knee pain at rest for 3 days.",
"npi": "[REVIEWING_PHYSICIAN_NPI]",
"require_attestation": true,
"specialty": "orthopedic_surgery"
}'MCP Connector — Claude Desktop
Connect Claude to the full ecosystem. 231 tools across 10 products. Remote MCP — no install, no API key for evaluation, no local process. One click below, or paste the config into your claude_desktop_config.json manually.
Requires Claude Desktop v0.8 or later. The button opens Claude Desktop and pre-fills the harnesshealth MCP server — you approve it, and it's live.
{
"mcpServers": {
"harnesshealth": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://solvinghealth-mcp-production.up.railway.app/mcp"
]
}
}
}Full connector setup at: harnesshealth.ai/connect
Pricing for builders.
Self-serve API key generation at /connect. No sales call required for Free or Starter tiers.
Indie developer, researcher, evaluation
- Full open-source SDK
- API sandbox
- MCP connector (demo mode)
Small application, <100 MAU
- API access (production)
- 500 attestation requests/month
Growing application, 100–1K MAU
- Full API
- 2,000 attestation requests/month
- Compliance scoring
Health system, large platform
- Volume pricing
- Dedicated BAA
- EMR integration support
- SLA