Decode any VIN and check open NHTSA safety recalls directly in your AI assistant. Free, official US government data, no auth. Tools: decode_vin (full specs, recalls, and maintenance from a 17-character VIN) and check_recalls (open NHTSA recalls by make/model/year).
Server Config
{
"mcpServers": {
"checkmyvin": {
"command": "npx",
"args": [
"mcp-remote",
"https://checkmyvin.net/api/mcp"
]
}
}
}