NHTSA vPIC (Vehicle Product Information Catalog) API — Makes

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

Run with Naftiko Department Of TransportationMakes

What You Can Do

GET
Getallmakes — Get all vehicle makes
/v1/vehicles/getallmakes

MCP Tools

get-all-vehicle-makes

Get all vehicle makes

read-only idempotent

Capability Spec

nhtsa-vpic-makes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NHTSA vPIC (Vehicle Product Information Catalog) API — Makes
  description: 'NHTSA vPIC (Vehicle Product Information Catalog) API — Makes. 1 operations. Lead operation: Get all vehicle
    makes. Self-contained Naftiko capability covering one Department Of Transportation business surface.'
  tags:
  - Department Of Transportation
  - Makes
  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-makes
    baseUri: https://vpic.nhtsa.dot.gov/api
    description: NHTSA vPIC (Vehicle Product Information Catalog) API — Makes business capability. Self-contained, no shared
      references.
    resources:
    - name: vehicles-GetAllMakes
      path: /vehicles/GetAllMakes
      operations:
      - name: getallmakes
        method: GET
        description: Get all vehicle makes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: nhtsa-vpic-makes-rest
    port: 8080
    description: REST adapter for NHTSA vPIC (Vehicle Product Information Catalog) API — Makes. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/vehicles/getallmakes
      name: vehicles-getallmakes
      description: REST surface for vehicles-GetAllMakes.
      operations:
      - method: GET
        name: getallmakes
        description: Get all vehicle makes
        call: nhtsa-vpic-makes.getallmakes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nhtsa-vpic-makes-mcp
    port: 9090
    transport: http
    description: MCP adapter for NHTSA vPIC (Vehicle Product Information Catalog) API — Makes. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-all-vehicle-makes
      description: Get all vehicle makes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nhtsa-vpic-makes.getallmakes
      outputParameters:
      - type: object
        mapping: $.