shdc-appointment-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| auth_get_captchaB | 获取医联预约平台登录所需图形验证码。返回图片和 flowId。 |
| auth_send_sms_codeB | 用户提供登录名和图形验证码后发送短信验证码。 |
| auth_loginB | 使用登录名、密码和短信验证码登录,并加密保存本机会话。 |
| register_startC | 创建医联预约平台账号实名注册聊天流程。第一步会确认用户是否已线下初诊;未初诊则不会继续注册。 |
| register_nextC | 为注册流程提供一个字段。长流程必须保持同一个 MCP stdio 会话。 |
| register_get_captchaC | 获取实名注册所需图形验证码图片。 |
| register_send_sms_codeC | 用户提供手机号和图形验证码后发送注册短信验证码。 |
| register_confirmC | 返回账号实名注册摘要。用户确认后才允许提交注册。 |
| register_submitC | 仅在用户确认后提交账号实名注册,不会自动登录。 |
| search_hospitalsA | 按医院名称模糊查询医联预约平台医院与院区。 |
| search_departmentsC | 根据医院编号和科室名称查询二级科室。 |
| list_available_expertsB | 根据医院和科室返回当前科室可预约专家。 |
| list_expert_slotsA | 选择专家后返回可预约日期、上午/下午、余号和价格。 |
| list_patientsA | 返回当前账号下已绑定就诊人,敏感信息已脱敏。 |
| patient_add_startC | 创建新增就诊人聊天流程,每次只询问一个字段。 |
| patient_add_nextC | 为新增就诊人流程提供一个字段,或获取验证码、发送短信、提交绑定。 |
| appointment_startC | 基于已选择的专家和 slot 创建预约流程,并尝试展开具体时段。 |
| appointment_nextC | 为预约流程提供一个字段,或获取验证码、发送短信。 |
| appointment_confirmB | 返回最终挂号摘要,用户确认后才允许提交。 |
| appointment_submitC | 仅在用户确认后提交挂号。 |
| health_profile_getA | 返回 MCP 服务器端保存的单病人健康档案,默认脱敏。 |
| health_profile_updateC | 创建或更新 MCP 服务器端单病人健康档案。 |
| health_document_ingestC | 在 MCP 服务器端加密保存原始病历/报告文件,并保存外部 OCR/LLM 提供的结构化解析结果。 |
| health_document_listA | 列出 MCP 服务器端保存的病历/报告资料元数据。 |
| health_document_getA | 获取单份病历/报告的结构化资料;默认不返回完整 OCR 文本。 |
| health_document_exportA | 导出 MCP 服务器端加密保存的原始病历/报告文件 base64;这是唯一返回原始文件内容的健康档案工具。 |
| health_timeline_addC | 新增症状、就诊、检查、治疗、用药、随访等病情时间轴节点。 |
| health_timeline_listA | 按创建顺序返回病情发展时间轴和关联报告/治疗/用药编号。 |
| health_timeline_linkC | 把报告、治疗记录或用药记录关联到已有病情时间轴节点。 |
| health_treatment_addC | 记录手术、操作、放化疗、康复、保守治疗等治疗信息。 |
| health_treatment_listB | 返回已保存的治疗记录。 |
| health_medication_addB | 新增当前或历史用药记录,可用于后续药物冲突和忌口检查。 |
| health_medication_updateC | 确认或更新病历中抽取的用药记录,包括 DDInter ID、当前状态、剂量、频次和备注。 |
| health_medication_listC | 返回当前或全部用药记录。 |
| health_allergy_upsertC | 记录药物、食物或其他过敏/不耐受信息,用于用药安全检查。 |
| health_allergy_listA | 返回已保存的过敏/不耐受记录。 |
| health_safety_checkC | 检查当前用药的过敏、重复用药、DDInter 药物相互作用和药物-食物/忌口提醒。 |
| ddinter_search_drugB | 通过 DDInter 实验性网页端点搜索药物候选和 DDInter ID。 |
| ddinter_check_interactionsB | 通过 DDInter 实验性网页端点查询 2 到 5 个药物 ID 的相互作用、忌口和重复用药提醒。 |
| health_summary_getA | 返回单病人健康档案摘要,包括当前用药、过敏、冲突提醒、忌口、治疗、时间轴和关联报告。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/rirko/shdc-appointment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server