Skip to main content
Glama
ayeyouok

a207-clinical-calc-mcp

by ayeyouok

a207-clinical-calc-mcp(M6 · 临床计算)

儿童 CKD 临床计算 MCP医生独占(MX-1)。目前提供 eGFR-Schwartz 估算与 KDIGO 2024 儿童 CKD 分期。纯计算、只读、无跨包依赖。

工具清单

工具

读写

调用方限制

说明

calc_egfr_schwartz

医生独占

eGFR 估算(床旁2009 / 含BUN修订2009 / 经典k值 三版)

classify_ckd

医生独占

KDIGO 2024 儿童 CKD 合并分期(GxAx)

写权边界:M6 严格医生独占(MX-1)。营养师/家长命中分期词族时由 M13 路由转交医生,不触发本包。

Related MCP server: nfyy-ckd-risk-warning-mcp

公式口径(ADR-006)

  • 床旁 Schwartz 2009(默认):eGFR = 0.413 × 身高(cm) / Scr(mg/dL),结果 ml/min/1.73m²。

  • 含 BUN 修订 2009eGFR = 0.413 × 身高 / (Scr + 0.003×BUN − 0.024),对 eGFR<60 儿童更准(需 bun_mg_dl)。

  • 经典 k 值eGFR = k × 身高 / Scr,k 默认按年龄带(<1y=0.45, 1–12y=0.55, ≥13y=0.70),可 k_value 覆盖。

  • CKD 分期(KDIGO 2024 儿童):eGFR → G1–G5;白蛋白尿(UACR mg/g 或 UPCR mg/g)→ A1–A3;合并写作 GxAx

运行与部署

本项目 5 个 MCP 统一发 PyPI(维护者 NFYY),发上去后裸 uvx 即可拉取:

# 1. 构建 sdist + wheel(产物落 dist/)
python -m build
# 2. 校验
python -m twine check dist/*
# 3. 发布(用你发另外 4 个包时同一个 NFYY 凭据)
python -m twine upload dist/*

发布后在 Codespace / 魔搭裸包名部署:

uvx --refresh a207-clinical-calc-mcp

测试

python tests/test_tools.py   # 全断言通过

已知缺口(非阻断)

  • 高钾血症等危急值目前仅为信息性提示(note 字段),未做阈值告警推送;如需主动告警,待 M10 通知接入。

  • <2 岁婴儿 eGFR 阈值与年长儿不同,已在 pediatric_caveat 字段警示,但未内置婴儿专用 G 分期表(待临床确认是否纳入)。

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Mock MCP server for pediatric CKD risk warning, enabling patient biochemical trend retrieval, deterministic risk rule evaluation, structured alert triggering, and clinical SOP lookup using simulated data.
    Last updated
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    This MCP server generates individualized meal plans for children with chronic kidney disease (CKD) based on KDIGO 2024/PRNT 2020/KRCP 2025 guidelines, incorporating patient age, CKD stage, allergies, dietary culture, and diet diary analysis. It provides deterministic nutrient computations and tools for meal plan generation, food database lookup, and risk analysis.
    Last updated
    13
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ayeyouok/a207-clinical-calc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server