Shanghai Disney MCP Server
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., "@Shanghai Disney MCP ServerHow much are one-day tickets for this Saturday?"
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.
项目介绍
sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息。
NPM 包地址:sh-disney-mcp
Related MCP server: 12306-MCP
功能特性
功能描述 | 说明 | 状态栏标记 |
查询一日门票价格信息 | 获取上海迪士尼乐园一日门票的最新价格数据 | ✅ 支持 |
查询一日门票售卖情况 | 检查一日门票是否售罄,支持未来日期查询 | ✅ 支持 |
查询两日门票价格信息 | 获取上海迪士尼乐园两日门票的最新价格数据 | ✅ 支持 |
查询两日门票售卖情况 | 检查两日门票是否售罄,支持未来日期查询 | ✅ 支持 |
安装指南
前提条件
Node.js 16.x 或更高版本
npm 或 pnpm 包管理器
安装步骤
克隆项目仓库
git clone [仓库地址]
cd sh-disney-mcp安装依赖
pnpm install构建项目
pnpm run build本地调试
pnpm run inspect使用说明
集成MCP host
{
"mcpServers": {
"sh-disney-mcp": {
"command": "npx",
"args": ["-y", "sh-disney-mcp"]
}
}
}工具函数说明
getOneDayTicketSaleInfo
功能:检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄。
参数:无
返回值:包含日期和门票状态的文本信息
getOneDayTicketPrice
功能:获取一日门票的不同类型门票的价格信息。
参数:
date: string - 要查询的日期,格式为"yyyy-MM-dd",例如"2023-12-25"
返回值:包含不同类型门票价格的文本信息
getTwoDayTicketSaleInfo
功能:检查两日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄。
参数:无
返回值:包含日期和门票状态的文本信息
getTwoDayTicketPrice
功能:获取两日门票的不同类型门票的价格信息。
参数:
date: string - 要查询的日期,格式为"yyyy-MM-dd",例如"2023-12-25"
返回值:包含不同类型门票价格的文本信息
许可证
本项目采用 MIT 许可证 - 详情请查看 LICENSE 文件
贡献指南
欢迎提交 Issues 和 Pull Requests 来帮助改进这个项目。在提交代码前,请确保运行代码质量检查工具以保持代码风格的一致性。
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
- AlicenseBqualityAmaintenanceProvides real-time financial data to language models via MCP protocol, enabling access to stock prices, market indices, and financial news through Tushare API.Last updated1477637MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that allows large language models to search for and analyze Chinese railway (12306) tickets through a simple API interface.Last updated82,85018MIT
- AlicenseAqualityCmaintenanceA high-performance FastAPI backend for train ticket queries in China, supporting real-time ticket availability, station information, transfers, and train schedules through the Model Context Protocol for AI assistants and automation.Last updated7351MIT
- AlicenseBqualityDmaintenance12306 ticket purchase search server based on Model Context Protocol (MCP). It provides a simple API interface, allowing large models to search for 12306 ticket purchasing information through the interface.Last updated81Apache 2.0
Related MCP Connectors
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).
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/syyuan14/sh-disney-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server