Crypto Price MCP for Gemini CLI
io.github.lulu-the-narwhal/crypto-price-mcp
Free, keyless live cryptocurrency prices, market cap, and 24h change via CoinGecko.
client:Gemini CLI
transport:streamable-http
tools:1
Install Crypto Price MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"crypto-price-mcp": {
"httpUrl": "https://ads.getlulu.dev/crypto/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs