TruthScan for Gemini CLI
com.truthscan/truthscan
Detect whether an image is AI-generated or real, with an AI-probability score and confidence.
client:Gemini CLI
transport:streamable-http
Install TruthScan in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"truthscan": {
"httpUrl": "https://truthscan.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs