Amadeus · Capability

Flight Check-in Links — Checkin Links

Flight Check-in Links — Checkin Links. 1 operation(s). Lead operation: Amadeus Lists Check-in URLs.. Self-contained Naftiko capability covering one Amadeus business surface.

Run with Naftiko AmadeusTravelCheckin Links

What You Can Do

GET
Getcheckinurls — Amadeus Lists Check-in URLs.
/v1/reference-data/urls/checkin-links

MCP Tools

lists-check-urls

Amadeus Lists Check-in URLs.

read-only idempotent

Capability Spec

flight-checkin-links-checkin-links.yaml Raw ↑
naftiko: "1.0.0-alpha2"
info:
  label: "Flight Check-in Links — Checkin Links"
  description: 'Flight Check-in Links — Checkin Links. 1 operation(s). Lead operation: Amadeus Lists Check-in URLs.. Self-contained Naftiko capability covering one Amadeus business surface.'
  tags:
    - Amadeus
    - Travel
    - Checkin Links
  created: "2026-05-29"
  modified: "2026-05-29"
binds:
  - namespace: env
    keys:
      AMADEUS_TOKEN: AMADEUS_TOKEN
capability:
  consumes:
    - type: http
      namespace: flight-checkin-links-checkin-links
      baseUri: https://test.api.amadeus.com/v2
      description: Flight Check-in Links — Checkin Links business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.AMADEUS_TOKEN}}'
      resources:
        - name: reference-data-urls-checkin-links
          path: /reference-data/urls/checkin-links
          operations:
            - name: getCheckinURLs
              method: GET
              description: Amadeus Lists Check-in URLs.
              inputParameters:
                - name: airlineCode
                  in: query
                  type: string
                  required: true
                  description: "Airline code following IATA or ICAO standard - e.g. 1X; AF or ESY\n\n[IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)\n\n[ICAO airlines table codes](https://en.wikipedia.org/wik"
                - name: language
                  in: query
                  type: string
                  required: false
                  description: "Check-in page language with one of the following patterns 'languageCode' (e.g. EN) or 'languageCode-IATAcountryCode' (e.g. en-GB). \n\nDefault value is **en-GB** (used when required language is not avai"
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: flight-checkin-links-checkin-links-rest
      port: 8080
      description: REST adapter for Flight Check-in Links — Checkin Links. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/reference-data/urls/checkin-links
          name: reference-data-urls-checkin-links
          description: REST surface for reference-data-urls-checkin-links.
          operations:
            - method: GET
              name: getCheckinURLs
              description: Amadeus Lists Check-in URLs.
              call: flight-checkin-links-checkin-links.getCheckinURLs
              with:
                airlineCode: rest.airlineCode
                language: rest.language
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: flight-checkin-links-checkin-links-mcp
      port: 9090
      transport: http
      description: MCP adapter for Flight Check-in Links — Checkin Links. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: lists-check-urls
          description: Amadeus Lists Check-in URLs.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: flight-checkin-links-checkin-links.getCheckinURLs
          with:
            airlineCode: tools.airlineCode
            language: tools.language
          outputParameters:
            - type: object
              mapping: $.