🇨🇴 Colombia Invoice MCP live

AI agents can now issue a Colombia factura electrónica (factura de venta, DIAN UBL 2.1, modelo de validación previa). This remote MCP server wraps Matias API — a Software Propio provider that generates, digitally signs and transmits the invoice directly to the DIAN with no Proveedor Tecnológico (PT) middleman — with two tools: create_invoice and query_invoice. It only forwards the calls and does the local IVA math: signing and DIAN transmission stay inside your own Matias account.

Connect

{
  "mcpServers": {
    "colombia-invoice": {
      "type": "http",
      "url": "https://inv-co.wishpool.app/mcp",
      "headers": {
        "x-matias-token": "your-matias-bearer-token",
        "x-matias-env": "sandbox"
      }
    }
  }
}

Self-register free at matias-api.com — registration happens on the production URL and your credentials automatically replicate to the sandbox, so you can integrate against sandbox-api.matias-api.com/api/ubl2.1 before going live. Required header: x-matias-token (a JWT access_token or a Personal Access Token). Optional: x-matias-env (default sandbox), x-matias-base, and the owner-policy headers below. Your DIAN resolución and certificate live in your Matias account — this server never sees them.

How it works

DIAN factura electrónica is mandatory (validación previa)

Colombia's DIAN factura electrónica de venta runs on the modelo de validación previa: the DIAN validates the document before it reaches the buyer, returning the CUFE that makes it fiscally valid. Under successive Resoluciones DIAN and the Estatuto Tributario, issuing the electronic factura de venta is obligatory for responsables de IVA and, progressively, for essentially all taxpayers selling goods or rendering services — paper and POS invoices are being phased out. With Matias you can integrate and test ahead of, or in step with, your obligation.

Why it is safe

Sister servers

Invoices: Mexico CFDI inv-mx · Brazil NF-e inv-br · Chile DTE inv-cl · Peru CPE inv-pe · Argentina AFIP inv-ar · Costa Rica Hacienda inv-cr · Ecuador SRI inv-ec · Paraguay SIFEN inv-py · Saudi ZATCA inv-sa · India GST inv-in · Poland KSeF inv-pl. Local payments in 81 countries: mcp.wishpool.app (Taiwan e-invoice 電子發票 included) · Logistics & shipping: logi.wishpool.app. One family, same stateless pattern.