/plugin marketplace add chrischall/sixflags-mcp
/plugin install sixflags-mcpResumen de Plugins
# 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.
## Hosted connector (claude.ai)
This server can also run as a hosted Cloudflare Worker — an unlisted, shareable
"remote connector" you add to claude.ai (Settings → Connectors → Add custom
connector) instead of running it locally. It works on Claude web, desktop, and
mobile alike, since connectors added on any of those sync to the rest, and it
exposes the full tool surface above.
Because themeparks.wiki is keyless, **the login page asks for no credentials** —
just your home park, saved as the default for tools that don't name one. Nothing
secret is collected or stored.
Standing it up requires a Cloudflare account and is a one-time manual step for
whoever hosts it; after that every release redeploys the Worker automatically
(and `Actions → deploy-connector → Run workflow` deploys any ref on demand) —
see
[`docs/DEPLOY-CONNECTOR.md`](docs/DEPLOY-CONNECTOR.md) for the full runbook.
## 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.
Lo que la gente pregunta sobre sixflags-mcp
¿Qué es chrischall/sixflags-mcp?
+
chrischall/sixflags-mcp es plugins para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala sixflags-mcp?
+
Puedes instalar sixflags-mcp clonando el repositorio (https://github.com/chrischall/sixflags-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar chrischall/sixflags-mcp?
+
chrischall/sixflags-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene chrischall/sixflags-mcp?
+
chrischall/sixflags-mcp es mantenido por chrischall. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a sixflags-mcp?
+
Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.
Despliega sixflags-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Agent skill that removes signs of AI-generated writing from text
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress
Create beautiful slides on the web using a coding agent's frontend skills
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.