a207-his-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@a207-his-mcpWhat's the nutrition ceiling for patient 003?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
a207-his-mcp
儿童慢性肾脏病(CKD)患者主数据 MCP 包(M1),模拟医院 HIS 患儿全量信息,供 CKDNutri 项目调度 Agent 与各业务子 Agent 锚定患儿身份与确诊事实。
本包为只读主数据源,不提供任何写入工具。分期以本服务返回的确诊值为准,调用方不得自行复算(MX-1 约束:营养师/家长助手命中分期词族时只读此处确诊值,不触发 M6 分期计算)。
五个工具
工具 | 说明 |
| 患儿档案:人口学、确诊分期、病因、透析方式、过敏史、医生营养上限。医生助手/风险预警/调度获全量视图(含 5 天饮食日记与跨月度生化);营养师视图不含生化;家长视图仅诊断、过敏与上限且必须携带 guardian_token |
| 医生确诊的 CKD 分期与透析方式,供营养师/家长助手替代分期复算 |
| 核验监护人与患儿绑定关系,家长助手每次访问患儿数据前必经此步 |
| 按条件(分期/透析/年龄带)筛选患儿清单,供联调与演示 |
| 医生设定的能量/蛋白/钾/磷/钠/液体上限,作为营养计算与食谱生成的硬约束 |
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-mcpMaintenance
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
- Flicense-qualityDmaintenanceMCP server for querying patient, surgery, outpatient, inpatient, consent, and IVI data within the VGH intranet. Provides 27 tools with unified authentication and date formatting.Last updated
- AlicenseAqualityAmaintenanceRead-only MCP server for licensed Healthpoint HL7 FHIR API access.Last updated101Apache 2.0
- AlicenseAqualityCmaintenanceMock 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 updated5MIT
- AlicenseAqualityBmaintenanceThis 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 updated13MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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