All servers69
sh-disney-mcp
TypeScriptsyyuan14
sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息
Score Breakdown
Authentication30/30
Static Analysis15/25
Dependencies20/20
Behavior0/15
Maintenance4/10
Authentication
Tier A — OAuth 2.0 / OIDC
Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.
Last scanned 6/18/2026
Security Findings(2)
MEDIUM
potential ssrf
src/tools/get-ticket-info/utils/fetch.ts:20
MEDIUM
potential ssrf
src/tools/get-ticket-info/utils/fetch.ts:48
Tools(4)
getOneDayTicketPrice
获取一日门票的不同类型门票的价格信息
getOneDayTicketSaleInfo
检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄
getTwoDayTicketPrice
获取二日门票的不同类型门票的价格信息
getTwoDayTicketSaleInfo
检查二日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄
Claude Desktop Config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"sh-disney-mcp": {
"command": "npx",
"args": [
"-y",
"https://github.com/syyuan14/sh-disney-mcp"
]
}
}
}Refer to the repo README for exact installation instructions.