Sponsored by Deepsite.site

Hackathon Mcp

Created By
MasonMao-dev7 months ago
Content

MCP Server for ThemeParks.wiki (mcp-server-theme-parks)

This project provides a Model-Context-Protocol (MCP) server that interfaces with the ThemeParks.wiki API. It allows users to access real-time and static data for theme parks, including destinations, attractions, wait times, and schedules.

Avatar

Prerequisites

  • Node.js >= 18

Setup & Installation

  1. Clone the repository (if applicable):

    git clone https://github.com/MasonMao-dev/mcp-server-theme-parks.git
    cd mcp-server-theme-parks
    
  2. Install dependencies:

    npm install
    

Running the Server

MCP Server Configuration (for MCP clients)

To use this server with an MCP-compatible client, you would typically configure the client as follows:

{
  "mcpServers": {
    "mcp-server-theme-parks": {
      "command": "npx",
      "args": ["-y", "mcp-server-theme-parks"],
      "env": {
        "THEMEPARKS_API_BASE_URL": "https://api.themeparks.wiki/v1"
      }
    }
  }
}

If running locally from source (after npm install and npm run build):

{
  "mcpServers": {
    "mcp-server-theme-parks": {
      "command": "node",
      "args": ["dist/index.js"],
      "cwd": "/path/to/your/cloned/mcp-server-theme-parks", // Update this path
      "env": {
        "THEMEPARKS_API_BASE_URL": "https://api.themeparks.wiki/v1"
      }
    }
  }
}

Debugging with MCP Inspector

You can debug the server using the MCP Inspector:

npx @modelcontextprotocol/inspector -e THEMEPARKS_API_BASE_URL=https://api.themeparks.wiki/v1 node dist/index.js

Ensure you have built the project first (npm run build).

Available Tools

The server exposes the following tools that can be invoked by an MCP client:

  1. list_destinations

    • Description: Retrieves a list of all available top-level theme park destinations (e.g., Walt Disney World Resort, Universal Orlando Resort).
    • Parameters: None
  2. get_entity_details

    • Description: Fetches detailed static information for a specific entity (like a park, attraction, or restaurant) using its unique ID.
    • Parameters:
      • entity_id (string, UUID, required): The unique GUID identifier for the entity.
  3. get_entity_children

    • Description: Retrieves all direct child entities for a given parent entity ID (e.g., all parks within a destination, or all attractions within a park).
    • Parameters:
      • entity_id (string, UUID, required): The unique GUID identifier for the parent entity.
  4. get_entity_live_data

    • Description: Fetches live data for a specific entity and its children. This can include attraction wait times, park operating hours, and show times.
    • Parameters:
      • entity_id (string, UUID, required): The unique GUID identifier for the entity.
  5. get_entity_schedule

    • Description: Retrieves the operating schedule or calendar data for a specific entity. Can specify a year and month, or get general schedule data.
    • Parameters:
      • entity_id (string, UUID, required): The unique GUID identifier for the entity.
      • year (integer, optional): The year for the schedule (e.g., 2025). If omitted with month, fetches general schedule.
      • month (integer, optional): The month for the schedule (1-12). If omitted with year, fetches general schedule. Requires year if specified. (Both year and month must be provided if one is.)

Help Prompt

The server also provides a help prompt:

  • help
    • Description: Provides a summary of all available tools and their usage.
    • Parameters: None
    • Output: A user-friendly message listing all tools, their descriptions, and parameters.

Server Config

{
  "mcpServers": {
    "mcp-server-theme-parks": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-theme-parks"
      ],
      "env": {
        "THEMEPARKS_API_BASE_URL": "https://api.themeparks.wiki/v1"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
CursorThe AI Code Editor
ChatWiseThe second fastest AI chatbot™
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。