NHTSA vPIC (Vehicle Product Information Catalog) API — Manufacturers

NHTSA vPIC (Vehicle Product Information Catalog) API — Manufacturers. 1 operations. Lead operation: Get all manufacturers (paged 100 per page). Self-contained Naftiko capability covering one Department Of Transportation business surface.

Run with Naftiko Department Of TransportationManufacturers

What You Can Do

GET
Getallmanufacturers — Get all manufacturers (paged 100 per page)
/v1/vehicles/getallmanufacturers

MCP Tools

get-all-manufacturers-paged-100

Get all manufacturers (paged 100 per page)

read-only idempotent

Capability Spec

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