Citrix · Capability

Citrix ADC (NetScaler) NITRO API — SSL

Citrix ADC (NetScaler) NITRO API — SSL. 1 operations. Lead operation: Citrix List SSL certificate-key pairs. Self-contained Naftiko capability covering one Citrix business surface.

Run with Naftiko CitrixSSL

What You Can Do

GET
Listsslcertkeys — Citrix List SSL certificate-key pairs
/v1/config/sslcertkey

MCP Tools

citrix-list-ssl-certificate-key

Citrix List SSL certificate-key pairs

read-only idempotent

Capability Spec

adc-nitro-ssl.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Citrix ADC (NetScaler) NITRO API — SSL
  description: 'Citrix ADC (NetScaler) NITRO API — SSL. 1 operations. Lead operation: Citrix List SSL certificate-key pairs.
    Self-contained Naftiko capability covering one Citrix business surface.'
  tags:
  - Citrix
  - SSL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CITRIX_API_KEY: CITRIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: adc-nitro-ssl
    baseUri: https://{netscaler-ip}/nitro/v1
    description: Citrix ADC (NetScaler) NITRO API — SSL business capability. Self-contained, no shared references.
    resources:
    - name: config-sslcertkey
      path: /config/sslcertkey
      operations:
      - name: listsslcertkeys
        method: GET
        description: Citrix List SSL certificate-key pairs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: NITRO_AUTH_TOKEN
      value: '{{env.CITRIX_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: adc-nitro-ssl-rest
    port: 8080
    description: REST adapter for Citrix ADC (NetScaler) NITRO API — SSL. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/config/sslcertkey
      name: config-sslcertkey
      description: REST surface for config-sslcertkey.
      operations:
      - method: GET
        name: listsslcertkeys
        description: Citrix List SSL certificate-key pairs
        call: adc-nitro-ssl.listsslcertkeys
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: adc-nitro-ssl-mcp
    port: 9090
    transport: http
    description: MCP adapter for Citrix ADC (NetScaler) NITRO API — SSL. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: citrix-list-ssl-certificate-key
      description: Citrix List SSL certificate-key pairs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: adc-nitro-ssl.listsslcertkeys
      outputParameters:
      - type: object
        mapping: $.