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
| Name | Type | Required | Description |
|---|---|---|---|
make | string | yes | Vehicle make (e.g., “Honda”) |
model | string | yes | Vehicle model (e.g., “Civic”) |
model_year | number | yes | Model 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.