mcp-latam-business

mcp-latam-business

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.

Category
Visit Server

README

MCP LatAm Business Suite

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.

Coverage

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

Tools (28 total)

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

Local development

npm install
npm start           # stdio transport (for Glama / Claude Desktop)
npm run start:http  # HTTP transport on port 8080 (for Railway / hosted use)

Endpoints (HTTP mode)

  • GET / β€” server metadata and tool list
  • GET /health β€” health check (returns {"status":"ok"})
  • POST /mcp β€” MCP Streamable HTTP endpoint

Deployment

Railway

  1. Push this repo to GitHub
  2. Create new Railway project β†’ Deploy from GitHub repo
  3. Railway auto-detects the Dockerfile and railway.json
  4. MCP_HTTP=true is set by the Dockerfile; no env vars needed
  5. Public URL becomes the MCP HTTP endpoint at /mcp

Glama / Claude Desktop (stdio)

Add to your MCP client config:

{
  "mcpServers": {
    "latam-business": {
      "command": "npx",
      "args": ["-y", "mcp-latam-business"]
    }
  }
}

Disclaimer

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.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured