MCP.so
Sign In

Paraguay Invoice

@junter1989k-ai

About Paraguay Invoice

Issue Paraguay SIFEN e-Kuatia electronic invoices via your FacturaSend account — create, query by CDC, check status. Stateless BYO

Config

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

{
  "mcpServers": {
    "paraguay-invoice": {
      "type": "http",
      "url": "https://inv-py.wishpool.app/mcp",
      "headers": {
        "x-facturasend-tenant": "your_tenant_id",
        "x-facturasend-key": "your_api_key"
      }
    }
  }
}

Tools

3

Issue a Paraguay DE (factura electrónica) via `POST /{tenant}/lote/create` with a single document. In: `establecimiento`, `punto`, `numero`, `cliente{contribuyente,ruc?,razonSocial,tipoOperacion?,documentoTipo?,documentoNumero?,email?}`, `items[{descripcion,cantidad,precioUnitario,iva?,codigo?,unidadMedida?}]`, optional `moneda` (default PYG), `tipoTransaccion` (default 1), `draft`. Out: **cdc** (44 digits), `numero`, `estado`, `respuesta_codigo/mensaje`, `totals`.

Look up a DE by **`cdc` OR `id`** (pass exactly one) — `GET /{tenant}/de/cdc/{cdc}` or `/de/id/{id}`. Out: `id`, `cdc`, `fecha`, `situacion`, `lote_id`, `lote_estado`, `info_codigo/descripcion`.

Consult the **live SIFEN estado** of a cdc — `POST /{tenant}/de/estado`. Out: `estado` (**Aprobado** / **Aprobado con observación** / **Rechazado**), `situacion`, `fecha`, `respuesta_codigo`, `respuesta_mensaje`.

Overview

What is Paraguay Invoice?

Paraguay Invoice MCP 🇵🇾 — How can my AI agent issue a SIFEN e-Kuatia factura electrónica?

How to use Paraguay Invoice?

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

Key features of Paraguay Invoice

  • 10%: iva = round(price * 10 / 110)
  • 5%: iva = round(price * 5 / 105)
  • 0%: exempt (ivaTipo 3, no IVA)

Use cases of Paraguay Invoice

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

FAQ from Paraguay Invoice

Where is the source code for Paraguay Invoice?

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

Does Paraguay Invoice include a standard MCP config?

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

Frequently asked questions

Where is the source code for Paraguay Invoice?

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

Does Paraguay 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