McAfee (Trellix) · Capability

McAfee ePO API — Core

McAfee ePO API — Core. 1 operations. Lead operation: McAfee List available API commands. Self-contained Naftiko capability covering one Mcafee business surface.

Run with Naftiko McafeeCore

What You Can Do

GET
Corehelp — McAfee List available API commands
/v1/core-help

MCP Tools

mcafee-list-available-api-commands

McAfee List available API commands

read-only idempotent

Capability Spec

epo-core.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: McAfee ePO API — Core
  description: 'McAfee ePO API — Core. 1 operations. Lead operation: McAfee List available API commands. Self-contained Naftiko
    capability covering one Mcafee business surface.'
  tags:
  - Mcafee
  - Core
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MCAFEE_API_KEY: MCAFEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: epo-core
    baseUri: https://{epo-server}:8443/remote
    description: McAfee ePO API — Core business capability. Self-contained, no shared references.
    resources:
    - name: core.help
      path: /core.help
      operations:
      - name: corehelp
        method: GET
        description: McAfee List available API commands
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.MCAFEE_USER}}'
      password: '{{env.MCAFEE_PASS}}'
  exposes:
  - type: rest
    namespace: epo-core-rest
    port: 8080
    description: REST adapter for McAfee ePO API — Core. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/core-help
      name: core-help
      description: REST surface for core.help.
      operations:
      - method: GET
        name: corehelp
        description: McAfee List available API commands
        call: epo-core.corehelp
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: epo-core-mcp
    port: 9090
    transport: http
    description: MCP adapter for McAfee ePO API — Core. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: mcafee-list-available-api-commands
      description: McAfee List available API commands
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: epo-core.corehelp
      outputParameters:
      - type: object
        mapping: $.