EVE Online · Capability

EVE Online ESI — Clones

ESI — Clones. 2 operations. Lead operation: EVE Online Get Clones. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESIClones

What You Can Do

GET
Get_characters_character_id_clones — EVE Online Get Clones
/v1/characters/{character-id}/clones
GET
Get_characters_character_id_implants — EVE Online Get Active Implants
/v1/characters/{character-id}/implants

MCP Tools

get-clones

EVE Online Get Clones

read-only idempotent
get-active-implants

EVE Online Get Active Implants

read-only idempotent

Capability Spec

eve-online-clones.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: EVE Online ESI — Clones
  description: 'ESI — Clones. 2 operations. Lead operation: EVE Online Get Clones. Self-contained Naftiko capability covering one EVE Online business surface.'
  tags:
    - EVE Online
    - ESI
    - Clones
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
  - namespace: env
    keys:
      EVE_ONLINE_ACCESS_TOKEN: EVE_ONLINE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: eve-online-clones
      baseUri: https://esi.evetech.net/latest
      description: EVE Online ESI — Clones business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.EVE_ONLINE_ACCESS_TOKEN}}'
      resources:
        - name: characters-character-id-clones
          path: /characters/{character_id}/clones/
          operations:
            - name: get_characters_character_id_clones
              method: GET
              description: EVE Online Get Clones
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: characters-character-id-implants
          path: /characters/{character_id}/implants/
          operations:
            - name: get_characters_character_id_implants
              method: GET
              description: EVE Online Get Active Implants
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: eve-online-clones-rest
      port: 8080
      description: REST adapter for EVE Online ESI — Clones. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/characters/{character-id}/clones
          name: characters-character-id-clones
          description: REST surface for /characters/{character_id}/clones/.
          operations:
            - method: GET
              name: get_characters_character_id_clones
              description: EVE Online Get Clones
              call: eve-online-clones.get_characters_character_id_clones
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/characters/{character-id}/implants
          name: characters-character-id-implants
          description: REST surface for /characters/{character_id}/implants/.
          operations:
            - method: GET
              name: get_characters_character_id_implants
              description: EVE Online Get Active Implants
              call: eve-online-clones.get_characters_character_id_implants
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: eve-online-clones-mcp
      port: 9090
      transport: http
      description: MCP adapter for EVE Online ESI — Clones. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: get-clones
          description: EVE Online Get Clones
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-clones.get_characters_character_id_clones
          with: {}
          outputParameters:
            - type: object
              mapping: $.
        - name: get-active-implants
          description: EVE Online Get Active Implants
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-clones.get_characters_character_id_implants
          with: {}
          outputParameters:
            - type: object
              mapping: $.