clishop for Gemini CLI
io.github.stefdcl/clishop
Order anything from your terminal — search, buy, track, and manage via MCP tools.
client:Gemini CLI
transport:stdio
runtime:npm
Install clishop in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clishop": {
"command": "npx",
"args": [
"-y",
"clishop"
],
"env": {
"CLISHOP_API_KEY": "<CLISHOP_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs