MCP.so
Sign In

Colombia Invoice

@junter1989k-ai

About Colombia Invoice

Issue Colombia DIAN electronic invoices via your own Matias API account - direct to DIAN, no technology-provider intermediary. IVA 19/5/0%

Basic information

License

MIT

Runtime

node

Publisher

junter1989k-ai

Submitted by

junter1989k-ai

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

2

Issue a Colombia factura de venta via `POST /invoice`. In: `resolution_number` (your DIAN resolution), `prefix?`, `number?`, `customer{dni,company_name,identity_document_id?,email?}`, `items[{descripcion,cantidad,precioUnitario,iva?,codigo?,unidadMedida?}]`, optional `type_document_id` (default 1 = Factura de Venta Nacional), `operation_type_id` (default 10), `notes`, `send_email`. Out: **cufe** (CUFE), `is_valid`, `number`, `dian_message`, `totals`, `tax_breakdown`.

Look up a document by **`uuid`** — `GET /documents/{uuid}`. Out: `uuid`, `cufe`, `state`, `number`, `dian_message`, `created_at`.

Overview

What is Colombia Invoice?

Colombia Invoice MCP 🇨🇴 — How can my AI agent issue a DIAN factura electrónica?

How to use Colombia Invoice?

The README includes setup instructions such as node test/tax.test.js # IVA math unit tests (19% / 5% / 0% / mixed / rounding).

Key features of Colombia Invoice

  • 19%: iva = round(net * 19 / 100)
  • 5%: iva = round(net * 5 / 100)
  • 0%: exento/excluido (no IVA)

Use cases of Colombia Invoice

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Colombia Invoice

Where is the source code for Colombia Invoice?

The source code is linked from the repository URL on this page.

Does Colombia Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers