EVE Online · Capability

EVE Online ESI — Alliance

ESI — Alliance. 4 operations. Lead operation: EVE Online List All Alliances. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESIAlliance

What You Can Do

GET
Get_alliances — EVE Online List All Alliances
/v1/alliances
GET
Get_alliances_alliance_id — EVE Online Get Alliance Information
/v1/alliances/{alliance-id}
GET
Get_alliances_alliance_id_corporations — EVE Online List Alliance's Corporations
/v1/alliances/{alliance-id}/corporations
GET
Get_alliances_alliance_id_icons — EVE Online Get Alliance Icon
/v1/alliances/{alliance-id}/icons

MCP Tools

list-all-alliances

EVE Online List All Alliances

read-only idempotent
get-alliance-information

EVE Online Get Alliance Information

read-only idempotent
list-alliance-s-corporations

EVE Online List Alliance's Corporations

read-only idempotent
get-alliance-icon

EVE Online Get Alliance Icon

read-only idempotent

Capability Spec

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