
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@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 73 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.