OFAC SDN Screening for Gemini CLI
com.bonissystems/ofac-sdn-screening
Screen a name against the U.S. Treasury OFAC SDN list. Information, not a compliance determination.
client:Gemini CLI
transport:streamable-http
tools:2
Install OFAC SDN Screening in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ofac-sdn-screening": {
"httpUrl": "https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs