This is an MCP Server that exposes data from the ThemeParks.wiki API as tools.
entityId
(string)entityId
(string)date
(string; yyyy-MM-dd)entityId
(string)entityId
(string)entityId
(string)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.
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"
]
}
}
}
{
"mcpServers": {
"tpapi": {
"env": {},
"args": [
"-jar",
"/path/to/project/build/libs/tpapi-mcp-server-0.0.1-SNAPSHOT.jar"
],
"command": "java"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.