MCP.so
登录

Paraguay Invoice

@junter1989k-ai

关于 Paraguay Invoice

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

基本信息

许可证

MIT

运行时

node

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

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

{
  "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"
      }
    }
  }
}

工具

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

概览

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.

评论

更多 MCP 服务器