a207-report-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-report-mcpGenerate a unified timeline report for pediatric patient 12345"
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-report-mcp(M9 · 患者报告聚合)
儿童 CKD 患者报告聚合 MCP。对应 PCP 契约 patient_report 输出位。Batch C 交付包(与 M4 随访配对)。
工具清单
工具 | 类型 | 权限 | 说明 |
| 读 | 全 caller | 聚合 M2(LIS)/M3(评估)/M4(随访)/M8(风险) 输出,生成统一时间线报告(结构化章节 + markdown 文案 + 整体状态) |
Related MCP server: CardioTriage MCP Server
设计原则
零跨包 import:M9 不反向查询任何 a207-* 包。各上游数据由编排层(router / PCP)显式传入:
demographics:{age_years, sex, ckd_stage, dialysis_mode}lab_summary:来自 M2(LIS)最新化验nutrition_assessment:来自 M3(评估)PRNT 目标 / 摄入达成率 / PEWfollowup_summary:来自 M4(随访)记录 / 计划 / 依从性pew_history:来自 M3get_pew_history(ADR-007:存储归属 M3)risk_level:来自 M8(风险规则)等级(L0-L3)
M9 只做结构化聚合与文案生成,是 Batch C 的"聚合 facade"。
整体状态推导
overall_status 由以下信号合成(任一触发即升级):
风险等级 L1/high → critical(紧急);L2/L3/medium → caution(需关注);L0/low/none → 基线 stable
PEW 历史趋势 worsening(来自 M3,ADR-007)→ 至少 caution
营养摄入达成率 energy_pct < 50% → 至少 caution
输出 summary_markdown 含七节:基本信息 / 最新化验 / 营养评估 / 随访与依从 / PEW 历史 / 风险等级 / 综合结论。
验证
python -m py_compile src/a207_report_mcp/*.py
python tests/test_tools.py # 全部断言应全过已知缺口(非阻断)
报告为"快照聚合",不含历史版本管理;多时间点对比由调用方多次调用拼装。
不消费 M10 通知能力(提醒外发在 Batch D)。
This server cannot be installed
Maintenance
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-qualityDmaintenanceExtracts prior-authorization evidence from synthetic FHIR data to create structured evidence packets for clinicians. It utilizes an LLM to identify medical-necessity details and clinical summaries from FHIR resources.Last updated
- AlicenseAqualityDmaintenanceProvides phenotype-aware cardiovascular triage tools including FHIR R5 case retrieval, missing-data analysis, ECGFounder-backed ECG interpretation, risk summarization, and structured SBAR handoff in multiple languages.Last updated6MIT
- Flicense-qualityBmaintenanceEnables LLMs to interact with clinical patient records using tools for document ingestion, structured conversion, patient profiling, record listing, search, and secure Q&A over patient documentation.Last updated
- 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
Related MCP Connectors
Analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only.
AI-powered medical document management for cancer patients. Google Drive, Gmail, Calendar via MCP.
For teams following multiple patients (clinical, family): lists patients with active sharing and rea
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-report-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server