EVE Online · Capability

EVE Online ESI — Location

ESI — Location. 3 operations. Lead operation: EVE Online Get Character Location. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESILocation

What You Can Do

GET
Get_characters_character_id_location — EVE Online Get Character Location
/v1/characters/{character-id}/location
GET
Get_characters_character_id_online — EVE Online Get Character Online
/v1/characters/{character-id}/online
GET
Get_characters_character_id_ship — EVE Online Get Current Ship
/v1/characters/{character-id}/ship

MCP Tools

get-character-location

EVE Online Get Character Location

read-only idempotent
get-character-online

EVE Online Get Character Online

read-only idempotent
get-current-ship

EVE Online Get Current Ship

read-only idempotent

Capability Spec

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