AeroDataBox · Capability

AeroDataBox API - Aviation and Flight API — Industry API

AeroDataBox API - Aviation and Flight API — Industry API. 1 operations. Lead operation: AeroDataBox FAA LADD Aircraft Status / TIER 3. Self-contained Naftiko capability covering one Aerodatabox business surface.

Run with Naftiko AerodataboxIndustry API

What You Can Do

GET
Getfaaladdaircraftstatus — AeroDataBox FAA LADD Aircraft Status / TIER 3
/v1/industry/faa-ladd/{id}/status

MCP Tools

aerodatabox-faa-ladd-aircraft-status

AeroDataBox FAA LADD Aircraft Status / TIER 3

read-only idempotent

Capability Spec

aerodatabox-industry-api.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AeroDataBox API - Aviation and Flight API — Industry API
  description: 'AeroDataBox API - Aviation and Flight API — Industry API. 1 operations. Lead operation: AeroDataBox FAA LADD
    Aircraft Status / TIER 3. Self-contained Naftiko capability covering one Aerodatabox business surface.'
  tags:
  - Aerodatabox
  - Industry API
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AERODATABOX_API_KEY: AERODATABOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: aerodatabox-industry-api
    baseUri: https://prod.api.market/api/v1/aedbx/aerodatabox
    description: AeroDataBox API - Aviation and Flight API — Industry API business capability. Self-contained, no shared references.
    resources:
    - name: industry-faa-ladd-id-status
      path: /industry/faa-ladd/{id}/status
      operations:
      - name: getfaaladdaircraftstatus
        method: GET
        description: AeroDataBox FAA LADD Aircraft Status / TIER 3
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Callsign or aircraft tail number
          required: true
  exposes:
  - type: rest
    namespace: aerodatabox-industry-api-rest
    port: 8080
    description: REST adapter for AeroDataBox API - Aviation and Flight API — Industry API. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/industry/faa-ladd/{id}/status
      name: industry-faa-ladd-id-status
      description: REST surface for industry-faa-ladd-id-status.
      operations:
      - method: GET
        name: getfaaladdaircraftstatus
        description: AeroDataBox FAA LADD Aircraft Status / TIER 3
        call: aerodatabox-industry-api.getfaaladdaircraftstatus
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aerodatabox-industry-api-mcp
    port: 9090
    transport: http
    description: MCP adapter for AeroDataBox API - Aviation and Flight API — Industry API. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: aerodatabox-faa-ladd-aircraft-status
      description: AeroDataBox FAA LADD Aircraft Status / TIER 3
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aerodatabox-industry-api.getfaaladdaircraftstatus
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.