vin-recall-mcp (Model Context Protocol) Server
The io.github.pratikmehkarkar/vin-recall-mcp MCP server decodes US Vehicle Identification Numbers (VINs) and looks up open NHTSA safety recall campaigns for the corresponding vehicle. It is implemented as a Node/Express project, with repository documentation covering architecture, tool contracts, install instructions, and how to run an eval suite.
🛠️ Key Features
- Decodes US VINs
- Retrieves open NHTSA safety recall campaigns
- Node/Express server project layout (
package.json,src/,evals/)
🚀 Use Cases
- Cross-referencing a vehicle VIN with NHTSA recall information
- Building developer tools that combine VIN decoding with recall lookup
⚡ Developer Benefits
- MCP integration via Model Context Protocol
- Documented tool contracts and architecture in the repo README
- Includes an eval suite to run against the implementation
⚠️ Limitations
- Description only specifies US VIN decoding and NHTSA recall campaign lookup; other jurisdictions or recall sources are not indicated.
Topics
- claude, mcp, model-context-protocol, nhtsa, vin-decoder