goldprice.dev for Gemini CLI
dev.goldprice/mcp
Gold/silver/copper spot & futures, per-country dealer prices, options-implied probability surface.
client:Gemini CLI
transport:streamable-http
tools:9
Install goldprice.dev in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://api.goldprice.dev/v1/mcp/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs