keptlive/vin-mcp
Platform-specific configuration:
{
"mcpServers": {
"vin-mcp": {
"command": "npx",
"args": [
"-y",
"vin-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Free VIN decoder for humans and AI. No API keys. No accounts. No limits.
[](LICENSE) [](https://nodejs.org) [](https://modelcontextprotocol.io) [](https://smithery.ai/server/@keptlive/vin-mcp)
mcp.vin -- Try it now
---
Enter a 17-character VIN and get a comprehensive vehicle report by aggregating six free data sources into a single response:
| Source | Data Provided | |--------|--------------| | NHTSA vPIC | Make, model, year, trim, body class, engine specs, transmission, drive type, weight, plant info, 140+ decoded fields | | NHTSA Recalls | Open recalls with campaign number, component, summary, consequence, and remedy | | NHTSA Complaints | Consumer complaints with crash, fire, injury, and death statistics | | NHTSA Safety Ratings | NCAP star ratings for overall, frontal, side, and rollover crash tests | | EPA Fuel Economy | City/highway/combined MPG, annual fuel cost, CO2 emissions, EV range and charge time | | IMAGIN.studio | Stock vehicle photos from multiple angles |
Additionally, VIN validation (checksum, WMI country/manufacturer decode, model year) is computed locally with zero API calls.
---
npx -y @smithery/cli install @keptlive/vin-mcp --client claudeAdd to your .mcp.json:
{
"mcpServers": {
"vin": {
"command": "npx",
"args": ["-y", "vin-mcp"]
}
}
}Or if you have the repo cloned locally:
{
"mcpServers": {
"vin": {
"command": "node",
"args": ["/path/to/vin-mcp/server.mjs"]
}
}
}Use the hosted MCP endp
Loading reviews...