loading…
Search for a command to run...
loading…
Latin American business compliance suite — 28 tools for tax ID validation (CPF, CNPJ, RFC, RUT, CUIT, NIT), banking (PIX, CLABE, CBU), VAT rules, e-invoicing (N
Latin American business compliance suite — 28 tools for tax ID validation (CPF, CNPJ, RFC, RUT, CUIT, NIT), banking (PIX, CLABE, CBU), VAT rules, e-invoicing (NF-e, CFDI, DTE), holidays, and labor calendar across Brazil, Mexico, Chile, Argentina, and Colombia.
Latin American business compliance suite for AI agents — 28 tools covering tax ID validation, banking validation, e-invoicing rules, VAT calculations, and labor calendar helpers for Brazil, Mexico, Chile, Argentina, and Colombia.
Part of MCPize — regional MCP servers for AI agents.
| Country | Tax IDs | Banking | Holidays | E-Invoicing |
|---|---|---|---|---|
| 🇧🇷 Brazil | CPF, CNPJ | PIX | ✓ | NF-e / NF-C / NFS-e |
| 🇲🇽 Mexico | RFC | CLABE | ✓ | CFDI 4.0 |
| 🇨🇱 Chile | RUT | — | ✓ | DTE |
| 🇦🇷 Argentina | CUIT, CUIL | CBU | ✓ | Factura Electrónica |
| 🇨🇴 Colombia | NIT, CC | — | ✓ | Factura Electrónica |
Validation (17): validate_cpf, validate_cnpj, validate_pix_key, validate_rfc_mx, validate_rut_cl, validate_cuit, validate_cuil, validate_nit_co, validate_cc_co, validate_clabe_mx, validate_cbu_ar, validate_postal_code_latam, get_brazil_holidays, get_mexico_holidays, get_chile_holidays, get_argentina_holidays, get_colombia_holidays
Business Rules (4): get_payment_terms_latam, get_invoice_requirements_latam, get_vat_rules_latam, get_einvoicing_rules_latam
Labor Helpers (3): get_public_holidays_range_latam, calculate_working_days_latam, get_next_payment_date_latam
Invoice & VAT (4): validate_invoice_schema_latam, calculate_vat_breakdown_latam, suggest_vat_treatment_latam, calculate_vat_amount_latam
npm install
npm start # stdio transport (for Glama / Claude Desktop)
npm run start:http # HTTP transport on port 8080 (for Railway / hosted use)
GET / — server metadata and tool listGET /health — health check (returns {"status":"ok"})POST /mcp — MCP Streamable HTTP endpointDockerfile and railway.jsonMCP_HTTP=true is set by the Dockerfile; no env vars needed/mcpAdd to your MCP client config:
{
"mcpServers": {
"latam-business": {
"command": "npx",
"args": ["-y", "mcp-latam-business"]
}
}
}
All compliance, tax, and legal information returned by these tools is reference only — not legal or tax advice. Tax rates, e-invoicing rules, and holiday calendars change frequently. Always verify with the relevant tax authority and a qualified professional before use in production.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-latam-business": {
"command": "npx",
"args": []
}
}
}