booking-com · Capability

Booking.com Connectivity Reservations API — OTA Reservations

Booking.com Connectivity Reservations API — OTA Reservations. 2 operations. Lead operation: Process reservation modification. Self-contained Naftiko capability covering one Booking Com business surface.

Run with Naftiko Booking ComOTA Reservations

What You Can Do

POST
Processreservationmodification — Process reservation modification
/v1/hotels/ota/ota-hotelresmodifynotif
POST
Processreservationnotification — Process reservation notification
/v1/hotels/ota/ota-hotelresnotif

MCP Tools

process-reservation-modification

Process reservation modification

process-reservation-notification

Process reservation notification

Capability Spec

connectivity-reservations-ota-reservations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Booking.com Connectivity Reservations API — OTA Reservations
  description: 'Booking.com Connectivity Reservations API — OTA Reservations. 2 operations. Lead operation: Process reservation
    modification. Self-contained Naftiko capability covering one Booking Com business surface.'
  tags:
  - Booking Com
  - OTA Reservations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOOKING_COM_API_KEY: BOOKING_COM_API_KEY
capability:
  consumes:
  - type: http
    namespace: connectivity-reservations-ota-reservations
    baseUri: https://secure-supply-xml.booking.com
    description: Booking.com Connectivity Reservations API — OTA Reservations business capability. Self-contained, no shared
      references.
    resources:
    - name: hotels-ota-OTA_HotelResModifyNotif
      path: /hotels/ota/OTA_HotelResModifyNotif
      operations:
      - name: processreservationmodification
        method: POST
        description: Process reservation modification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: hotels-ota-OTA_HotelResNotif
      path: /hotels/ota/OTA_HotelResNotif
      operations:
      - name: processreservationnotification
        method: POST
        description: Process reservation notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.BOOKING_COM_USER}}'
      password: '{{env.BOOKING_COM_PASS}}'
  exposes:
  - type: rest
    namespace: connectivity-reservations-ota-reservations-rest
    port: 8080
    description: REST adapter for Booking.com Connectivity Reservations API — OTA Reservations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/hotels/ota/ota-hotelresmodifynotif
      name: hotels-ota-ota-hotelresmodifynotif
      description: REST surface for hotels-ota-OTA_HotelResModifyNotif.
      operations:
      - method: POST
        name: processreservationmodification
        description: Process reservation modification
        call: connectivity-reservations-ota-reservations.processreservationmodification
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hotels/ota/ota-hotelresnotif
      name: hotels-ota-ota-hotelresnotif
      description: REST surface for hotels-ota-OTA_HotelResNotif.
      operations:
      - method: POST
        name: processreservationnotification
        description: Process reservation notification
        call: connectivity-reservations-ota-reservations.processreservationnotification
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connectivity-reservations-ota-reservations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Booking.com Connectivity Reservations API — OTA Reservations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: process-reservation-modification
      description: Process reservation modification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connectivity-reservations-ota-reservations.processreservationmodification
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: process-reservation-notification
      description: Process reservation notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connectivity-reservations-ota-reservations.processreservationnotification
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.