currency exchange for Gemini CLI
io.github.theluckystrike/currency-exchange
Convert currencies on the daily European Central Bank reference rates. No API key, no signup.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:10
Install currency exchange in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"currency-exchange": {
"httpUrl": "https://mcp.zovo.one/mcp/currency-exchange"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs