Seon for Gemini CLI
io.github.pipeworx-io/seon
SEON MCP — wraps the SEON fraud / digital-footprint enrichment APIs (seon.io)
client:Gemini CLI
transport:streamable-http
Install Seon in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"seon": {
"httpUrl": "https://gateway.pipeworx.io/seon/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs