NHTSA Vehicle Safety
com.olyport/nhtsaVehicle safety recalls, complaints, and crash data from NHTSA
Tools · 6
Decode a Vehicle Identification Number (VIN) to get vehicle details. Returns make, model, year, body class, engine info, safety features, and other attributes encoded in the 17-character VIN.…
Get vehicle safety recalls from NHTSA. Search for recalls by make, model, and/or year. Returns recall campaigns including the defect description, remedy, and affected vehicles. At least o…
Get consumer complaints about vehicles filed with NHTSA. Search for safety complaints by make, model, and/or year. Returns complaint descriptions, components involved, and crash/injury data. …
Get fatal crash statistics from the NHTSA Fatality Analysis Reporting System (FARS). Returns fatal motor vehicle crash data for a state, including total fatalities, fatalities by person type …
Get complaint counts by vehicle component for a specific make/model/year. Shows which parts of the vehicle consumers report the most problems with (e.g. brakes, engine, electrical system). Us…
Get a vehicle safety profile using national complaint and recall trends. NHTSA complaints are not geocoded by state, so this returns national-level trends as context for local community safet…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"nhtsa_vehicle_safety": {
"url": "https://mcp.olyport.com/nhtsa/mcp",
"transport": "streamable-http"
}
}
}