This MCP server package decodes US vehicle VINs and looks up open NHTSA safety recall campaigns for the corresponding vehicle. It is implemented as a Node/Express project (with package.json, src/, and evals/). The repository readme describes the server’s architecture, tool contracts, install instructions, caveats, and how to run its eval suite.
🛠️ Key Features
- Decodes US VINs
- Looks up open NHTSA safety recall campaigns
- Node/Express project layout (
package.json,src/,evals/)
🚀 Use Cases
- Identify vehicle details from a US VIN
- Retrieve associated open NHTSA recall campaign information
⚡ Developer Benefits
- Uses Model Context Protocol (MCP) server packaging
- Includes repository documentation covering architecture, tool contracts, and eval suite running
⚠️ Limitations
- Description provided does not specify supported VIN formats beyond “US,” nor tool count or specific constraints.