validate_cnpj
ActiveTool of Latam Validate
Validate a Brazilian CNPJ (Cadastro Nacional da Pessoa Jurídica, the 14-character company tax ID) and look up the company registration: legal name (razão social), trade name, CNAE activity, address, registration status (situação cadastral), and partners (QSA). Checksum supports both the classic numeric format and the alphanumeric CNPJ introduced in 2026. Punctuation (12.345.678/0001-95) is accepted. Set skip_lookup to validate the checksum only.
Parameters schema
{
"type": "object",
"required": [
"cnpj"
],
"properties": {
"cnpj": {
"type": "string",
"description": "The CNPJ, e.g. \"33.000.167/0001-01\" or \"33000167000101\"."
},
"skip_lookup": {
"type": "boolean",
"description": "If true, only run the checksum and skip the BrasilAPI company-registration lookup. Default false."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Latam Validate
https://github.com/pipeworx-io/mcp-latam-validate
2/7 registries