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.

Parks Open

REMOTE · PARKSOPEN.CA · SCANNED SEP 20

Live BC Parks campsite and day-pass status with freshness and official booking links.

Available components

+3 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 7533 tokens (~49/item across 153 items; 8 tools + 145 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 88% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 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 Parks Open MCP server?

Parks Open is a hosted endpoint at https://parksopen.ca/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · parksopen.ca

# add to Claude Code
claude mcp add --transport http ca-parksopen-parksopen 'https://parksopen.ca/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "ca-parksopen-parksopen": {
      "url": "https://parksopen.ca/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ca-parksopen-parksopen": {
      "type": "http",
      "url": "https://parksopen.ca/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.ca-parksopen-parksopen]
url = "https://parksopen.ca/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ca-parksopen-parksopen": {
      "type": "remote",
      "url": "https://parksopen.ca/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ca-parksopen-parksopen --url 'https://parksopen.ca/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ca-parksopen-parksopen:
    url: "https://parksopen.ca/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ca-parksopen-parksopen": {
      "Transport": "http",
      "Url": "https://parksopen.ca/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add ca-parksopen-parksopen -t streamable-http -u 'https://parksopen.ca/api/mcp'
// mcp.json
{
  "mcpServers": {
    "ca-parksopen-parksopen": {
      "type": "http",
      "url": "https://parksopen.ca/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 18 Sept 26 +1

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

  • 17 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “parksopen_check_alerts” rewrote its description, which is the text the model reads security
    • Tool “parksopen_check_weather” rewrote its description, which is the text the model reads security
    • Tool “parksopen_find_open_parks” rewrote its description, which is the text the model reads security
    • Tool “parksopen_get_booking_link” rewrote its description, which is the text the model reads security
    • Tool “parksopen_park_availability_calendar” rewrote its description, which is the text the model reads security
    • Tool “parksopen_park_info” rewrote its description, which is the text the model reads security
    • Tool “parksopen_search_campsites” rewrote its description, which is the text the model reads security
    • Tool “parksopen_check_alerts” now declares an output schema functional
    • Tool “parksopen_check_weather” now declares an output schema functional
    • Tool “parksopen_find_open_parks” now declares an output schema functional
    • Tool “parksopen_get_booking_link” now declares an output schema functional
    • Tool “parksopen_park_availability_calendar” now declares an output schema functional
    • Tool “parksopen_park_info” now declares an output schema functional
    • Tool “parksopen_search_campsites” now declares an output schema functional
    • First check of Tool coverage: 100 functional
    • Server version: 0.1.1 → 0.1.3 functional
    • New tool “parksopen_check_day_passes” functional
  • 15 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “parksopen_search_campsites” rewrote its description, which is the text the model reads security
    • Server version: 0.1.0 → 0.1.1 functional
  • 8 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 7 Sept 26 75

    First indexed and scored.

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 · Probed https://parksopen.ca/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=parksopen.ca CN=YR1,O=Let's Encrypt,C=US 5 Sept 2026 4 Dec 2026 RSA 2048 SHA256-RSA 61e9a3a6a621d9dac6dfe6e818582fc1444
SANs: parksopen.ca
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of parksopen.ca. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ca. present 26384 13 Verified
parksopen.ca. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), payment=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://parksopen.ca/api/mcp Verified 200
http (plaintext) http://parksopen.ca/api/mcp HTTPS enforced 308 https://parksopen.ca/api/mcp
MCP tools · 8 exposed · ~1,691 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
parksopen_check_alerts ~125

Use this when checking current closures, fire bans, advisories, or nearby wildfires for one park or system-wide. Run it before recommending a park in summer; these are 'verify before you travel' notices, never a booking or safety claim.

NameTypeReqDescription
parkstringpark name; omit for a system-wide summary
provincestringprovince code or URL prefix (bc, on, …) — an alternative to system.
systemstringreservation system id, e.g. bc_parks. Omit for the default system.

Structured output declared, but exposes no named fields.

No examples provided.

parksopen_check_day_passes ~210

Use this when the user asks whether a BC Parks day-use pass is required, available, sold out, not released yet, or closed for a date, park, access area, or AM/PM slot. It returns every tracked access area and time slot for the requested parks across the live three-day booking window, with explicit No pass needed versus Sold out states, freshness, the Parks Open comparison page, and the official BC Parks booking handoff. If live inventory is stale, incomplete, or conflicts with published rules, it fails closed and will not claim Available or Sold out.

NameTypeReqDescription
datestringvisit date, YYYY-MM-DD. Omit for today in British Columbia.
daysintegernumber of consecutive dates to compare, 1 to 3; default is the full 3-day booking window
parksarrayoptional park names, e.g. ['Golden Ears', 'Garibaldi']; omit to return every tracked day-pass park
NameTypeReqDescription
booking_urlstringyes
coverage_throughstring|nullyes
freshnessstringyes
fromstringyes
livebooleanyes
notestringyes
observed_atstring|nullyes
pagestringyes
parksarrayyes
suggestionsarrayyes
tostringyes

No examples provided.

parksopen_check_weather ~126

Use this when the user asks about forecast conditions or air quality at a named park. It returns the Environment Canada forecast (daily high/low/conditions, about 6 days) and AQHI for the nearest station; if the park is beyond range it says so and never invents temperatures.

NameTypeReqDescription
parkstringyespark name
provincestringprovince code or URL prefix (bc, on, …) — an alternative to system.
systemstringreservation system id, e.g. bc_parks. Omit for the default system.

Structured output declared, but exposes no named fields.

No examples provided.

parksopen_find_open_parks ~336

Use this when the user has not named a park and wants PARKS ranked by soonest opening or estimated drive time, such as 'where can I camp this weekend' or 'anything near Vancouver with space'. It uses the default tent-compatible inventory and can filter confirmed amenities. Do not use it when van, trailer, RV, or other equipment fit matters; use parksopen_search_campsites with equipment_class. For a named park use parksopen_search_campsites or parksopen_park_availability_calendar.

NameTypeReqDescription
amenitiesarrayANDed site attributes (confirmed-only; the count is a floor)
horizon_daysintegerhow far ahead to look when no date is fixed; default 14
limitinteger
near_citystringrank by drive time from this city (Vancouver, Victoria, Nanaimo, Whistler, Kelowna, Kamloops, Cranbrook, Prince George, Fort St. John)
nightsintegerdefault 2 (weekend) or 1
provincestringprovince code or URL prefix (bc, on, …) — an alternative to system.
regionstringrestrict to a region name as the site shows it, e.g. 'Vancouver Island'
start_datestringa specific arrival date; omit to find the soonest opening
systemstringreservation system id, e.g. bc_parks. Omit for the default system.
weekendbooleanthis coming weekend (Fri→Sun, 2 nights)

Structured output declared, but exposes no named fields.

No examples provided.

parksopen_get_booking_link ~160

Use this when a search is complete, or when the user already knows the park and dates, to create a deterministic official reservation link with park, dates, and equipment pre-filled. The user completes the booking there; Parks Open never books, holds sites, takes payment, or treats the link itself as proof of availability.

NameTypeReqDescription
categorystring
end_datestringyes
equipment_classstringcanonical class or free text; default tent
parkstringyespark name — approximate is fine
provincestringprovince code or prefix, e.g. bc
start_datestringyes
systemstringreservation system id, e.g. bc_parks

Structured output declared, but exposes no named fields.

No examples provided.

parksopen_park_availability_calendar ~142

Use this when the user asks 'when is X free', 'how busy is X', or 'which weekend should I try' for ONE named park. It returns nightly open counts for the next 8 weeks, whole-stay counts for four weekends, fill rate, and booking rules. For exact equipment fit or specific dates across many parks use parksopen_search_campsites.

NameTypeReqDescription
daysinteger
parkstringyespark name — approximate is fine
provincestringprovince code or prefix, e.g. bc
systemstringreservation system id, e.g. bc_parks

Structured output declared, but exposes no named fields.

No examples provided.

parksopen_park_info ~127

Use this when the user asks about reservation policy, fees, pets, fires, facilities, or park descriptions, such as 'does X allow dogs' or 'when do reservations open'. It returns slower-changing facts from the provider's published pages with sources. Do not use it for availability (parksopen_search_campsites) or current closures (parksopen_check_alerts).

NameTypeReqDescription
parkstringpark name, when the question is about one park
questionstringyeswhat you want to know (fees, pets, fires, showers, reservations policy…)
NameTypeReqDescription
contextstringyes
notestringyes
parkyes
sourcesarrayyes

No examples provided.

parksopen_search_campsites ~465

Use this when exact dates or equipment fit matter, for questions like 'is X available', 'find a site for the long weekend', or 'which parks have space for a 32 ft RV'. It reads observed campsite availability across Canadian park reservation systems (BC Parks today) from public reservation data. Filters the official sites cannot: exact equipment fit, electrical, waterfront, shade, pets, privacy — across every park at once. Returns only sites observed open for EVERY requested night, with an absolute Parks Open page URL to cite, a booking link into the official reservation flow (we never book for the user), and observed_at for freshness; verify availability on the official site. Not for: fees, rules, facilities (use parksopen_park_info), weather (parksopen_check_weather), closures (parksopen_check_alerts), or dates beyond the provider's booking window.

NameTypeReqDescription
amenitiesarrayANDed site attributes: electrical, waterfront, pets, some_shade, full_shade, double, near_restroom, walk_in, accessible, pull_through, private, big_rig
categorystringbooking category; default frontcountry (drive-in campsites)
cursorstringopaque cursor from a previous page
end_datestringyesdeparture, YYYY-MM-DD (exclusive; nights = end − start)
equipment_classstringcanonical class (tent, tent2, tent3, van, trailer_18, rv_32, rv_32_plus) or free text like '30ft trailer'. Default tent.
limitintegerpage size, default 20
min_privacystring'Good' or 'Excellent'
parkstringpark name — approximate is fine (partial, missing 'Provincial', misspelled). Omit to search every park. If it cannot be resolved you get a did-you-mean list.
provincestringprovince code or URL prefix (bc, on, …) — an alternative to system.
start_datestringyesarrival, YYYY-MM-DD
systemstringreservation system id, e.g. bc_parks. Omit for every tracked system.
NameTypeReqDescription
closureyes
equipment_classstringyes
next_cursorstring|nullyes
nightsnumberyes
notestringyes
observed_atstring|nullyes
resolved_parkstring|nullyes
resultsarrayyes
suggestionsarrayyes
totalnumberyes

No examples provided.

Common questions

What is the Parks Open MCP server?

Parks Open is an MCP server listed in the public MCP registry as ca.parksopen/parksopen. Live BC Parks campsite and day-pass status with freshness and official booking links. This page covers its hosted endpoint (https://parksopen.ca/api/mcp).

Is the Parks Open MCP server safe to use?

Parks Open scores 81 out of 100 on VerifyMCP. 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 Parks Open MCP server expose?

Parks Open exposes 8 tools: parksopen_search_campsites, parksopen_park_availability_calendar, parksopen_find_open_parks, parksopen_check_alerts, parksopen_check_weather, and 3 more. Their descriptions and schemas cost roughly 1,691 tokens of context every time the server is loaded.

Does the Parks Open MCP server require authentication?

No. We connected to Parks Open without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Parks Open MCP server still maintained?

Parks Open 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.