ThemeParks.wiki API MCP Server
by habuma
This MCP Server exposes data from the ThemeParks.wiki API as tools. It allows access to theme park information such as operating hours and wait times.
Last updated: N/A
What is ThemeParks.wiki API MCP Server?
The ThemeParks.wiki API MCP Server is a server that provides access to data from the ThemeParks.wiki API, offering tools to retrieve information about theme parks, attractions, and show times.
How to use ThemeParks.wiki API MCP Server?
The server is intended to be used with an MCP Client, such as Claude Desktop. It requires Java 21+ to build and can be built as an executable JAR or a Docker image. Configuration within the MCP Client is required to point to the executable JAR file.
Key features of ThemeParks.wiki API MCP Server
Get theme park operating hours
Get attraction wait times
Get show times
Retrieve park and entity information
Access to live data
Use cases of ThemeParks.wiki API MCP Server
Displaying real-time wait times for attractions
Providing park operating schedules
Showing show times
Integrating theme park data into other applications
Building custom theme park information dashboards
FAQ from ThemeParks.wiki API MCP Server
What is the ThemeParks.wiki API?
What is the ThemeParks.wiki API?
The ThemeParks.wiki API is a public API that provides data about theme parks, attractions, and shows.
What is an MCP Server?
What is an MCP Server?
MCP Server is not defined in the document. Assuming it is a server that is used with MCP Client.
What is Claude Desktop?
What is Claude Desktop?
Claude Desktop is an example of an MCP Client that can use this server.
How do I build the server?
How do I build the server?
Run ./gradlew build
to build an executable JAR file or ./gradlew bootBuildImage --imageName=habuma/tpapi-mcp-server
to build a Docker image.
How do I configure Claude Desktop to use this server?
How do I configure Claude Desktop to use this server?
Add configuration to claude_desktop_config.json
specifying the path to the Java command and the executable JAR file.