Checkmarx · Capability

Checkmarx SAST API — Engines

Checkmarx SAST API — Engines. 1 operations. Lead operation: Checkmarx List engine servers. Self-contained Naftiko capability covering one Checkmarx business surface.

Run with Naftiko CheckmarxEngines

What You Can Do

GET
Listengineservers — Checkmarx List engine servers
/v1/sast/engineservers

MCP Tools

checkmarx-list-engine-servers

Checkmarx List engine servers

read-only idempotent

Capability Spec

sast-engines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Checkmarx SAST API — Engines
  description: 'Checkmarx SAST API — Engines. 1 operations. Lead operation: Checkmarx List engine servers. Self-contained
    Naftiko capability covering one Checkmarx business surface.'
  tags:
  - Checkmarx
  - Engines
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHECKMARX_API_KEY: CHECKMARX_API_KEY
capability:
  consumes:
  - type: http
    namespace: sast-engines
    baseUri: https://{checkmarx-server}/cxrestapi
    description: Checkmarx SAST API — Engines business capability. Self-contained, no shared references.
    resources:
    - name: sast-engineServers
      path: /sast/engineServers
      operations:
      - name: listengineservers
        method: GET
        description: Checkmarx List engine servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CHECKMARX_API_KEY}}'
  exposes:
  - type: rest
    namespace: sast-engines-rest
    port: 8080
    description: REST adapter for Checkmarx SAST API — Engines. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/sast/engineservers
      name: sast-engineservers
      description: REST surface for sast-engineServers.
      operations:
      - method: GET
        name: listengineservers
        description: Checkmarx List engine servers
        call: sast-engines.listengineservers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sast-engines-mcp
    port: 9090
    transport: http
    description: MCP adapter for Checkmarx SAST API — Engines. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: checkmarx-list-engine-servers
      description: Checkmarx List engine servers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sast-engines.listengineservers
      outputParameters:
      - type: object
        mapping: $.