validate_cpf
ActiveTool of Latam Validate
Validate a Brazilian CPF (Cadastro de Pessoas Físicas, the 11-digit personal tax ID) checksum. Pure computation, no lookup — returns whether the two check digits are correct and the formatted form. Punctuation (123.456.789-09) is accepted.
Parameters schema
{
"type": "object",
"required": [
"cpf"
],
"properties": {
"cpf": {
"type": "string",
"description": "The CPF, e.g. \"123.456.789-09\" or \"12345678909\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Latam Validate
https://github.com/pipeworx-io/mcp-latam-validate
2/7 registries