@pipeworx/nps
Connect: https://gateway.pipeworx.io/nps/mcp · Install: one-click buttons
Tools: 5
US National Park Service MCP — parks, alerts, campgrounds, things-to-do.
Tools
list_parks(query?, state?, park_code?, limit?, start?)get_park(park_code)list_alerts(park_code?, state?, query?, limit?)list_campgrounds(park_code?, state?, query?, limit?)list_things_to_do(park_code?, state?, query?, limit?)
Auth
- Platform key: gateway env
PLATFORM_NPS_KEY. - BYO:
?_apiKey=<key>after registering at https://www.nps.gov/subjects/developer/get-started.htm (free, generous limits).
Data source
https://developer.nps.gov/api/v1/ — header X-Api-Key.
Tools
- list_parks — List or search NPS parks. Filter by free-text query, state code (2-letter, comma-separated), or parkCode list. Returns full name, description, designation, states, GPS, address, official URL.
- get_park — Fetch a single park by parkCode. Returns full description, designation, activities, topics, address, contacts, operating hours, entrance fees, and image gallery.
- list_alerts — Current park alerts — closures, road conditions, weather warnings, danger advisories. Filter by parkCode or state.
- list_campgrounds — Campgrounds inside a park or state. Returns name, description, RV/tent capacity, amenities, reservation info, GPS.
- list_things_to_do — Activities recommended by the park service — hikes, ranger programs, scenic drives, ranger-led activities. Filter by parkCode or state.
Tools
-
get_park— Fetch a single park by parkCode. Returns full description, designation, activities, topics, address, contacts, operating hours, entrance fees, and image gallery. -
list_alerts— Current park alerts — closures, road conditions, weather warnings, danger advisories. Filter by parkCode or state. -
list_campgrounds— Campgrounds inside a park or state. Returns name, description, RV/tent capacity, amenities, reservation info, GPS. -
list_parks— List or search NPS parks. Filter by free-text query, state code (2-letter, comma-separated), or parkCode list. Returns full name, description, designation, states, GPS, address, official URL. -
list_things_to_do— Activities recommended by the park service — hikes, ranger programs, scenic drives, ranger-led activities. Filter by parkCode or state.