Find and prepare Parks Canada reservations while keeping the citizen in control.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Part of The Open State, a reference implementation of the Civic Access Protocol. This lets a citizen reach Parks Canada reservations through their own AI assistant, in plain language, while keeping their credentials and their control.
Your services. Your assistant. Your access.
It is a local MCP bundle (.mcpb) you add to your assistant on your own
machine. It runs over stdio, searches Parks Canada's public availability, and
prepares a booking right up to the payment screen in your own session. It
never sees your password or payment details. Session cookies are encrypted on
your device; you directly approve consequential actions and pay yourself.
For the binding rules and design, see The Open State:
CONSTITUTION.md,
AGENTS.md,
docs/00-overview.md,
docs/01-architecture.md.
The verified Parks Canada API contract is in
docs/parks-canada-api-findings.md.
All four Parks Canada booking families β search and book, end-to-end:
| Family | Search | Prepare booking |
|---|---|---|
| Frontcountry campsites & group sites | β | β |
| Accommodations (oTENTik, cabin, yurt, β¦) | β | β |
| Day Use (shuttles, parking, guided events) | β | β |
| Backcountry zone permits (entry point + per-night zones) | β | β |
Plain-language tools, grouped:
search_parks, search_park_availability,
search_sites (with a category of campsite / group / accommodation),
search_day_use, search_backcountry, get_site_details,
list_equipment_types, resolve_dates.connect_account opens your own browser to sign in
yourself; the session is stored encrypted in a local vault. disconnect_account,
connection_status.prepare_booking shows the exact action in a trusted host form,
then assembles the cart and drives it to the payment screen only after your
approval. You review and pay (Constitution Art. 2).create_alert / list_alerts / delete_alert β watch a campground
and get pinged when a cancellation opens a site.get_reservation_policies β Parks Canada's reservation rules in
plain language (fees, change/cancel deadlines and refunds, check-in times,
no-shows, and that park entry isn't included). The assistant also surfaces the key
deadline and fee right in the booking preview, so you confirm with the terms in
front of you.Accessibility is the point. Where Parks Canada exposes an accessibility
attribute, sites are flagged per-site and filterable (accessible_only); output
is written to read cleanly with a screen reader (Constitution Art. 3).
Part of the repo-root pnpm workspace: packages/core (provider, booking cart,
availability) and packages/bundle (the MCP server + the .mcpb), on
@open-state/kit for the session
vault and citizen-driven sign-in.
The server speaks MCP over stdio and waits for an assistant to connect.
Node.js 20 or newer is required. Configure any stdio MCP client to run:
For upgrades, change the pinned version and restart the client. To uninstall,
remove the MCP client configuration. Local state is intentionally retained;
after disconnecting, delete ~/.open-state-camping to remove alerts and all
remaining data. See PRIVACY.md.
Easiest β download the prebuilt bundle. Grab open-state-camping.mcpb from the
latest release
(tagged camping-v*). In Claude Desktop β Settings β Extensions, install that
file and restart. (When upgrading, remove the old version first, then install the
new one.)
Or build it yourself from source:
Then install packages/bundle/open-state-camping.mcpb the same way.
The repo root ships a .mcp.json that registers the built bundle
for Claude Code with a relative path (works
for anyone who clones the repo). Build first (pnpm -r build), open the repo in
Claude Code, and approve the open-state-camping server when prompted.
To book: ask the assistant to prepare it; it opens your cart at the Parks
Canada payment screen, where you sign in (if you haven't via connect_account),
review, and pay yourself.
Consequential tools require MCP form elicitation so the host can show the
prepared action directly to you. Hosts without it retain anonymous search and
read-only tools but intentionally cannot book, update/disconnect an account, or
create/delete alerts. See COMPATIBILITY.md.
create_alert saves a search and the in-process poller re-checks it on a polite
schedule (never faster than every 5 minutes). When a site opens, the watch is
retired and β if you gave a notify_target β a short message is sent there.
create_alert with
notify_target="auto", which provisions a private, random
ntfy.sh topic (no sign-up), sends a test message, and
hands back a subscribe link plus an ntfy:// app deep link.http(s) ntfy link you control as notify_target
(for safety, links must be on an allowed notification host β not an arbitrary
site β to prevent SSRF/open-relay abuse).OPEN_STATE_NTFY_BASE at a self-hosted ntfy.All optional, via environment variables:
| Variable | Default | Meaning |
|---|---|---|
OPEN_STATE_HOME | ~/.open-state-camping | Local dir for the encrypted session vault and the alerts file. |
OPEN_STATE_USER_AGENT | a browser UA | See the honest note below. |
OPEN_STATE_HTTP_TIMEOUT_MS | 30000 | Upstream request timeout (ms). |
OPEN_STATE_POLL_INTERVAL_MINUTES | 10 | Alert poll interval; floored at 5. |
OPEN_STATE_MAX_ALERTS | 25 | Max concurrent cancellation watches. |
OPEN_STATE_NTFY_BASE | https://ntfy.sh | Base for auto-provisioned notify topics; set to a self-hosted ntfy for privacy. |
OPEN_STATE_NOTIFY_ALLOWED_HOSTS | (none) | Extra hosts a citizen-supplied notify_target may point at, comma-separated. |
Tests run fully offline against recorded fixtures β no live network calls. Booking carts are diffed key-for-key against real captured sessions.
Reality, recorded rather than guessed (Constitution Art. 7):
availability is a status, not a count β 0 means available
(like frontcountry). Booking carts differ by family (site vs quota-zone holds);
all are matched to real captured sessions. See the findings doc.No citizen should be excluded from what is already theirs.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/open-state-camping-parks-canada)<a href="https://allmcps.com/mcp/open-state-camping-parks-canada"><img src="https://allmcps.com/api/badge/open-state-camping-parks-canada?style=directory" alt="Open State: Camping Parks Canada on AllMCPs" /></a>