nps_visitation

Pack: nps · Endpoint: https://gateway.pipeworx.io/nps/mcp

National park visitor statistics — how many people visited a park. Answers “how many people visited Yellowstone”, “NPS visitation numbers”, “annual visitors to Grand Canyon”, “busiest national park”, “park attendance by month”. Monthly + annual recreation and total visitor counts from the NPS Visitor Use Statistics service (keyless). Pass a park name or 4-letter code (e.g., YELL, GRCA, GRSM) and a year, or system_total:true for the whole national park system. Example: {“park”:“yellowstone”,“year”:2023}.

Parameters

NameTypeRequiredDescription
parkstringnoPark name or 4-letter NPS unit code (e.g., “yellowstone”, “grand canyon”, “YELL”, “GRCA”, “GRSM”). Omit when system_total is true.
yearnumbernoCalendar year (default: most recent complete year). Data lags ~6-12 months.
start_yearnumbernoOptional range start year (inclusive).
end_yearnumbernoOptional range end year (inclusive).
system_totalbooleannoIf true, return system-wide totals across all NPS units for the year instead of a single park.

Example call

curl -X POST https://gateway.pipeworx.io/nps/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nps_visitation","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nps": {
      "url": "https://gateway.pipeworx.io/nps/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 25, 2026