NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables

NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables. 1 operations. Lead operation: List vehicle variables. Self-contained Naftiko capability covering one Department Of Transportation business surface.

Run with Naftiko Department Of TransportationVehicle Variables

What You Can Do

GET
Getvehiclevariablelist — List vehicle variables
/v1/vehicles/getvehiclevariablelist

MCP Tools

list-vehicle-variables

List vehicle variables

read-only idempotent

Capability Spec

nhtsa-vpic-vehicle-variables.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables
  description: 'NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables. 1 operations. Lead operation: List
    vehicle variables. Self-contained Naftiko capability covering one Department Of Transportation business surface.'
  tags:
  - Department Of Transportation
  - Vehicle Variables
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEPARTMENT_OF_TRANSPORTATION_API_KEY: DEPARTMENT_OF_TRANSPORTATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: nhtsa-vpic-vehicle-variables
    baseUri: https://vpic.nhtsa.dot.gov/api
    description: NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables business capability. Self-contained,
      no shared references.
    resources:
    - name: vehicles-GetVehicleVariableList
      path: /vehicles/GetVehicleVariableList
      operations:
      - name: getvehiclevariablelist
        method: GET
        description: List vehicle variables
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: nhtsa-vpic-vehicle-variables-rest
    port: 8080
    description: REST adapter for NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/vehicles/getvehiclevariablelist
      name: vehicles-getvehiclevariablelist
      description: REST surface for vehicles-GetVehicleVariableList.
      operations:
      - method: GET
        name: getvehiclevariablelist
        description: List vehicle variables
        call: nhtsa-vpic-vehicle-variables.getvehiclevariablelist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nhtsa-vpic-vehicle-variables-mcp
    port: 9090
    transport: http
    description: MCP adapter for NHTSA vPIC (Vehicle Product Information Catalog) API — Vehicle Variables. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-vehicle-variables
      description: List vehicle variables
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nhtsa-vpic-vehicle-variables.getvehiclevariablelist
      outputParameters:
      - type: object
        mapping: $.