Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Open State: Camping Parks Canada
O
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:03:24 AM

Open State: Camping Parks Canada

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Find and prepare Parks Canada reservations while keeping the citizen in control.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "open-state-camping-parks-canada": {
      "command": "npx",
      "args": [
        "-y",
        "open-state-camping-parks-canada"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Open State: Camping β€” Parks Canada

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.

What it does

All four Parks Canada booking families β€” search and book, end-to-end:

FamilySearchPrepare 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 / discovery: 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.
  • Account (your session): connect_account opens your own browser to sign in yourself; the session is stored encrypted in a local vault. disconnect_account, connection_status.
  • Booking: 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).
  • Alerts: create_alert / list_alerts / delete_alert β€” watch a campground and get pinged when a cancellation opens a site.
  • Policies: 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).

Build

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.

bash
# at the repository root
pnpm install
pnpm -r build

Run (local, stdio)

bash
node packages/bundle/standalone/server.js

The server speaks MCP over stdio and waits for an assistant to connect.

Install from npm

Node.js 20 or newer is required. Configure any stdio MCP client to run:

Terminal
npx --yes @open-state/camping@1.0.7

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.

Install in Claude Desktop (the .mcpb)

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:

bash
# from the repo root
pnpm --filter @open-state/camping build
pnpm --filter @open-state/camping pack:mcpb

Then install packages/bundle/open-state-camping.mcpb the same way.

Connect it to Claude Code

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.

Try it

  • "Find me a Parks Canada campground in Banff."
  • "Any accessible sites at Two Jack Lakeside for the August long weekend, two people?"
  • "Find a cabin or oTENTik in PEI for mid-September."
  • "Moraine Lake shuttle times for July 17, party of 2."
  • "Search Forillon backcountry for Aug 28 β€” then prepare Lean-to Les Lacs via Le Portage trailhead."
  • "Nothing's open β€” watch it and let me know if a cancellation comes up."
  • "What's the cancellation policy if I book a cabin and have to back out?"

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.

Alerts

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.

  • Easiest: ask to be notified β€” the assistant calls 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.
  • Bring your own: pass an 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).
  • No account, password, or personal information is stored β€” only the search and the link. An auto topic's random suffix is its secret; treat the link as private, or point OPEN_STATE_NTFY_BASE at a self-hosted ntfy.
  • Local limitation: the bundle runs as a local stdio process, so the poller checks only while your assistant is connected to it. The watch persists on disk; notifications fire only while a session is live.

Configuration

All optional, via environment variables:

VariableDefaultMeaning
OPEN_STATE_HOME~/.open-state-campingLocal dir for the encrypted session vault and the alerts file.
OPEN_STATE_USER_AGENTa browser UASee the honest note below.
OPEN_STATE_HTTP_TIMEOUT_MS30000Upstream request timeout (ms).
OPEN_STATE_POLL_INTERVAL_MINUTES10Alert poll interval; floored at 5.
OPEN_STATE_MAX_ALERTS25Max concurrent cancellation watches.
OPEN_STATE_NTFY_BASEhttps://ntfy.shBase 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

bash
pnpm -r test

Tests run fully offline against recorded fixtures β€” no live network calls. Booking carts are diffed key-for-key against real captured sessions.

Public project policies

  • Privacy and local data deletion
  • Security reporting and supported versions
  • Compatibility
  • Contributing, Code of Conduct, and support
  • Release history and release process

Honest notes and known limits

Reality, recorded rather than guessed (Constitution Art. 7):

  • Price is not shown. Parks Canada exposes no read-only price; a price only exists as a cart/checkout line item β€” which is the payment step this tool stops before. You see the price in your own session.
  • User-Agent tension. Parks Canada returns HTTP 403 to non-browser User-Agents, so the default UA is browser-like to function. This sits awkwardly with "honest identification" (Art. 7.3); it is configurable and is a candidate for resolution through an official relationship.
  • Backcountry 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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • N
    Nyc Restroom Mcp

    Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data

    πŸ’» Developer Tools0 views
    Compare vs Nyc Restroom Mcp β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Open State: Camping Parks Canada

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "open-state-camping-parks-canada": { "command": "npx", "args": ["-y", "Open State: Camping - Parks Canada"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOpen State: Camping   Parks Canada AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/open-state-camping-parks-canada?style=directory)](https://allmcps.com/mcp/open-state-camping-parks-canada)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Open State: Camping Parks Canada β†’Install in Claude DesktopInstall in CursorInstall in VS Code