Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller

Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller. 4 operations. Lead operation: Mastercard Developer Hub for FDX APIs health check. Self-contained Naftiko capability covering one Mastercard Developer Hub For Fdx Apis business surface.

Run with Naftiko Mastercard Developer Hub For Fdx ApisApplication Check Controller

What You Can Do

GET
Gethealth — Mastercard Developer Hub for FDX APIs health check
/v1/health
GET
Validateliveness — Mastercard Developer Hub for FDX APIs liveness check
/v1/livenessprobe
GET
Shutdown — Mastercard Developer Hub for FDX APIs shutdown application
/v1/shutdown
GET
Getstartupstatus — Mastercard Developer Hub for FDX APIs Status check
/v1/startupstatus

MCP Tools

mastercard-developer-hub-fdx-apis

Mastercard Developer Hub for FDX APIs health check

read-only idempotent
mastercard-developer-hub-fdx-apis-2

Mastercard Developer Hub for FDX APIs liveness check

read-only idempotent
mastercard-developer-hub-fdx-apis-3

Mastercard Developer Hub for FDX APIs shutdown application

read-only idempotent
mastercard-developer-hub-fdx-apis-4

Mastercard Developer Hub for FDX APIs Status check

read-only idempotent

Capability Spec

fdx-resource-application-check-controller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller
  description: 'Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller. 4 operations. Lead
    operation: Mastercard Developer Hub for FDX APIs health check. Self-contained Naftiko capability covering one Mastercard
    Developer Hub For Fdx Apis business surface.'
  tags:
  - Mastercard Developer Hub For Fdx Apis
  - Application Check Controller
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MASTERCARD_DEVELOPER_HUB_FOR_FDX_APIS_API_KEY: MASTERCARD_DEVELOPER_HUB_FOR_FDX_APIS_API_KEY
capability:
  consumes:
  - type: http
    namespace: fdx-resource-application-check-controller
    baseUri: http://localhost:9090
    description: Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller business capability.
      Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: gethealth
        method: GET
        description: Mastercard Developer Hub for FDX APIs health check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: livenessProbe
      path: /livenessProbe
      operations:
      - name: validateliveness
        method: GET
        description: Mastercard Developer Hub for FDX APIs liveness check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: shutdown
      path: /shutdown
      operations:
      - name: shutdown
        method: GET
        description: Mastercard Developer Hub for FDX APIs shutdown application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: startupStatus
      path: /startupStatus
      operations:
      - name: getstartupstatus
        method: GET
        description: Mastercard Developer Hub for FDX APIs Status check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.MASTERCARD_DEVELOPER_HUB_FOR_FDX_APIS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: fdx-resource-application-check-controller-rest
    port: 8080
    description: REST adapter for Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: gethealth
        description: Mastercard Developer Hub for FDX APIs health check
        call: fdx-resource-application-check-controller.gethealth
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/livenessprobe
      name: livenessprobe
      description: REST surface for livenessProbe.
      operations:
      - method: GET
        name: validateliveness
        description: Mastercard Developer Hub for FDX APIs liveness check
        call: fdx-resource-application-check-controller.validateliveness
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/shutdown
      name: shutdown
      description: REST surface for shutdown.
      operations:
      - method: GET
        name: shutdown
        description: Mastercard Developer Hub for FDX APIs shutdown application
        call: fdx-resource-application-check-controller.shutdown
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/startupstatus
      name: startupstatus
      description: REST surface for startupStatus.
      operations:
      - method: GET
        name: getstartupstatus
        description: Mastercard Developer Hub for FDX APIs Status check
        call: fdx-resource-application-check-controller.getstartupstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fdx-resource-application-check-controller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mastercard Developer Hub for FDX APIs Fdx Resource API — Application Check Controller. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: mastercard-developer-hub-fdx-apis
      description: Mastercard Developer Hub for FDX APIs health check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fdx-resource-application-check-controller.gethealth
      outputParameters:
      - type: object
        mapping: $.
    - name: mastercard-developer-hub-fdx-apis-2
      description: Mastercard Developer Hub for FDX APIs liveness check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fdx-resource-application-check-controller.validateliveness
      outputParameters:
      - type: object
        mapping: $.
    - name: mastercard-developer-hub-fdx-apis-3
      description: Mastercard Developer Hub for FDX APIs shutdown application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fdx-resource-application-check-controller.shutdown
      outputParameters:
      - type: object
        mapping: $.
    - name: mastercard-developer-hub-fdx-apis-4
      description: Mastercard Developer Hub for FDX APIs Status check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fdx-resource-application-check-controller.getstartupstatus
      outputParameters:
      - type: object
        mapping: $.