Car Handshake for Gemini CLI
com.carhandshake/inventory
Find and compare live vehicle inventory from participating US dealers and contact them with consent.
client:Gemini CLI
transport:streamable-http
tools:10
Install Car Handshake in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"inventory": {
"httpUrl": "https://mcp.carhandshake.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs