list_campgrounds
ActiveTool of Nps
declared in 0.1.0
Campgrounds inside a park or state. Returns name, description, RV/tent capacity, amenities, reservation info, GPS.
Parameters schema
{
"type": "object",
"examples": [
{
"park_code": "yell"
},
{
"limit": 100,
"state": "UT"
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "1-500 (default 25)"
},
"query": {
"type": "string",
"description": "Free-text query (optional)"
},
"state": {
"type": "string",
"description": "2-letter state code (optional)"
},
"park_code": {
"type": "string",
"description": "parkCode (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nps
https://github.com/pipeworx-io/mcp-nps
1/7 registries