LatAm Business Tools
Latin American business compliance suite — 28 tools for AI agents covering tax ID validation, banking, VAT, e-invoicing, and labor calendar across Brazil, Mexico, Chile, Argentina, and Colombia.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add josemvelez/mcp-latam-business
# Browse available tools
npx -y smithery tool list josemvelez/mcp-latam-business
# Get full schema for a tool
npx -y smithery tool get josemvelez/mcp-latam-business validate_cpf
# Call a tool
npx -y smithery tool call josemvelez/mcp-latam-business validate_cpf '{}'Direct MCP Connection
Endpoint: https://mcp-latam-business--josemvelez.run.tools
Tools (28)
validate_cpf— Validates a Brazilian CPF (Cadastro de Pessoas Físicas) — the 11-digit individual taxpayer identification number issued…validate_cnpj— Validates a Brazilian CNPJ (Cadastro Nacional da Pessoa Jurídica) — the 14-digit company registration number issued by …validate_pix_key— Validates a Brazilian PIX key — the instant payment identifier used by Brazil's central bank payment system (Banco Cent…get_brazil_holidays— Returns all Brazilian national public holidays for a given year as a structured list. Each holiday includes { date: 'YY…validate_rfc_mx— Validates a Mexican RFC (Registro Federal de Contribuyentes) — the tax identification number issued by the SAT (Servici…get_mexico_holidays— Returns all Mexican national public holidays for a given year as a structured list. Each holiday includes { date: 'YYYY…validate_rut_cl— Validates a Chilean RUT (Rol Único Tributario) — the tax identification number used by individuals and companies in Chi…get_chile_holidays— Returns all Chilean national public holidays for a given year as a structured list. Each holiday includes { date: 'YYYY…validate_cuit— Validates an Argentine CUIT (Código Único de Identificación Tributaria) — the tax identification number for companies, …validate_cuil— Validates an Argentine CUIL (Código Único de Identificación Laboral) — the labor identification number for individuals …get_argentina_holidays— Returns all Argentine national public holidays for a given year as a structured list. Each holiday includes { date: 'YY…validate_nit_co— Validates a Colombian NIT (Número de Identificación Tributaria) — the tax identification number for companies and legal…validate_cc_co— Validates the format of a Colombian Cédula de Ciudadanía (CC) — the national identity document for Colombian citizens. …validate_clabe_mx— Validates a Mexican CLABE (Clave Bancaria Estandarizada) — the 18-digit standardized bank account number used for elect…validate_cbu_ar— Validates an Argentine CBU (Clave Bancaria Uniforme) — the 22-digit standardized bank account identifier used for elect…get_colombia_holidays— Returns all Colombian national public holidays for a given year as a structured list. Each holiday includes { date: 'YY…validate_postal_code_latam— Validates a postal code format for a given Latin American country using the official pattern for that country. Returns …get_payment_terms_latam— Returns the typical and legal B2B payment terms for a given Latin American country — default payment period, common com…get_invoice_requirements_latam— Returns the mandatory fields required on a valid electronic invoice for a given Latin American country, based on offici…get_vat_rules_latam— Returns all VAT/IVA rules for a given Latin American country — standard rate, reduced rates, exempt categories, withhol…get_einvoicing_rules_latam— Returns the current e-invoicing (electronic invoicing) obligations for a given Latin American country — whether mandato…get_public_holidays_range_latam— Returns all public holidays that fall within a given date range for a specified Latin American country. Returns { count…calculate_working_days_latam— Counts the number of working days between two dates (inclusive) for a given Latin American country, excluding weekends …get_next_payment_date_latam— Calculates the next valid payment date for a given Latin American country, skipping weekends and national public holida…validate_invoice_schema_latam— Validates whether an invoice JSON object contains the mandatory fields required for a valid electronic invoice in a giv…calculate_vat_breakdown_latam— Calculates a VAT/IVA breakdown for invoice line items in a given Latin American country, grouping amounts by tax rate a…suggest_vat_treatment_latam— Suggests the likely VAT/IVA treatment for a transaction in Latin American markets based on seller country, buyer countr…calculate_vat_amount_latam— Calculates tax amounts from either a net (excluding tax) or gross (including tax) amount for a given tax rate, with cou…
# Get full input/output schema for a tool
npx -y smithery tool get josemvelez/mcp-latam-business