NIFC ArcGIS REST Services API — Services

NIFC ArcGIS REST Services API — Services. 1 operations. Lead operation: List ArcGIS services. Self-contained Naftiko capability covering one National Interagency Fire Center business surface.

Run with Naftiko National Interagency Fire CenterServices

What You Can Do

GET
Listservices — List ArcGIS services
/v1

MCP Tools

list-arcgis-services

List ArcGIS services

read-only idempotent

Capability Spec

national-interagency-fire-center-services.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NIFC ArcGIS REST Services API — Services
  description: 'NIFC ArcGIS REST Services API — Services. 1 operations. Lead operation: List ArcGIS services. Self-contained
    Naftiko capability covering one National Interagency Fire Center business surface.'
  tags:
  - National Interagency Fire Center
  - Services
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NATIONAL_INTERAGENCY_FIRE_CENTER_API_KEY: NATIONAL_INTERAGENCY_FIRE_CENTER_API_KEY
capability:
  consumes:
  - type: http
    namespace: national-interagency-fire-center-services
    baseUri: https://services3.arcgis.com/T4QMspbfLg3qTGWY/ArcGIS/rest/services
    description: NIFC ArcGIS REST Services API — Services business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: listservices
        method: GET
        description: List ArcGIS services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: f
          in: query
          type: string
          description: Response format.
  exposes:
  - type: rest
    namespace: national-interagency-fire-center-services-rest
    port: 8080
    description: REST adapter for NIFC ArcGIS REST Services API — Services. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: listservices
        description: List ArcGIS services
        call: national-interagency-fire-center-services.listservices
        with:
          f: rest.f
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: national-interagency-fire-center-services-mcp
    port: 9090
    transport: http
    description: MCP adapter for NIFC ArcGIS REST Services API — Services. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-arcgis-services
      description: List ArcGIS services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: national-interagency-fire-center-services.listservices
      with:
        f: tools.f
      outputParameters:
      - type: object
        mapping: $.