MCP.so
登录

Colombia Invoice

@junter1989k-ai

关于 Colombia Invoice

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

基本信息

许可证

MIT

运行时

node

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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`.

概览

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.

评论

更多 MCP 服务器