get_recalls
Pack: nhtsa · Endpoint: https://gateway.pipeworx.io/nhtsa/mcp
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
| 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_recalls","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.