validate_cpf
ActiveTool of Qiniso
USE THIS to verify a Brazilian CPF (individual taxpayer ID) before relying on it — never assume 11 digits are valid. Checks the two mod-11 check digits and rejects all-identical sentinels. Call this for KYC/onboarding of Brazilian individuals.
Parameters schema
{
"type": "object",
"required": [
"cpf"
],
"properties": {
"cpf": {
"type": "string",
"description": "The CPF (11 digits; dots and dash are ignored)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries