Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man vin-decode

/vin-decode(1)

agentutility / locale / vin-decode
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
locale
CATEGORY
uncategorized
STATUS
live
NAME
vin-decode vin decoder / vin lookup / decode vin / vehicle identification number / nhtsa vpic wrapper
SYNOPSIS
POST https://x402.org/v1/vin-decode
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

VIN decoder / VIN lookup / decode VIN / vehicle identification number / NHTSA vPIC wrapper. Pass a 17-char VIN; returns make, model, model_year, manufacturer, plant country, body class, vehicle type, fuel type, engine cylinders/displacement/HP, drive type, transmission, GVWR, safety features (ABS, traction control, airbags), and any decode errors. Includes a `valid_checksum` flag (ISO 3779 mod-11 check; reliable for North-American VINs). Backed by NHTSA's free public vPIC API — US Govt public domain, no API key required.

INPUTrequest schema
propertytypedescriptionreq?
vinstring17-character VIN. Alphanumeric, no I/O/Q.required
model_yearinteger | stringOptional model year hint (YYYY) — helps NHTSA disambiguate the 10th position.optional
OUTPUTresponse shape
fieldtypedescription
vinstringEchoed 17-character VIN that was decoded, uppercased and stripped of whitespace.
valid_checksumbooleanTrue if the VIN passes the ISO 3779 mod-11 check digit; reliable for North-American VINs.
decode_okbooleanTrue if NHTSA vPIC returned a usable decode with no fatal errors.
errorsarrayList of decode error codes/messages reported by vPIC (e.g. invalid characters, unknown WMI).
makestringnullVehicle make (e.g. Ford, Toyota), or null if vPIC could not determine it.
modelstringnullVehicle model name (e.g. F-150, Camry), or null if not resolvable from the VIN.
model_yearintegernullFour-digit model year decoded from the VIN, or null if vPIC could not determine it.
manufacturerstringnullFull manufacturer name as registered with NHTSA (e.g. Ford Motor Company), or null.
body_classstringnullBody style classification (e.g. Sedan/4-Door, Pickup, SUV), or null if unavailable.
vehicle_typestringnullTop-level vehicle type (e.g. Passenger Car, Truck, Motorcycle), or null.
fuel_type_primarystringnullPrimary fuel type (e.g. Gasoline, Diesel, Electric), or null if not reported.
sourcestringUpstream data source identifier, always "NHTSA vPIC" for this endpoint.
attributionstringRequired attribution string crediting NHTSA's vPIC public-domain dataset.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/vin-decode \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the vin-decode tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
vinvehiclecarautomotivenhtsadecode
methods
POST
cluster
locale
price
$0.005 USDC per call
ADJACENTother endpoints in locale
endpointdescriptionprice
iata-airport-infoIATA / ICAO airport code lookup.$0.005
satellite-tileSatellite imagery tile / lat-lon to satellite PNG / Sentinel-2 tile API / cloud-free satellite snapshot / agent-callable satellite imagery.$0.005
visa-requirementsVisa requirements lookup.$0.005
weatherWeather API / weather forecast / current weather / hourly forecast.$0.005
weather-forecastWeather forecast / hourly forecast / current weather / temperature / precipitation / UV index / sunrise-sunset / Open-Meteo / weather API.$0.005
astro-timessunrise-sunset / golden-hour / civil twilight / nautical dusk / day-length / solar-noon / dawn-dusk / astronomy times.$0.002
country-infoCountry info / ISO 3166 / country code lookup / capital city lookup / currencies by country / population / region resolver.$0.002
earthquakes-recentEarthquake feed / seismic activity / USGS / recent quakes / quake monitor / tremor data / fault line activity / tsunami alerts.$0.002
SEE ALSO
agentutility(7) · locale(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org