CPF/CNPJ Batch Processor

CPF/CNPJ Batch Processor MCP Connector for Claude

A+

Validate, format, and clean Brazilian CPF and CNPJ identifiers in bulk.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The CPF/CNPJ Batch Processor is a specialized utility for handling Brazilian identification numbers. Using the validate_batch tool, you can verify if a list of identifiers are officially valid or duplicates. The format_batch tool applies standard masks (dots and dashes) to make them human-readable, while clean_batch strips all non-numeric characters for database readiness.

brazilcpfcnpjbatchformattervalidator

3 tools expose this connector's capabilities to your AI agent.

clean_batch

Clean a batch of identifiers

format_batch

000.000-00 or 00.000.000/0000-00). Format a batch of CPF/CNPM identifiers

validate_batch

Validate a batch of CPF/CNPJ identifiers

See how to talk to your AI agent using CPF/CNPJ Batch Processor.

Check if these numbers are valid: ['123.456.789-01', '00.000.000/0001-91']

The validation results are: 123.456.789-01 is invalid, and 00.000.000/0001-91 is valid.

Format these raw numbers: ['12345678901', '00000000000191']

The formatted numbers are: 123.456.789-01 and 00.000.000/0001-91.

Clean this list: ['123.456.789-01', '00.000.000/0001-91']

The cleaned identifiers are: 12345678901 and 00000000000191.

The system detects the type based on the digit count: 11 digits are identified as CPF, and 1rab4 digits are identified as CNPJ.

Related Connectors