Check Point · Capability

Check Point CloudGuard API — Compliance

Check Point CloudGuard API — Compliance. 1 operations. Lead operation: List historical compliance assessments. Self-contained Naftiko capability covering one Checkpoint business surface.

Run with Naftiko CheckpointCompliance

What You Can Do

GET
Listassessments — List historical compliance assessments
/v1/assessmenthistoryv2

MCP Tools

list-historical-compliance-assessments

List historical compliance assessments

read-only idempotent

Capability Spec

cloudguard-compliance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Check Point CloudGuard API — Compliance
  description: 'Check Point CloudGuard API — Compliance. 1 operations. Lead operation: List historical compliance assessments.
    Self-contained Naftiko capability covering one Checkpoint business surface.'
  tags:
  - Checkpoint
  - Compliance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHECKPOINT_API_KEY: CHECKPOINT_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudguard-compliance
    baseUri: https://api.dome9.com/v2
    description: Check Point CloudGuard API — Compliance business capability. Self-contained, no shared references.
    resources:
    - name: AssessmentHistoryV2
      path: /AssessmentHistoryV2
      operations:
      - name: listassessments
        method: GET
        description: List historical compliance assessments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.CHECKPOINT_USER}}'
      password: '{{env.CHECKPOINT_PASS}}'
  exposes:
  - type: rest
    namespace: cloudguard-compliance-rest
    port: 8080
    description: REST adapter for Check Point CloudGuard API — Compliance. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/assessmenthistoryv2
      name: assessmenthistoryv2
      description: REST surface for AssessmentHistoryV2.
      operations:
      - method: GET
        name: listassessments
        description: List historical compliance assessments
        call: cloudguard-compliance.listassessments
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudguard-compliance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Check Point CloudGuard API — Compliance. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-historical-compliance-assessments
      description: List historical compliance assessments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudguard-compliance.listassessments
      outputParameters:
      - type: object
        mapping: $.