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
Get a list of attractions and shows in a park given the park's entity ID. Input: entityId (string)
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)
Get a list of all parks (including their name and entity ID)
Get a list of parks (including their name and entity ID) given a park name or resort name. Input: entityId (string)
Get an entity given its entity ID. Input: entityId (string)
Get an attraction's wait times or a show's show times given the attraction or show entity ID. Input: entityId (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!