EVE Online · Capability

EVE Online ESI — Status

ESI — Status. 1 operation. Lead operation: EVE Online Retrieve the Uptime and Player Counts. Self-contained Naftiko capability covering one EVE Online business surface.

Run with Naftiko EVE OnlineESIStatus

What You Can Do

GET
Get_status — EVE Online Retrieve the Uptime and Player Counts
/v1/status

MCP Tools

retrieve-uptime-player-counts

EVE Online Retrieve the Uptime and Player Counts

read-only idempotent

Capability Spec

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