CheckMyVIN for Gemini CLI
net.checkmyvin/checkmyvin
Decode any VIN and check open NHTSA safety recalls. Free official US government data, no auth.
client:Gemini CLI
transport:streamable-http
tools:2
Install CheckMyVIN in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"checkmyvin": {
"httpUrl": "https://checkmyvin.net/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs