Sanctions Screening for Gemini CLI
dev.hatchloop/sanctions-screening
Screen a name or entity against OFAC SDN, the EU Consolidated list and the UK list.
client:Gemini CLI
transport:streamable-http
tools:8
Install Sanctions Screening in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sanctions-screening": {
"httpUrl": "https://hatchloop.dev/mcp/sanctions-screening"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs