list_alerts

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

Current park alerts — closures, road conditions, weather warnings, danger advisories. Filter by parkCode or state.

Parameters

NameTypeRequiredDescription
park_codestringnoparkCode(s), comma-separated
statestringno2-letter state code
querystringnoFree-text alert search
limitnumberno1-500 (default 50)

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":"list_alerts","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 May 21, 2026