receipt scanner for Gemini CLI
io.github.theluckystrike/receipt-scanner
Capture and organize receipts from your AI chat: totals, categories, ledgers.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:14
Install receipt scanner in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"receipt-scanner": {
"httpUrl": "https://mcp.zovo.one/mcp/receipt-scanner"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs