Connects Claude to ThemeParks.wiki for real-time wait times, park schedules, and attraction data across major theme parks. Runs through Pipeworx's gateway infrastructure, which means you can either use the dedicated themeparks endpoint or tap into their larger gateway that bundles 764+ data sources. The interesting bit is the ask_pipeworx tool that lets you query in plain English instead of calling specific tools directly. Useful when you're planning park visits, building travel assistants, or need live operational data from Disney, Universal, and other parks. Streamable HTTP transport, so it works with any MCP client that supports remote servers.
ThemeParks.wiki MCP — live theme park wait times, schedules, and attraction data.
Part of Pipeworx — an MCP gateway connecting AI agents to 764+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"themeparks": {
"url": "https://gateway.pipeworx.io/themeparks/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 764+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Themeparks data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc