CarChat Inventory for Gemini CLI
io.carchat/inventory
Search live US dealership inventory, get market prices, and send buyer inquiries. Free, no API key.
client:Gemini CLI
transport:streamable-http
tools:6
Install CarChat Inventory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"inventory": {
"httpUrl": "https://carchat.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs