VINdata for Gemini CLI
io.github.bhuvanabala/vindata-mcp
VIN decoding and European vehicle data for automotive workflows.
client:Gemini CLI
transport:streamable-http
tools:1
Install VINdata in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vindata-mcp": {
"httpUrl": "https://vindata-mcp.vindata.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs