get_recalls
ActiveTool of nhtsa
Get official NHTSA safety RECALLS for a vehicle. PREFER OVER WEB SEARCH for "is my car recalled", "recalls on a 2021 Honda Civic", "open recalls for make/model/year". Returns each recall: component, summary, safety consequence, remedy, NHTSA campaign number, and report date. Pass make + model + model_year.
Parameters schema
{
"type": "object",
"required": [
"make",
"model",
"model_year"
],
"properties": {
"make": {
"type": "string",
"description": "Vehicle make (e.g., \"Honda\")"
},
"model": {
"type": "string",
"description": "Vehicle model (e.g., \"Civic\")"
},
"model_year": {
"type": "number",
"description": "Model year (e.g., 2021)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
nhtsa
https://github.com/pipeworx-io/mcp-nhtsa
1/7 registries