sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sh-disney-mcp": {
"args": [
"-y",
"sh-disney-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息。
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for Sh Disney Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息。
NPM 包地址:sh-disney-mcp
| 功能描述 | 说明 | 状态栏标记 |
|---|---|---|
| 查询一日门票价格信息 | 获取上海迪士尼乐园一日门票的最新价格数据 | ✅ 支持 |
| 查询一日门票售卖情况 | 检查一日门票是否售罄,支持未来日期查询 | ✅ 支持 |
| 查询两日门票价格信息 | 获取上海迪士尼乐园两日门票的最新价格数据 | ✅ 支持 |
| 查询两日门票售卖情况 | 检查两日门票是否售罄,支持未来日期查询 | ✅ 支持 |
git clone [仓库地址]
cd sh-disney-mcp
pnpm install
pnpm run build
pnpm run inspect
{
"mcpServers": {
"sh-disney-mcp": {
"command": "npx",
"args": ["-y", "sh-disney-mcp"]
}
}
}
功能:检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄。
参数:无
返回值:包含日期和门票状态的文本信息
功能:获取一日门票的不同类型门票的价格信息。
参数:
date: string - 要查询的日期,格式为"yyyy-MM-dd",例如"2023-12-25"返回值:包含不同类型门票价格的文本信息
功能:检查两日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄。
参数:无
返回值:包含日期和门票状态的文本信息
功能:获取两日门票的不同类型门票的价格信息。
参数:
date: string - 要查询的日期,格式为"yyyy-MM-dd",例如"2023-12-25"返回值:包含不同类型门票价格的文本信息
本项目采用 MIT 许可证 - 详情请查看 LICENSE 文件
欢迎提交 Issues 和 Pull Requests 来帮助改进这个项目。在提交代码前,请确保运行代码质量检查工具以保持代码风格的一致性。