get_safety_ratings
ActiveTool of nhtsa
declared in 0.1.0
Get NHTSA 5-Star Safety Ratings (NCAP crash-test results) for a vehicle — overall, frontal, side, and rollover star ratings. Use for "crash test rating for a 2021 Honda Civic", "how safe is X". 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.50.
Parent server
nhtsa
https://github.com/pipeworx-io/mcp-nhtsa
1/7 registries