Visteon · Capability

Visteon Phoenix API — Vehicle

Visteon Phoenix API — Vehicle. 1 operations. Lead operation: Get Vehicle Data. Self-contained Naftiko capability covering one Visteon business surface.

Run with Naftiko VisteonVehicle

What You Can Do

GET
Getvehicledata — Get Vehicle Data
/v1/vehicle/data

MCP Tools

get-vehicle-data

Get Vehicle Data

read-only idempotent

Capability Spec

phoenix-vehicle.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Visteon Phoenix API — Vehicle
  description: 'Visteon Phoenix API — Vehicle. 1 operations. Lead operation: Get Vehicle Data. Self-contained Naftiko capability
    covering one Visteon business surface.'
  tags:
  - Visteon
  - Vehicle
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VISTEON_API_KEY: VISTEON_API_KEY
capability:
  consumes:
  - type: http
    namespace: phoenix-vehicle
    baseUri: https://developer.visteon.com/phoenix/api
    description: Visteon Phoenix API — Vehicle business capability. Self-contained, no shared references.
    resources:
    - name: vehicle-data
      path: /vehicle/data
      operations:
      - name: getvehicledata
        method: GET
        description: Get Vehicle Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Phoenix-API-Key
      value: '{{env.VISTEON_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: phoenix-vehicle-rest
    port: 8080
    description: REST adapter for Visteon Phoenix API — Vehicle. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/vehicle/data
      name: vehicle-data
      description: REST surface for vehicle-data.
      operations:
      - method: GET
        name: getvehicledata
        description: Get Vehicle Data
        call: phoenix-vehicle.getvehicledata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: phoenix-vehicle-mcp
    port: 9090
    transport: http
    description: MCP adapter for Visteon Phoenix API — Vehicle. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-vehicle-data
      description: Get Vehicle Data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: phoenix-vehicle.getvehicledata
      outputParameters:
      - type: object
        mapping: $.