list_parks
Pack: nps · Endpoint: https://gateway.pipeworx.io/nps/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text search |
state | string | no | 2-letter state code(s), comma-separated (e.g., “CA,NV”) |
park_code | string | no | Specific parkCode(s), comma-separated (e.g., “yose,grca”) |
limit | number | no | Results (1-500, default 25) |
start | number | no | 0-based offset (default 0) |
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_parks","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.