shdc-appointment-mcp (rirko/shdc-appointment-mcp) is an MCP server listed on the M8ven Trust Index. It scores 50 out of 100, grade D. It declares 20 tools. No publisher has claimed this listing.

D
Caution
50/100

shdc-appointment-mcp

MCP server for managing appointments on the Shanghai SHDC site, handling captcha, SMS verification, patient data, and submission with user confirmation.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

rirko

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 2 critical, 14 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes20 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

auth_get_captcha

获取医联预约平台登录所需图形验证码。返回图片和 flowId。

auth_send_sms_code

用户提供登录名和图形验证码后发送短信验证码。

auth_login

使用登录名、密码和短信验证码登录,并加密保存本机会话。

register_start

创建医联预约平台账号实名注册聊天流程。第一步会确认用户是否已线下初诊;未初诊则不会继续注册。

register_next

为注册流程提供一个字段。长流程必须保持同一个 MCP stdio 会话。

register_get_captcha

获取实名注册所需图形验证码图片。

register_send_sms_code

用户提供手机号和图形验证码后发送注册短信验证码。

register_confirm

返回账号实名注册摘要。用户确认后才允许提交注册。

register_submit

仅在用户确认后提交账号实名注册,不会自动登录。

search_hospitals

按医院名称模糊查询医联预约平台医院与院区。

search_departments

根据医院编号和科室名称查询二级科室。

list_available_experts

根据医院和科室返回当前科室可预约专家。

list_expert_slots

选择专家后返回可预约日期、上午/下午、余号和价格。

list_patients

返回当前账号下已绑定就诊人,敏感信息已脱敏。

patient_add_start

创建新增就诊人聊天流程,每次只询问一个字段。

patient_add_next

为新增就诊人流程提供一个字段,或获取验证码、发送短信、提交绑定。

appointment_start

基于已选择的专家和 slot 创建预约流程,并尝试展开具体时段。

appointment_next

为预约流程提供一个字段,或获取验证码、发送短信。

appointment_confirm

返回最终挂号摘要,用户确认后才允许提交。

appointment_submit

仅在用户确认后提交挂号。

// known CVEs in dependencies2 critical14 high12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalsm-crypto@0.3.13GHSA-pgx9-497m-6c4v

sm-crypto Affected by Private Key Recovery in SM2-PKE

criticalvitest@4.0.15GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highaxios@1.13.2GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.13.2GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.13.2GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

20/20 tools missing one or more hints — auth_get_captcha (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); auth_send_sms_code (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); auth_login (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +17 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool handlers catch errors

18/20 tool handlers wrap calls in try/catch (90%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 0/20 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

1 critical, 14 high severity in production deps — sm-crypto@0.3.13 (critical), axios@1.13.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/rirko/shdc-appointment-mcp?variant=verified)](https://m8ven.ai/mcp/rirko/shdc-appointment-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: fb5a93f807727c5c77dd07e80dbc42d43fe71476
code hash: 667aae23341b209c41f3732ae3f245afe024202a7c898ea9cd677c5bae841042
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client