MELD Score Calculator (Kamath 2001) is a paid API for AI agents from api.magentlab.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Calculates the original Kamath 2001 MELD score for end-stage liver disease severity from creatinine, bilirubin, INR, and disease etiology.
Kamath 2001 model for end-stage liver disease (MELD) from creatinine, bilirubin, INR, and etiology. meld = round(3.8*ln(bilirubin_mg_dL) + 11.2*ln(INR) + 9.6*ln(creatinine_mg_dL) + 6.4*etiology). etiology is 0 if cholestatic or alcoholic, else 1. Does not floor labs at 1.0 and does not include dialysis (later UNOS/OPTN). Not MELD-Na. Not a transplant listing or allocation order.
Returns a rounded integer MELD score computed using the exact Kamath 2001 formula: round(3.8×ln(bilirubin) + 11.2×ln(INR) + 9.6×ln(creatinine) + 6.4×etiology), where etiology is 0 for cholestatic/alcoholic and 1 otherwise. Does not floor labs at 1.0, does not account for dialysis, and is not MELD-Na.
GEThttps://api.magentlab.com/api/calc/meldUse this endpoint when you need the original Kamath 2001 MELD score exactly as published, without the UNOS/OPTN lab-flooring rules, dialysis adjustment, or sodium correction. Prefer this over MELD-Na calculators when replicating original study results or when sodium data is unavailable. Choose this over manual computation to avoid unit-conversion errors (µmol/L inputs are accepted natively).
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"path": "/api/calc/meld",
"count": 2,
"items": [
{
"inr": 1.2,
"meld": 14,
"formula": "kamath_meld_2001",
"citation": {
"id": "kamath-2001",
"doi": "10.1053/jhep.2001.22172",
"pmid": "11172350",
"title": "A model to predict survival in patients with end-stage liver disease",
"source": "Hepatology. 2001;33(2):464-470",
"authors": "Kamath PS, Wiesner RH, Malinchoc M, Kremers W, Therneau TM, Kosberg CL, D'Amico G, Dickson ER, Kim WR"
},
"etiology": 0,
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"bilirubin_mg_dl": 4.2,
"creatinine_mg_dl": 1.9,
"formula_expression": "meld = round(3.8 * ln(bilirubin_mg_dL) + 11.2 * ln(INR) + 9.6 * ln(creatinine_mg_dL) + 6.4 * etiology)",
"cholestatic_or_alcoholic": true
},
{
"inr": 1.2,
"meld": 14,
"formula": "kamath_meld_2001",
"citation": {
"id": "kamath-2001",
"doi": "10.1053/jhep.2001.22172",
"pmid": "11172350",
"title": "A model to predict survival in patients with end-stage liver disease",
"source": "Hepatology. 2001;33(2):464-470",
"authors": "Kamath PS, Wiesner RH, Malinchoc M, Kremers W, Therneau TM, Kosberg CL, D'Amico G, Dickson ER, Kim WR"
},
"etiology": 0,
"disclaimer": "Not a medical device. Deterministic published-formula or published-code output for autonomous agents. A licensed clinician remains responsible for patient care and billing submissions.",
"bilirubin_mg_dl": 4.2,
"creatinine_mg_dl": 1.9,
"formula_expression": "meld = round(3.8 * ln(bilirubin_mg_dL) + 11.2 * ln(INR) + 9.6 * ln(creatinine_mg_dL) + 6.4 * etiology)",
"cholestatic_or_alcoholic": true
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"