get_park
Pack: nps · Endpoint: https://gateway.pipeworx.io/nps/mcp
Fetch a single park by parkCode. Returns full description, designation, activities, topics, address, contacts, operating hours, entrance fees, and image gallery.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
park_code | string | yes | 4-letter NPS parkCode (e.g., “yose”, “grca”, “yell”) |
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":"get_park","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.