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.

コメント

マーケットプレイスの他のコンテンツ