EVE Online · Capability

EVE Online ESI — Incursions

ESI — Incursions. 1 operation. Lead operation: EVE Online List Incursions. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESIIncursions

What You Can Do

GET
Get_incursions — EVE Online List Incursions
/v1/incursions

MCP Tools

list-incursions

EVE Online List Incursions

read-only idempotent

Capability Spec

eve-online-incursions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: EVE Online ESI — Incursions
  description: 'ESI — Incursions. 1 operation. Lead operation: EVE Online List Incursions. Self-contained Naftiko capability covering one EVE Online business surface.'
  tags:
    - EVE Online
    - ESI
    - Incursions
  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-incursions
      baseUri: https://esi.evetech.net/latest
      description: EVE Online ESI — Incursions business capability. Self-contained, no shared references.
      authentication:
        type: bearer
        token: '{{env.EVE_ONLINE_ACCESS_TOKEN}}'
      resources:
        - name: incursions
          path: /incursions/
          operations:
            - name: get_incursions
              method: GET
              description: EVE Online List Incursions
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: eve-online-incursions-rest
      port: 8080
      description: REST adapter for EVE Online ESI — Incursions. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/incursions
          name: incursions
          description: REST surface for /incursions/.
          operations:
            - method: GET
              name: get_incursions
              description: EVE Online List Incursions
              call: eve-online-incursions.get_incursions
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: eve-online-incursions-mcp
      port: 9090
      transport: http
      description: MCP adapter for EVE Online ESI — Incursions. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: list-incursions
          description: EVE Online List Incursions
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: eve-online-incursions.get_incursions
          with: {}
          outputParameters:
            - type: object
              mapping: $.