MCP server exposing 5 tools for nps.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nps/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nps/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io