io.github.rabyavalla/aclm-lab-interpreter
Official2 toolsACLM Lab Interpreter
Interpret lab values against ACLM-optimized ranges. Returns deprescription signals.
Interpret lab values against optimized ranges with deprescription signals.
Captured live from the server via tools/list.
interpret_labs
Interpret a panel of lab values against ACLM-optimized reference ranges. Returns risk classification per marker, lifestyle interventions, and medication deprescription signals.
Parameters (3)
- lab_valuesobjectrequired
Key-value pairs of biomarker names and values. Common keys: hba1c, fasting_glucose, fasting_insulin, ldl, hdl, triglycerides, apob, lp_a, hscrp, vitamin_d, b12, ferritin, tsh, free_t4, free_t3.
- current_medicationsarray
- health_goalsarray
marker_reference
Look up the ACLM-optimized reference range and lifestyle intervention plan for a single biomarker (e.g., apob, lp_a, hscrp, hba1c, fasting_insulin, vitamin_d).
Parameters (1)
- markerstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"aclm-lab-interpreter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://web-production-ae61.up.railway.app/mcp/aclm-lab-interpreter"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.