EVE Online · Capability

EVE Online ESI — Insurance

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

Run with Naftiko EVE OnlineESIInsurance

What You Can Do

GET
Get_insurance_prices — EVE Online List Insurance Levels
/v1/insurance/prices

MCP Tools

list-insurance-levels

EVE Online List Insurance Levels

read-only idempotent

Capability Spec

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