ArcBest · Capability

ArcBest API — Tracking

ArcBest API — Tracking. 1 operations. Lead operation: ArcBest Track Shipment. Self-contained Naftiko capability covering one Arcbest business surface.

Run with Naftiko ArcbestTracking

What You Can Do

GET
Trackshipment — ArcBest Track Shipment
/v1/tracking/{pronumber}

MCP Tools

arcbest-track-shipment

ArcBest Track Shipment

read-only idempotent

Capability Spec

arcbest-tracking.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ArcBest API — Tracking
  description: 'ArcBest API — Tracking. 1 operations. Lead operation: ArcBest Track Shipment. Self-contained Naftiko capability
    covering one Arcbest business surface.'
  tags:
  - Arcbest
  - Tracking
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARCBEST_API_KEY: ARCBEST_API_KEY
capability:
  consumes:
  - type: http
    namespace: arcbest-tracking
    baseUri: https://api.arcbest.com/v2
    description: ArcBest API — Tracking business capability. Self-contained, no shared references.
    resources:
    - name: tracking-proNumber
      path: /tracking/{proNumber}
      operations:
      - name: trackshipment
        method: GET
        description: ArcBest Track Shipment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: proNumber
          in: path
          type: string
          description: Shipment PRO number
          required: true
    authentication:
      type: bearer
      token: '{{env.ARCBEST_API_KEY}}'
  exposes:
  - type: rest
    namespace: arcbest-tracking-rest
    port: 8080
    description: REST adapter for ArcBest API — Tracking. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/tracking/{pronumber}
      name: tracking-pronumber
      description: REST surface for tracking-proNumber.
      operations:
      - method: GET
        name: trackshipment
        description: ArcBest Track Shipment
        call: arcbest-tracking.trackshipment
        with:
          proNumber: rest.proNumber
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: arcbest-tracking-mcp
    port: 9090
    transport: http
    description: MCP adapter for ArcBest API — Tracking. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: arcbest-track-shipment
      description: ArcBest Track Shipment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: arcbest-tracking.trackshipment
      with:
        proNumber: tools.proNumber
      outputParameters:
      - type: object
        mapping: $.