National Park Service (NPS) Data API — Campgrounds

National Park Service (NPS) Data API — Campgrounds. 1 operations. Lead operation: List campgrounds. Self-contained Naftiko capability covering one Department Of The Interior business surface.

Run with Naftiko Department Of The InteriorCampgrounds

What You Can Do

GET
Listcampgrounds — List campgrounds
/v1/campgrounds

MCP Tools

list-campgrounds

List campgrounds

read-only idempotent

Capability Spec

nps-data-campgrounds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: National Park Service (NPS) Data API — Campgrounds
  description: 'National Park Service (NPS) Data API — Campgrounds. 1 operations. Lead operation: List campgrounds. Self-contained
    Naftiko capability covering one Department Of The Interior business surface.'
  tags:
  - Department Of The Interior
  - Campgrounds
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEPARTMENT_OF_THE_INTERIOR_API_KEY: DEPARTMENT_OF_THE_INTERIOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: nps-data-campgrounds
    baseUri: https://developer.nps.gov/api/v1
    description: National Park Service (NPS) Data API — Campgrounds business capability. Self-contained, no shared references.
    resources:
    - name: campgrounds
      path: /campgrounds
      operations:
      - name: listcampgrounds
        method: GET
        description: List campgrounds
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.DEPARTMENT_OF_THE_INTERIOR_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: nps-data-campgrounds-rest
    port: 8080
    description: REST adapter for National Park Service (NPS) Data API — Campgrounds. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/campgrounds
      name: campgrounds
      description: REST surface for campgrounds.
      operations:
      - method: GET
        name: listcampgrounds
        description: List campgrounds
        call: nps-data-campgrounds.listcampgrounds
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nps-data-campgrounds-mcp
    port: 9090
    transport: http
    description: MCP adapter for National Park Service (NPS) Data API — Campgrounds. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-campgrounds
      description: List campgrounds
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nps-data-campgrounds.listcampgrounds
      outputParameters:
      - type: object
        mapping: $.