cyanheads/nhtsa-vehicle-safety-mcp-server
Vehicle safety data from NHTSA — recalls, complaints, crash ratings, investigations, VIN decoding.
Platform-specific configuration:
{
"mcpServers": {
"nhtsa-vehicle-safety-mcp-server": {
"command": "npx",
"args": [
"-y",
"nhtsa-vehicle-safety-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center"> <h1>@cyanheads/nhtsa-vehicle-safety-mcp-server</h1> <p><b>Vehicle safety data from NHTSA — recalls, complaints, crash ratings, investigations, VIN decoding.</b></p> <p><b>7 Tools</b></p> </div>
<div align="center">
[](https://www.npmjs.com/package/@cyanheads/nhtsa-vehicle-safety-mcp-server) [](./CHANGELOG.md) [](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) [](https://modelcontextprotocol.io/)
[](./LICENSE) [](https://www.typescriptlang.org/) [](https://bun.sh/)
</div>
---
Seven tools for querying NHTSA vehicle safety data:
| Tool Name | Description | |:----------|:------------| | nhtsa_get_vehicle_safety | Comprehensive safety profile combining crash test ratings, recalls, and complaint summary. | | nhtsa_search_recalls | Search recall campaigns by vehicle or campaign number with optional date filtering. | | nhtsa_search_complaints | Consumer safety complaints with component breakdown and severity stats. | | nhtsa_get_safety_ratings | NCAP crash test ratings and ADAS feature availability. | | nhtsa_decode_vin | Decode VINs for make, model, year, engine, safety equipment (single or batch up to 50). | | nhtsa_search_investigations | Search NHTSA defect investigations (PE, EA, DP, RQ) with cached index. | | nhtsa_lookup_vehicles | Look up valid makes, models, vehicle
Loading reviews...