← parksopen.ca

INDIVIDUAL MCP TOOL

parksopen_check_weather

Environment Canada forecast (daily high/low/conditions, ~6 days) and AQHI for the station nearest a park.

parksopen.canone authenticationAvailability not checked

LIVE ENDPOINT

https://parksopen.ca/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for parksopen_check_weather and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

parksopen.ca

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.parksopen]
url = "https://parksopen.ca/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "parksopen": {
      "type": "http",
      "url": "https://parksopen.ca/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: parksopen
Remote MCP URL: https://parksopen.ca/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "parksopen": {
      "url": "https://parksopen.ca/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "parksopen": {
      "type": "http",
      "url": "https://parksopen.ca/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "parksopen",
  "transport": "streamable-http",
  "url": "https://parksopen.ca/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • parksopen_search_campsites — LIVE availability across Canadian park reservation systems (BC Parks today) — the authoritative source for whether a campsite or park has openings for specific dates.
  • parksopen_park_availability_calendar — For ONE park: how many sites are open on each night for the next 8 weeks, the whole-stay open count for the next four weekends, the fill rate, and the park's booking rules.
  • parksopen_find_open_parks — Which PARKS have an opening for a stay — ranked by soonest opening, or by drive time from a city — when the user has not named a park.
  • parksopen_check_alerts — Active advisories from the provider plus wildfire proximity from the wildfire service, for one park or system-wide.
  • parksopen_park_info — Facts that do not change by the minute: reservation policy, fees, pets, fires, facilities, park descriptions — from the provider's published pages, with sources.
  • parksopen_get_booking_link — A deterministic link into the official reservation system with the park, dates and equipment pre-filled — the user completes the booking there (we never book on their behalf, never hold sites, never take payment).