Fortify · Capability

Fortify on Demand API — Open Source Components

Fortify on Demand API — Open Source Components. 1 operations. Lead operation: Fortify List open source components. Self-contained Naftiko capability covering one Fortify business surface.

Run with Naftiko FortifyOpen Source Components

What You Can Do

GET
Listopensourcecomponents — Fortify List open source components
/v1/api/v3/applications/open-source-components

MCP Tools

fortify-list-open-source-components

Fortify List open source components

read-only idempotent

Capability Spec

on-demand-open-source-components.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fortify on Demand API — Open Source Components
  description: 'Fortify on Demand API — Open Source Components. 1 operations. Lead operation: Fortify List open source components.
    Self-contained Naftiko capability covering one Fortify business surface.'
  tags:
  - Fortify
  - Open Source Components
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FORTIFY_API_KEY: FORTIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: on-demand-open-source-components
    baseUri: https://api.ams.fortify.com
    description: Fortify on Demand API — Open Source Components business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-applications-open-source-components
      path: /api/v3/applications/open-source-components
      operations:
      - name: listopensourcecomponents
        method: GET
        description: Fortify List open source components
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: openSourceScanType
          in: query
          type: string
          description: Type of open source scan engine
        - name: returnTotalComponentCount
          in: query
          type: boolean
          description: Whether to include total count in response
    authentication:
      type: bearer
      token: '{{env.FORTIFY_API_KEY}}'
  exposes:
  - type: rest
    namespace: on-demand-open-source-components-rest
    port: 8080
    description: REST adapter for Fortify on Demand API — Open Source Components. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v3/applications/open-source-components
      name: api-v3-applications-open-source-components
      description: REST surface for api-v3-applications-open-source-components.
      operations:
      - method: GET
        name: listopensourcecomponents
        description: Fortify List open source components
        call: on-demand-open-source-components.listopensourcecomponents
        with:
          openSourceScanType: rest.openSourceScanType
          returnTotalComponentCount: rest.returnTotalComponentCount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: on-demand-open-source-components-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fortify on Demand API — Open Source Components. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: fortify-list-open-source-components
      description: Fortify List open source components
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: on-demand-open-source-components.listopensourcecomponents
      with:
        openSourceScanType: tools.openSourceScanType
        returnTotalComponentCount: tools.returnTotalComponentCount
      outputParameters:
      - type: object
        mapping: $.