ThemeParks.wiki API MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tpapi": {
"args": [
"-jar",
"/path/to/project/build/libs/tpapi-mcp-server-0.0.1-SNAPSHOT.jar"
],
"command": "/path/to/java"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is an MCP Server that exposes data from the ThemeParks.wiki API
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Tpapi Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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"
]
}
}
}