Skip to main content
Glama

a207-his-mcp

儿童慢性肾脏病(CKD)患者主数据 MCP 包(M1),模拟医院 HIS 患儿全量信息,供 CKDNutri 项目调度 Agent 与各业务子 Agent 锚定患儿身份与确诊事实。

本包为只读主数据源,不提供任何写入工具。分期以本服务返回的确诊值为准,调用方不得自行复算(MX-1 约束:营养师/家长助手命中分期词族时只读此处确诊值,不触发 M6 分期计算)。

五个工具

工具

说明

get_patient_profile

患儿档案:人口学、确诊分期、病因、透析方式、过敏史、医生营养上限。医生助手/风险预警/调度获全量视图(含 5 天饮食日记与跨月度生化);营养师视图不含生化;家长视图仅诊断、过敏与上限且必须携带 guardian_token

get_diagnosis

医生确诊的 CKD 分期与透析方式,供营养师/家长助手替代分期复算

verify_guardian_binding

核验监护人与患儿绑定关系,家长助手每次访问患儿数据前必经此步

list_patients

按条件(分期/透析/年龄带)筛选患儿清单,供联调与演示

get_nutrition_ceiling

医生设定的能量/蛋白/钾/磷/钠/液体上限,作为营养计算与食谱生成的硬约束

Related MCP server: Healthpoint MCP Server

数据

  • data/patients.json:由 data/generate.py 确定性生成,覆盖 G2-G5 × HD/PD/非透析 × 各年龄带,36 例高拟真患儿,含 5 天食谱与跨月度生化。

  • 家长视图受限:caller=parent_assistant 须携带 guardian_token,否则返回字段裁剪或拒绝。

目录结构

a207-his-mcp/
├── pyproject.toml
├── README.md
├── src/a207_his_mcp/
│   ├── __init__.py
│   ├── core.py          # 纯逻辑(无 MCP/pydantic 依赖)
│   ├── server.py        # FastMCP >=2 服务定义(5 个 @mcp.tool)
│   ├── models.py        # pydantic v2 入参模型(extra=forbid)
│   └── data/patients.json
└── tests/test_tools.py

设计约束

  • 不依赖、不 import 任何其它 a207-*

  • 只读;caller=child_companion 一律拒绝

  • 错误以 {"ok": false, "error": ...} 形式返回

运行与测试

# 编译(server.py/models.py 依赖 fastmcp/pydantic,仅做语法校验)
python -m py_compile src/a207_his_mcp/*.py

# 纯标准库自测(core 逻辑不依赖 fastmcp/pydantic,可独立运行)
python tests/test_tools.py

返回非零退出码表示存在失败用例。

启动 MCP 服务

pip install -e .
python -m a207_his_mcp.server
# 或
fastmcp dev src/a207_his_mcp/server.py
# 或(已注册 console script)
uvx --from . a207-his-mcp
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

  • MCP server for medicare-coverage

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-his-mcp'

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