Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/national-parks-mcp-server

io.github.cyanheads/national-parks-mcp-server

Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events.

Uptime
100.0%
1 direct probes · 30d
Response
695ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

nps_find_parks

Resolve a place name, US state, or free-text query to National Park Service parks — the required first step before the detail tools. Returns each park's parkCode (the key nps_get_park, nps_get_alerts,…

nps_get_park

Full trip-planning detail for one or more parks by parkCode: description, activities and topics, entrance fees and passes, operating hours by area/season, contacts, directions, a free-text weather ove…

nps_get_alerts

Current alerts for a park or a whole state — closures, hazards, caution notices, and information — with category and recency surfaced first so "is anything closed at Glacier right now?" is answered at…

nps_find_campgrounds

Campgrounds at a park or across a state: amenities (potable water, showers, RV dump station, toilets, trash collection, RV access), reservable vs. first-come-first-served site counts, reservation guid…

nps_get_activities

Curated things to do and points of interest at a park — title, description, time commitment, location, accessibility, and fee/pet/reservation flags — answering "what should I do at Acadia?" Covers the…

nps_find_events

Scheduled events at a park within a date range — ranger programs, festivals, tours, interpretive events — answering "what's happening at Yellowstone this weekend?" with title, dates and times, locatio…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/national-parks-mcp-server": {
      "url": "https://national-parks.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}