
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@e-labus/mcp
Advanced tools
E-Labus Health API — MCP server for AI-powered lab analysis, clinical insights, and biomarker normalization
AI-powered lab analysis, clinical insights, and biomarker normalization — as an MCP connector.
Get a free API key (500 credits, no credit card): developers.e-labus.com
claude mcp add e-labus -- npx @e-labus/mcp --api-key elab_sk_YOUR_KEY
Or with an environment variable:
export ELABUS_API_KEY=elab_sk_YOUR_KEY
claude mcp add e-labus -- npx @e-labus/mcp
Then in any Claude conversation:
"Analyze these lab results: Glucose 112 mg/dL (ref 70–99), HbA1c 6.1% (ref <5.7), LDL 145 mg/dL (ref <100)"
Claude will call analyze_lab_results and return a full clinical breakdown.
| Tool | What it does | Credits |
|---|---|---|
analyze_lab_results | Score biomarkers, flag abnormalities, risk assessment | 5 |
normalize_lab_text | Extract biomarkers from raw report text / OCR output | 2 |
normalize_biomarkers | Standardize names + convert units (mg/dL ↔ mmol/L) | 1/biomarker |
generate_clinical_insights | Prioritized findings with recommendations | 25 |
generate_health_narrative | Plain-English patient summary | 20 |
get_health_score | 0–100 health score with category breakdown | 5 |
get_api_account | Credit balance + account info | Free |
# In Claude Code after adding the MCP:
"My patient has: Glucose 126 mg/dL, HbA1c 7.2%, LDL 168 mg/dL,
Triglycerides 210 mg/dL, HDL 38 mg/dL. Generate a clinical report."
→ Claude calls generate_clinical_insights + generate_health_narrative
→ Returns formatted clinical summary with risk assessment
| Plan | Credits/mo | Price | HIPAA BAA |
|---|---|---|---|
| Sandbox | 500 | Free | ❌ |
| Starter | 5,000 | $49/mo | ✅ |
| Growth | 25,000 | $199/mo | ✅ |
| Scale | 150,000 | $799/mo | ✅ |
| Enterprise | Unlimited | Custom | ✅ + MSA |
Upgrade at developers.e-labus.com →
You can also call the API directly without the MCP server:
curl -X POST https://jffnfhkhrisjzamytjpd.supabase.co/functions/v1/api-gateway/v1/lab/analyze \
-H "x-api-key: elab_sk_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"biomarkers": [
{"name": "Glucose", "value": 126, "unit": "mg/dL", "refLow": 70, "refHigh": 99},
{"name": "HbA1c", "value": 7.2, "unit": "%", "refLow": 0, "refHigh": 5.7}
]
}'
Response includes X-Credits-Remaining and X-Credits-Total headers.
FAQs
E-Labus Health Intelligence MCP Server — AI-powered lab analysis, clinical insights, and biomarker interpretation for Claude, Codex, Copilot, Cursor, and Windsurf
The npm package @e-labus/mcp receives a total of 78 weekly downloads. As such, @e-labus/mcp popularity was classified as not popular.
We found that @e-labus/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.