AML (Vínculos Societários) for Gemini CLI
io.github.mcp-dir/aml_vinculos-mcp
Maps a person's corporate ownership ties for anti-money-laundering (AML) due diligence from the CPF.
client:Gemini CLI
transport:streamable-http
tools:7
Install AML (Vínculos Societários) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"aml_vinculos-mcp": {
"httpUrl": "https://api.mcp.ai/p_aml_vinculos"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs