ThemeParks.wiki API MCP Server
ThemeParks.wiki API MCP Server
habuma
README
ThemeParks.wiki API MCP Server
This is an MCP Server that exposes data from the ThemeParks.wiki API as tools.
Features
- Get theme park operating hours
- Get attraction wait times
- Get show times
API
Tools
- getEntityChildren
- Get a list of attractions and shows in a park given the park's entity ID
- input:
entityId
(string)
- getEntityScheduleForDate
- Get a park's operating hours given the park's entity ID and a specific date (in yyyy-MM-dd format).
- input:
entityId
(string)date
(string; yyyy-MM-dd)
- getAllParks
- Get a list of all parks (including their name and entity ID)
- getParksByName
- Get a list of parks (including their name and entity ID) given a park name or resort name
- input:
entityId
(string)
- getEntity
- Get an entity given its entity ID
- input:
entityId
(string)
- getEntityLive
- Get an attraction's wait times or a show's show times given the attraction or show entity ID
- input:
entityId
(string)
Building the server
To build the server as an executable JAR file, run the following command:
./gradlew build
This will require Java 21 (or higher) to be installed. I recommend using SDKMAN! to install and manage Java versions.
The JAR file will be placed in build/libs/kt-mcp-server-0.0.1-SNAPSHOT.jar
.
Do not try to run this executable JAR file yourself. The MCP Client (such as
Claude Desktop) will run the server for you.
Optionally, to build the server as a Docker image, run the following command:
./gradlew bootBuildImage --imageName=habuma/tpapi-mcp-server
Do not attempt to run this Docker image yourself. The MCP Client (such as Claude Desktop) will run the server for you.
Usage with Claude Desktop
You can use the ThemeParks.wiki API MCP Server in Claude Desktop by adding
configuration to claude_desktop_config.json
. Change the paths below to
correctly reference the Java command line and the location of the executable
JAR file:
{
"mcpServers": {
"tpapi": {
"command": "/path/to/java",
"args": [
"-jar",
"/path/to/project/build/libs/tpapi-mcp-server-0.0.1-SNAPSHOT.jar"
]
}
}
}
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.