LicensePlateData · Capability

LicensePlateData API — Plate

LicensePlateData API — Plate. 1 operations. Lead operation: Convert a license plate to a VIN. Self-contained Naftiko capability covering one Licenseplatedata business surface.

Run with Naftiko LicenseplatedataPlate

What You Can Do

GET
Platetovin — Convert a license plate to a VIN
/v1/plate-to-vin

MCP Tools

convert-license-plate-vin

Convert a license plate to a VIN

read-only idempotent

Capability Spec

licenseplatedata-plate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LicensePlateData API — Plate
  description: 'LicensePlateData API — Plate. 1 operations. Lead operation: Convert a license plate to a VIN. Self-contained
    Naftiko capability covering one Licenseplatedata business surface.'
  tags:
  - Licenseplatedata
  - Plate
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LICENSEPLATEDATA_API_KEY: LICENSEPLATEDATA_API_KEY
capability:
  consumes:
  - type: http
    namespace: licenseplatedata-plate
    baseUri: https://api.licenseplatedata.com/v1
    description: LicensePlateData API — Plate business capability. Self-contained, no shared references.
    resources:
    - name: plate-to-vin
      path: /plate-to-vin
      operations:
      - name: platetovin
        method: GET
        description: Convert a license plate to a VIN
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: plate
          in: query
          type: string
          description: License plate number
          required: true
        - name: state
          in: query
          type: string
          description: Two-letter US state code
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.LICENSEPLATEDATA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: licenseplatedata-plate-rest
    port: 8080
    description: REST adapter for LicensePlateData API — Plate. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/plate-to-vin
      name: plate-to-vin
      description: REST surface for plate-to-vin.
      operations:
      - method: GET
        name: platetovin
        description: Convert a license plate to a VIN
        call: licenseplatedata-plate.platetovin
        with:
          plate: rest.plate
          state: rest.state
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: licenseplatedata-plate-mcp
    port: 9090
    transport: http
    description: MCP adapter for LicensePlateData API — Plate. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: convert-license-plate-vin
      description: Convert a license plate to a VIN
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: licenseplatedata-plate.platetovin
      with:
        plate: tools.plate
        state: tools.state
      outputParameters:
      - type: object
        mapping: $.