You're viewing a demo portfolio

Join the waitlist
PRSM

validate_cpf

Active

Tool of Qiniso

declared in 0.5.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →