sh-disney-mcp
by syyuan14·★ 81·Score 43
An MCP server that provides real-time ticket pricing and availability for Shanghai Disneyland.
Overview
sh-disney-mcp is a well-implemented MCP server built with TypeScript that provides access to Shanghai Disneyland's ticket information. It offers four main tools: checking one-day and two-day ticket availability, and retrieving pricing information for both ticket types. The server allows queries up to 30 days in advance, making it practical for planning visits. The codebase uses modern web technologies including Express.js and Axios, with Zod for input validation, ensuring robust data handling.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to integrate Shanghai Disneyland ticket information into an AI application or chatbot for travel planning services.
When NOT to choose this
Don't choose this if you need ticket purchasing functionality, international Disney park data, or non-Shanghai Disneyland China resort information.
Tools this server exposes
4 tools extracted from the READMEgetOneDayTicketSaleInfo检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄
getOneDayTicketPrice获取一日门票的不同类型门票的价格信息
getTwoDayTicketSaleInfo检查两日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄
getTwoDayTicketPrice获取两日门票的不同类型门票的价格信息
Comparable tools
Installation
Installation
- Install via npm:
npm install -g sh-disney-mcp- Integrate with your MCP host:
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"sh-disney-mcp": {
"command": "npx",
"args": ["-y", "sh-disney-mcp"]
}
}
}FAQ
- How far in advance can I check ticket availability?
- You can check ticket availability for dates up to 30 days in advance from the current date.
- What date format should I use for price queries?
- Use the 'yyyy-MM-dd' format, such as '2023-12-25'.
Compare sh-disney-mcp with
Last updated · Auto-generated from public README + GitHub signals.