CEPIM (Entidades Impedidas) for Gemini CLI
io.github.mcp-dir/cepim-mcp
Checks whether a nonprofit private entity is in the CEPIM (barred from public funds) from the CNPJ.
client:Gemini CLI
transport:streamable-http
tools:7
Install CEPIM (Entidades Impedidas) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cepim-mcp": {
"httpUrl": "https://api.mcp.ai/p_cepim"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs