Skip to main content
ClaudeWave
PluginsOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/11/2026
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add chrischall/sixflags-mcp
/plugin install sixflags-mcp
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Use cases

Plugins overview

# 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](https://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 |
| --- | --- |
| `sixflags_get_wait_times` | Every ride's current standby + single-rider wait and status, sorted longest-first, with a crowd summary. |
| `sixflags_suggest_next` | Ranks currently-open rides by shortest wait — the "what should we ride next?" planner. Supports `exclude`, `maxWaitMinutes`, `limit`. |
| `sixflags_get_park_schedule` | Operating hours from today forward. |
| `sixflags_get_shows` | Today's live show schedule (parades, stunt shows, character meets) with showtimes. |
| `sixflags_list_attractions` | The full directory of a park's rides / shows / restaurants, with map coordinates. |
| `sixflags_list_parks` | Every Six Flags park and its id; `search` to filter. |
| `sixflags_healthcheck` | 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.

## Install

Via `npx` (published to npm):

```json
{
  "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 |
| --- | --- | --- |
| `SIXFLAGS_HOME_PARK` | `Carowinds` | Default park for tools that don't name one. A park name, themeparks.wiki slug, or park id. |
| `SIXFLAGS_REQUEST_TIMEOUT_MS` | `15000` | Per-request timeout. |
| `SIXFLAGS_USER_AGENT` | `sixflags-mcp (+…)` | User-Agent sent to themeparks.wiki. |

## Development

```bash
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.

What people ask about sixflags-mcp

What is chrischall/sixflags-mcp?

+

chrischall/sixflags-mcp is plugins for the Claude AI ecosystem with 0 GitHub stars.

How do I install sixflags-mcp?

+

You can install sixflags-mcp by cloning the repository (https://github.com/chrischall/sixflags-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is chrischall/sixflags-mcp safe to use?

+

Our security agent has analyzed chrischall/sixflags-mcp and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains chrischall/sixflags-mcp?

+

chrischall/sixflags-mcp is maintained by chrischall. The last recorded GitHub activity is dated 2026-09-10, with 0 open issues.

Are there alternatives to sixflags-mcp?

+

Yes. On ClaudeWave you can browse similar plugins at /categories/plugins, sorted by popularity or recent activity.

Deploy sixflags-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: chrischall/sixflags-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chrischall-sixflags-mcp)](https://claudewave.com/repo/chrischall-sixflags-mcp)
<a href="https://claudewave.com/repo/chrischall-sixflags-mcp"><img src="https://claudewave.com/api/badge/chrischall-sixflags-mcp" alt="Featured on ClaudeWave: chrischall/sixflags-mcp" width="320" height="64" /></a>

More Plugins

sixflags-mcp alternatives