list_campgrounds
Pack: nps · Endpoint: https://gateway.pipeworx.io/nps/mcp
Campgrounds inside a park or state. Returns name, description, RV/tent capacity, amenities, reservation info, GPS.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
park_code | string | no | parkCode (optional) |
state | string | no | 2-letter state code (optional) |
query | string | no | Free-text query (optional) |
limit | number | no | 1-500 (default 25) |
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_campgrounds","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.