You're viewing a demo portfolio

Join the waitlist
PRSM

validate_cnpj

Active

Tool of Latam Validate

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Latam Validate

https://github.com/pipeworx-io/mcp-latam-validate

2/7 registries
View full server →
validate_cnpj — Latam Validate — PRSM MCP