Phishtank for Gemini CLI
io.github.pipeworx-io/phishtank
PhishTank MCP — wraps PhishTank API (checkurl.phishtank.com)
client:Gemini CLI
transport:streamable-http
Install Phishtank in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"phishtank": {
"httpUrl": "https://gateway.pipeworx.io/phishtank/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs