PIS (Ministério do Trabalho) for Gemini CLI
io.github.mcp-dir/pis-mcp
Looks up the PIS number and associated data for a person from the CPF, in the Labor Ministry base. P
client:Gemini CLI
transport:streamable-http
tools:7
Install PIS (Ministério do Trabalho) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pis-mcp": {
"httpUrl": "https://api.mcp.ai/p_pis"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs