MCP Catalogs
Home

sh-disney-mcp

by syyuan14·81·Score 43

An MCP server that provides real-time ticket pricing and availability for Shanghai Disneyland.

otherproductivity
11
Forks
1
Open issues
7 mo ago
Last commit
2d ago
Indexed

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:

you:Travel planning assistants for Disneyland visitors
you:Chatbots providing real-time ticket information
you:Personalized itinerary recommendations based on ticket availability
you:How far in advance can I check ticket availability?
you:What date format should I use for price queries?

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 README
  • getOneDayTicketSaleInfo

    检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄

  • getOneDayTicketPrice

    获取一日门票的不同类型门票的价格信息

  • getTwoDayTicketSaleInfo

    检查两日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄

  • getTwoDayTicketPrice

    获取两日门票的不同类型门票的价格信息

Comparable tools

disney-parks-mcptravel-api-mcptheme-tickets-mcp

Installation

Installation

  1. Install via npm:
npm install -g sh-disney-mcp
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.