get_complaints
ActiveTool of nhtsa
Get owner-filed NHTSA complaints for a vehicle — real-world problems drivers reported (vs official recalls). Use for "common problems with a 2020 Ford Explorer", "what are owners complaining about". Returns components, summary, crash/fire flags, injuries/deaths, and filing date. Pass make + model + model_year.
Parameters schema
{
"type": "object",
"required": [
"make",
"model",
"model_year"
],
"properties": {
"make": {
"type": "string",
"description": "Vehicle make (e.g., \"Ford\")"
},
"model": {
"type": "string",
"description": "Vehicle model (e.g., \"Explorer\")"
},
"model_year": {
"type": "number",
"description": "Model year (e.g., 2020)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
nhtsa
https://github.com/pipeworx-io/mcp-nhtsa
1/7 registries