Sabre · Capability

Sabre Bargain Finder Max API — Air Shopping

Sabre Bargain Finder Max API — Air Shopping. 2 operations. Lead operation: Search for lowest air fares. Self-contained Naftiko capability covering one Sabre business surface.

Run with Naftiko SabreAir Shopping

What You Can Do

POST
Bargainfindermaxsearch — Search for lowest air fares
/v1/v4-0-0/offers/air-fares/bargain-finder-max
POST
Bargainfindermaxreshop — Re-shop a specific itinerary for updated pricing
/v1/v4-0-0/offers/air-fares/bargain-finder-max/re-shop

MCP Tools

search-lowest-air-fares

Search for lowest air fares

read-only
re-shop-specific-itinerary-updated

Re-shop a specific itinerary for updated pricing

Capability Spec

bargain-finder-max-air-shopping.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sabre Bargain Finder Max API — Air Shopping
  description: 'Sabre Bargain Finder Max API — Air Shopping. 2 operations. Lead operation: Search for lowest air fares. Self-contained
    Naftiko capability covering one Sabre business surface.'
  tags:
  - Sabre
  - Air Shopping
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SABRE_API_KEY: SABRE_API_KEY
capability:
  consumes:
  - type: http
    namespace: bargain-finder-max-air-shopping
    baseUri: https://api.sabre.com
    description: Sabre Bargain Finder Max API — Air Shopping business capability. Self-contained, no shared references.
    resources:
    - name: v4.0.0-offers-air-fares-bargain-finder-max
      path: /v4.0.0/offers/air-fares/bargain-finder-max
      operations:
      - name: bargainfindermaxsearch
        method: POST
        description: Search for lowest air fares
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v4.0.0-offers-air-fares-bargain-finder-max-re-shop
      path: /v4.0.0/offers/air-fares/bargain-finder-max/re-shop
      operations:
      - name: bargainfindermaxreshop
        method: POST
        description: Re-shop a specific itinerary for updated pricing
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SABRE_API_KEY}}'
  exposes:
  - type: rest
    namespace: bargain-finder-max-air-shopping-rest
    port: 8080
    description: REST adapter for Sabre Bargain Finder Max API — Air Shopping. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v4-0-0/offers/air-fares/bargain-finder-max
      name: v4-0-0-offers-air-fares-bargain-finder-max
      description: REST surface for v4.0.0-offers-air-fares-bargain-finder-max.
      operations:
      - method: POST
        name: bargainfindermaxsearch
        description: Search for lowest air fares
        call: bargain-finder-max-air-shopping.bargainfindermaxsearch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v4-0-0/offers/air-fares/bargain-finder-max/re-shop
      name: v4-0-0-offers-air-fares-bargain-finder-max-re-shop
      description: REST surface for v4.0.0-offers-air-fares-bargain-finder-max-re-shop.
      operations:
      - method: POST
        name: bargainfindermaxreshop
        description: Re-shop a specific itinerary for updated pricing
        call: bargain-finder-max-air-shopping.bargainfindermaxreshop
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bargain-finder-max-air-shopping-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sabre Bargain Finder Max API — Air Shopping. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: search-lowest-air-fares
      description: Search for lowest air fares
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: bargain-finder-max-air-shopping.bargainfindermaxsearch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: re-shop-specific-itinerary-updated
      description: Re-shop a specific itinerary for updated pricing
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bargain-finder-max-air-shopping.bargainfindermaxreshop
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.