entity screen for Gemini CLI
com.dropwatchhq/entity-screen
Screen a business or person for exclusions, debarment, and sanctions (SAM.gov, OFAC).
client:Gemini CLI
transport:streamable-http
tools:2
Install entity screen in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"entity-screen": {
"httpUrl": "https://screen.dropwatchhq.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs