Sign In

@e-labus/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e-labus/mcp - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-1
package.json
{
"name": "@e-labus/mcp",
"version": "1.0.1",
"version": "1.0.2",
"mcpName": "io.github.e-labus/health-api",
"description": "E-Labus Health API — MCP server for AI-powered lab analysis, clinical insights, and biomarker normalization",

@@ -5,0 +6,0 @@ "keywords": [

{
"mcpName": "com.e-labus/health-api",
"name": "@e-labus/mcp",
"version": "1.0.0",
"description": "E-Labus Health API — AI-powered lab analysis, clinical insights, biomarker normalization, and health scoring. Get a free sandbox key (500 credits) at https://developers.e-labus.com.",
"homepage": "https://developers.e-labus.com",
"license": "MIT",
"categories": ["health", "medical", "clinical", "ai", "data"],
"tags": ["health", "lab", "biomarkers", "clinical", "HIPAA", "FHIR", "medical"],
"installation": {
"npm": {
"package": "@e-labus/mcp",
"command": "npx @e-labus/mcp --api-key YOUR_API_KEY",
"claudeCode": "claude mcp add e-labus -- npx @e-labus/mcp --api-key YOUR_API_KEY"
}
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.e-labus/health-api",
"description": "Clinical AI infrastructure as MCP tools — biomarker normalization, lab analysis, risk scoring, health narratives, and HIPAA-compliant health scores. Works with any MCP-compatible AI assistant.",
"repository": {
"url": "https://github.com/e-labus/mcp-server",
"source": "github"
},
"configuration": {
"env": {
"ELABUS_API_KEY": {
"description": "Your E-Labus API key (starts with elab_sk_). Get a free key at https://developers.e-labus.com",
"required": true,
"secret": true
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "@e-labus/mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"ELABUS_API_URL": {
"description": "Override the API base URL (for enterprise / self-hosted deployments)",
"required": false
}
"environmentVariables": [
{
"name": "ELABUS_API_KEY",
"description": "E-Labus API key (format: elab_sk_...). Get a free key at https://developers.e-labus.com",
"isRequired": true,
"isSecret": true,
"format": "string"
}
]
}
},
"tools": [
{
"name": "analyze_lab_results",
"description": "Score biomarkers against reference ranges and flag abnormalities"
},
{
"name": "normalize_lab_text",
"description": "Extract structured biomarkers from raw lab report text"
},
{
"name": "normalize_biomarkers",
"description": "Standardize biomarker names and convert units (mg/dL ↔ mmol/L)"
},
{
"name": "generate_clinical_insights",
"description": "Generate prioritized clinical findings with recommendations"
},
{
"name": "generate_health_narrative",
"description": "Plain-English patient-facing health summary from lab data"
},
{
"name": "get_health_score",
"description": "Aggregate health score (0–100) with category breakdown"
},
{
"name": "get_api_account",
"description": "View your API credit balance and account status"
}
],
"pricing": {
"model": "credits",
"tiers": [
{ "name": "Sandbox", "price": "Free", "credits": 500, "hipaa": false },
{ "name": "Starter", "price": "$49/mo", "credits": 5000, "hipaa": true },
{ "name": "Growth", "price": "$199/mo", "credits": 25000, "hipaa": true },
{ "name": "Scale", "price": "$799/mo", "credits": 150000, "hipaa": true },
{ "name": "Enterprise", "price": "Custom", "credits": null, "hipaa": true }
],
"getKey": "https://developers.e-labus.com"
},
"compliance": {
"hipaa": true,
"baa": "Available on Starter+ plans",
"dataRegion": "US (AWS us-east-1)"
}
]
}