EVE Online · Capability

EVE Online ESI — Sovereignty

ESI — Sovereignty. 3 operations. Lead operation: EVE Online List Sovereignty Campaigns. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESISovereignty

What You Can Do

GET
Get_sovereignty_campaigns — EVE Online List Sovereignty Campaigns
/v1/sovereignty/campaigns
GET
Get_sovereignty_map — EVE Online List Sovereignty of Systems
/v1/sovereignty/map
GET
Get_sovereignty_structures — EVE Online List Sovereignty Structures
/v1/sovereignty/structures

MCP Tools

list-sovereignty-campaigns

EVE Online List Sovereignty Campaigns

read-only idempotent
list-sovereignty-systems

EVE Online List Sovereignty of Systems

read-only idempotent
list-sovereignty-structures

EVE Online List Sovereignty Structures

read-only idempotent

Capability Spec

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