Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/sixflags-mcp

NPM · SIXFLAGS-MCP · SCANNED SEP 20

Six Flags MCP for Claude — live wait times, park hours, shows, and day planning

Available components

+1 this week 95 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 5 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/sixflags-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 680 tokens (~97/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/sixflags-mcp server?

io.github.chrischall/sixflags-mcp runs locally as an npm package, launched with npx -y sixflags-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · sixflags-mcp

# add to Claude Code
claude mcp add chrischall-sixflags-mcp -- npx -y sixflags-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-sixflags-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-sixflags-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-sixflags-mcp -- npx -y sixflags-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-sixflags-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "sixflags-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-sixflags-mcp --command npx --arg -y --arg sixflags-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-sixflags-mcp:
    command: "npx"
    args: ["-y", "sixflags-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-sixflags-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "sixflags-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-sixflags-mcp -t stdio -c npx -a -y sixflags-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-sixflags-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sixflags-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 2.0.0 → 2.1.0 functional
  • 19 Sept 26 +1
    • Stability: 0.87 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.86 → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.1.1 → 2.0.0 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
  • 10 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 1.1.0 → 1.1.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/sixflags-mcp@2.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/sixflags-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/sixflags-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2893923385
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:b5a679d994305e12a8351300fbe3dd65425a3ebd8b6c52a869620f2d2b44f63ef5238e1d47ba5cbbe24644c2f12409ed98cb5e83eed73050e37a3dc92

Background: How many MCP packages publish verified provenance →

Dependencies 5 packages
Packages resolved 5
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~680 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
sixflags_get_park_schedule ~92

Get operating hours (open/close times) for a Six Flags park, from today forward. Defaults to your home park. Use this to plan what time to arrive and how long you have.

NameTypeReqDescription
daysintegerHow many days ahead to include (default 10)
parkstringPark name, slug, or id. Defaults to your home park (Carowinds).

No output schema declared.

No examples provided.

sixflags_get_shows ~79

Get today’s live show schedule (showtimes) for a Six Flags park — parades, stunt shows, character meets. Defaults to your home park (Carowinds). Showtimes are only populated on operating days.

NameTypeReqDescription
parkstringPark name, slug, or id. Defaults to your home park (Carowinds).

No output schema declared.

No examples provided.

sixflags_get_wait_times ~114

Get current ride wait times for a Six Flags park (defaults to your home park, Carowinds). Returns every attraction with its status (operating/closed/down) and standby + single-rider waits, sorted longest-wait first, plus a summary of the park’s crowd level.

NameTypeReqDescription
openOnlybooleanOnly return currently-operating rides (default false: include closed/down)
parkstringPark name, slug, or id. Defaults to your home park (Carowinds).

No output schema declared.

No examples provided.

sixflags_healthcheck ~42

Check that the upstream data source (themeparks.wiki) is reachable and returning Six Flags park data. Returns ok/degraded plus the number of parks discovered.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sixflags_list_attractions ~107

List the attractions (or shows / restaurants) at a Six Flags park — the full directory of what’s there, with map coordinates. Static metadata, not live status; use sixflags_get_wait_times for current waits. Defaults to your home park (Carowinds).

NameTypeReqDescription
parkstringPark name, slug, or id. Defaults to your home park (Carowinds).
typestringWhich kind of entity to list (default ATTRACTION)

No output schema declared.

No examples provided.

sixflags_list_parks ~91

List Six Flags parks (the combined Six Flags / Cedar Fair chain, including Carowinds, Cedar Point, Canada’s Wonderland, Magic Mountain, and the Hurricane Harbor water parks). Optionally filter by a name substring. Returns each park’s id, name, and owning destination, and flags your configured home park.

NameTypeReqDescription
searchstringCase-insensitive substring to filter park or destination names

No output schema declared.

No examples provided.

sixflags_suggest_next ~155

Recommend which attraction to ride next: ranks currently-operating rides by shortest standby wait. Optionally exclude rides you’ve already done and cap the wait. Use this repeatedly through the day to keep hopping to the lowest-wait ride. Defaults to your home park (Carowinds).

NameTypeReqDescription
excludearrayRide names (case-insensitive, substring match) to skip — e.g. ones already ridden
limitintegerHow many suggestions to return (default 5)
maxWaitMinutesintegerOnly suggest rides with a standby wait at or below this many minutes
parkstringPark name, slug, or id. Defaults to your home park (Carowinds).

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/sixflags-mcp server?

io.github.chrischall/sixflags-mcp is listed in the public MCP registry as io.github.chrischall/sixflags-mcp. Six Flags MCP for Claude, live wait times, park hours, shows, and day planning. This page covers its npm package (sixflags-mcp).

Is the io.github.chrischall/sixflags-mcp server safe to use?

io.github.chrischall/sixflags-mcp scores 95 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/sixflags-mcp server expose?

io.github.chrischall/sixflags-mcp exposes 7 tools: sixflags_list_parks, sixflags_get_park_schedule, sixflags_get_wait_times, sixflags_suggest_next, sixflags_list_attractions, and 2 more. Their descriptions and schemas cost roughly 680 tokens of context every time the server is loaded.

Is the io.github.chrischall/sixflags-mcp server still maintained?

io.github.chrischall/sixflags-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/sixflags-mcp server under?

io.github.chrischall/sixflags-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.