sixflags-mcp
This server provides live and static data for Six Flags and Cedar Fair theme parks to help plan visits, with no API key required. All tools are read-only and most default to a configurable home park (default: Carowinds) when no park is specified. Parks can be identified by name, slug, or id.
List parks: Browse all parks (e.g., Cedar Point, Magic Mountain), with optional name filtering, and see your home park.
Get park schedule: Retrieve operating hours for a park from today forward (default 10 days, up to 60 days ahead).
Get wait times: Fetch real-time standby and single-rider wait times, ride status, sorted longest wait first, with a crowd level summary. Optionally filter to only operating rides.
Suggest next ride: Get ranked recommendations based on the shortest current wait, with options to exclude specific rides, cap the maximum wait, and limit suggestions.
List attractions: Access the static directory of rides, shows, or restaurants with map coordinates. Filter by type: ATTRACTION, SHOW, or RESTAURANT.
Get show schedule: View today's live entertainment schedule, including parades, stunt shows, and character meets.
Healthcheck: Verify the upstream data source is reachable and see how many parks were discovered.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sixflags-mcpwhat are the wait times today at Six Flags Magic Mountain?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
sixflags-mcp
MCP server for Six Flags theme parks — live ride wait times, park hours, show schedules, and day planning. Your home park (default Carowinds) is the default for every tool, so "what are the wait times?" just works. Covers the whole combined Six Flags / Cedar Fair chain: Cedar Point, Kings Island, Canada's Wonderland, Magic Mountain, the Hurricane Harbor water parks, and more.
Data comes from the public themeparks.wiki API — no account, no API key, no login.
Built and maintained by AI. This codebase is developed and maintained by Claude (Claude Code). Use at your own discretion.
Tools
Tool | What it does |
| Every ride's current standby + single-rider wait and status, sorted longest-first, with a crowd summary. |
| Ranks currently-open rides by shortest wait — the "what should we ride next?" planner. Supports |
| Operating hours from today forward. |
| Today's live show schedule (parades, stunt shows, character meets) with showtimes. |
| The full directory of a park's rides / shows / restaurants, with map coordinates. |
| Every Six Flags park and its id; |
| Confirm the upstream data source is reachable. |
Every data tool takes an optional park argument (name, slug, unique substring, or id). Omit it for your home park.
Related MCP server: global-entry-scanner
Install
Via npx (published to npm):
{
"mcpServers": {
"sixflags": {
"command": "npx",
"args": ["-y", "sixflags-mcp"],
"env": { "SIXFLAGS_HOME_PARK": "Carowinds" }
}
}
}Or as a Claude Code plugin from the chrischall marketplace, or install the .mcpb bundle from a release.
Configuration
All optional — the upstream is keyless.
Env var | Default | Purpose |
|
| Default park for tools that don't name one. A park name, themeparks.wiki slug, or park id. |
|
| Per-request timeout. |
|
| User-Agent sent to themeparks.wiki. |
Development
npm install
npm run build # tsc → dist/, then esbuild bundle → dist/bundle.js
npm test # vitest run
npm run test:coverage # 100% coverage gate (CI)
npm run dev # node --env-file=.env dist/index.js (requires a build)Data source & accuracy
Wait times, show times, and hours are provided by themeparks.wiki, which aggregates the parks' own apps. They populate only during operating hours — off-hours every ride reads CLOSED. Treat waits as best-effort estimates, not guarantees.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA unified MCP server for US transit systems, supporting Washington DC Metro and NYC Subway with real-time predictions, station info, and service alerts.9393MIT
- Alicense-qualityBmaintenanceMCP server to scan for open Global Entry / NEXUS appointment slots and get notified via email, Slack, or Discord.MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing real-time Pokemon Go data including events, raids, research tasks, egg hatches, and Team Rocket lineups.24435MIT
- AlicenseAqualityAmaintenanceMCP server for MaxPreps that reads US high school team schedules, scores, records, rosters, stat leaders, and athlete careers without needing an account or API key.15462MIT
Related MCP Connectors
Amtrak MCP — live Amtrak train tracking via the community Amtraker API
MCP server exposing live Helldivers 2 galactic war data.
Official MCP server for Lovable, the AI-powered full-stack app builder.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/sixflags-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server