National Park Service (NPS) Data API — VisitorCenters

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

Run with Naftiko Department Of The InteriorVisitorCenters

What You Can Do

GET
Listvisitorcenters — List visitor centers
/v1/visitorcenters

MCP Tools

list-visitor-centers

List visitor centers

read-only idempotent

Capability Spec

nps-data-visitorcenters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: National Park Service (NPS) Data API — VisitorCenters
  description: 'National Park Service (NPS) Data API — VisitorCenters. 1 operations. Lead operation: List visitor centers.
    Self-contained Naftiko capability covering one Department Of The Interior business surface.'
  tags:
  - Department Of The Interior
  - VisitorCenters
  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-visitorcenters
    baseUri: https://developer.nps.gov/api/v1
    description: National Park Service (NPS) Data API — VisitorCenters business capability. Self-contained, no shared references.
    resources:
    - name: visitorcenters
      path: /visitorcenters
      operations:
      - name: listvisitorcenters
        method: GET
        description: List visitor centers
        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-visitorcenters-rest
    port: 8080
    description: REST adapter for National Park Service (NPS) Data API — VisitorCenters. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/visitorcenters
      name: visitorcenters
      description: REST surface for visitorcenters.
      operations:
      - method: GET
        name: listvisitorcenters
        description: List visitor centers
        call: nps-data-visitorcenters.listvisitorcenters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nps-data-visitorcenters-mcp
    port: 9090
    transport: http
    description: MCP adapter for National Park Service (NPS) Data API — VisitorCenters. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-visitor-centers
      description: List visitor centers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nps-data-visitorcenters.listvisitorcenters
      outputParameters:
      - type: object
        mapping: $.