get_safety_ratings

Pack: nhtsa · Endpoint: https://gateway.pipeworx.io/nhtsa/mcp

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

NameTypeRequiredDescription
makestringyesVehicle make (e.g., “Honda”)
modelstringyesVehicle model (e.g., “Civic”)
model_yearnumberyesModel year (e.g., 2021)

Example call

curl -X POST https://gateway.pipeworx.io/nhtsa/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_safety_ratings","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nhtsa": {
      "url": "https://gateway.pipeworx.io/nhtsa/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 18, 2026