get_facility

Pack: recreation-gov · Endpoint: https://gateway.pipeworx.io/recreation-gov/mcp

Get full details for a single Recreation.gov facility (e.g. a campground) by its FacilityID. Returns description, directions, ADA access, phone/email, keywords, and coordinates. Example: get_facility({ facility_id: “232447” })

Parameters

NameTypeRequiredDescription
facility_idstringyesRIDB FacilityID, e.g. “232447”
_apiKeystringnoOptional — your own Recreation.gov RIDB API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/recreation-gov/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_facility","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "recreation-gov": {
      "url": "https://gateway.pipeworx.io/recreation-gov/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 6, 2026