Cloudflare · Capability

Cloudflare certificates/ — Accounts

Cloudflare certificates/ — Accounts. 5 operations. Lead operation: Cloudflare List all mTLS hostname settings. Self-contained Naftiko capability covering one Cloudflare business surface.

Run with Naftiko CloudflareAccounts

What You Can Do

GET
Accessmtlsauthenticationlistmtlscertificateshostnamesettings — Cloudflare List all mTLS hostname settings
/v1/accounts/{identifier}/access/certificates/settings
PUT
Accessmtlsauthenticationupdateanmtlscertificatesettings — Cloudflare Update an mTLS certificate's hostname settings
/v1/accounts/{identifier}/access/certificates/settings
DELETE
Accessmtlsauthenticationdeleteanmtlscertificate — Cloudflare Delete an mTLS certificate
/v1/accounts/{identifier}/access/certificates/{uuid}
GET
Accessmtlsauthenticationgetanmtlscertificate — Cloudflare Get an mTLS certificate
/v1/accounts/{identifier}/access/certificates/{uuid}
PUT
Accessmtlsauthenticationupdateanmtlscertificate — Cloudflare Update an mTLS certificate
/v1/accounts/{identifier}/access/certificates/{uuid}

MCP Tools

cloudflare-list-all-mtls-hostname

Cloudflare List all mTLS hostname settings

read-only idempotent
cloudflare-update-mtls-certificate-s-hostname

Cloudflare Update an mTLS certificate's hostname settings

idempotent
cloudflare-delete-mtls-certificate

Cloudflare Delete an mTLS certificate

idempotent
cloudflare-get-mtls-certificate

Cloudflare Get an mTLS certificate

read-only idempotent
cloudflare-update-mtls-certificate

Cloudflare Update an mTLS certificate

idempotent

Capability Spec

certificates--accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cloudflare certificates/ — Accounts
  description: 'Cloudflare certificates/ — Accounts. 5 operations. Lead operation: Cloudflare List all mTLS hostname settings.
    Self-contained Naftiko capability covering one Cloudflare business surface.'
  tags:
  - Cloudflare
  - Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CLOUDFLARE_API_KEY: CLOUDFLARE_API_KEY
capability:
  consumes:
  - type: http
    namespace: certificates--accounts
    baseUri: https://api.cloudflare.com/client/v4
    description: Cloudflare certificates/ — Accounts business capability. Self-contained, no shared references.
    resources:
    - name: accounts-identifier-access-certificates-settings
      path: /accounts/{identifier}/access/certificates/settings
      operations:
      - name: accessmtlsauthenticationlistmtlscertificateshostnamesettings
        method: GET
        description: Cloudflare List all mTLS hostname settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
      - name: accessmtlsauthenticationupdateanmtlscertificatesettings
        method: PUT
        description: Cloudflare Update an mTLS certificate's hostname settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-identifier-access-certificates-uuid
      path: /accounts/{identifier}/access/certificates/{uuid}
      operations:
      - name: accessmtlsauthenticationdeleteanmtlscertificate
        method: DELETE
        description: Cloudflare Delete an mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uuid
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
      - name: accessmtlsauthenticationgetanmtlscertificate
        method: GET
        description: Cloudflare Get an mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uuid
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
      - name: accessmtlsauthenticationupdateanmtlscertificate
        method: PUT
        description: Cloudflare Update an mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uuid
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: certificates--accounts-rest
    port: 8080
    description: REST adapter for Cloudflare certificates/ — Accounts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/accounts/{identifier}/access/certificates/settings
      name: accounts-identifier-access-certificates-settings
      description: REST surface for accounts-identifier-access-certificates-settings.
      operations:
      - method: GET
        name: accessmtlsauthenticationlistmtlscertificateshostnamesettings
        description: Cloudflare List all mTLS hostname settings
        call: certificates--accounts.accessmtlsauthenticationlistmtlscertificateshostnamesettings
        with:
          identifier: rest.identifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessmtlsauthenticationupdateanmtlscertificatesettings
        description: Cloudflare Update an mTLS certificate's hostname settings
        call: certificates--accounts.accessmtlsauthenticationupdateanmtlscertificatesettings
        with:
          identifier: rest.identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{identifier}/access/certificates/{uuid}
      name: accounts-identifier-access-certificates-uuid
      description: REST surface for accounts-identifier-access-certificates-uuid.
      operations:
      - method: DELETE
        name: accessmtlsauthenticationdeleteanmtlscertificate
        description: Cloudflare Delete an mTLS certificate
        call: certificates--accounts.accessmtlsauthenticationdeleteanmtlscertificate
        with:
          uuid: rest.uuid
          identifier: rest.identifier
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accessmtlsauthenticationgetanmtlscertificate
        description: Cloudflare Get an mTLS certificate
        call: certificates--accounts.accessmtlsauthenticationgetanmtlscertificate
        with:
          uuid: rest.uuid
          identifier: rest.identifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessmtlsauthenticationupdateanmtlscertificate
        description: Cloudflare Update an mTLS certificate
        call: certificates--accounts.accessmtlsauthenticationupdateanmtlscertificate
        with:
          uuid: rest.uuid
          identifier: rest.identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: certificates--accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cloudflare certificates/ — Accounts. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: cloudflare-list-all-mtls-hostname
      description: Cloudflare List all mTLS hostname settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: certificates--accounts.accessmtlsauthenticationlistmtlscertificateshostnamesettings
      with:
        identifier: tools.identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: cloudflare-update-mtls-certificate-s-hostname
      description: Cloudflare Update an mTLS certificate's hostname settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: certificates--accounts.accessmtlsauthenticationupdateanmtlscertificatesettings
      with:
        identifier: tools.identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cloudflare-delete-mtls-certificate
      description: Cloudflare Delete an mTLS certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: certificates--accounts.accessmtlsauthenticationdeleteanmtlscertificate
      with:
        uuid: tools.uuid
        identifier: tools.identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: cloudflare-get-mtls-certificate
      description: Cloudflare Get an mTLS certificate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: certificates--accounts.accessmtlsauthenticationgetanmtlscertificate
      with:
        uuid: tools.uuid
        identifier: tools.identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: cloudflare-update-mtls-certificate
      description: Cloudflare Update an mTLS certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: certificates--accounts.accessmtlsauthenticationupdateanmtlscertificate
      with:
        uuid: tools.uuid
        identifier: tools.identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.