Skip to content

Gov-BR (Brazil)

Signed Brazilian government transparency data from Portal da Transparência. Query federal sanction registries (CEIS and CNEP) by CNPJ to verify vendor legitimacy and compliance status. All results are cryptographically signed and timestamped by signed-data.org.

Endpoint: https://gov-br.mcp.signed-data.org/mcp Domain spec: government.brazil

Add to your Claude Desktop config (~/.config/claude/claude_desktop_config.json):

{
"mcpServers": {
"signeddata-gov-br": {
"url": "https://gov-br.mcp.signed-data.org/mcp"
}
}
}

Or test via curl:

Terminal window
curl -X POST https://gov-br.mcp.signed-data.org/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
ToolDescription
check_sanctionsQuery federal sanction status (CEIS + CNEP) by CNPJ
URIDescription
gov-br://sanctions/{cnpj}Sanction lookup result as JSON
SourceURLAuth
Portal da Transparência (CGU)portaldatransparencia.gov.br/api-de-dadosFree token (email registration)
CEIS RegistryOfficial federal suspension/disqualification listVia Portal
CNEP RegistryAnti-Corruption Law (Lei 12.846/2013) penaltiesVia Portal
VariableDescriptionDefault
PORTAL_TRANSPARENCIA_TOKENAPI token for Portal da Transparência(required for hosted use)
CDS_PRIVATE_KEY_PATHPath to RSA private key for signing(unsigned if not set)
CDS_PUBLIC_KEY_PATHPath to RSA public key for verification(skip verification)
CDS_ISSUERIssuer URI in signed eventssigned-data.org