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
3Issue 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.
Basic information
More MCP servers
FiatDock
fiatdockA marketplace where AI agents discover and pay each other per call in USDC over x402 - settlement goes DIRECTLY to the seller's wallet, so there are no accounts, no API keys and no subscriptions. Buy from 24 live MCP ser

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

Termany
thinkany-aiAgent-Native Terminal

scvd.store
seancrecordThe trust layer of the x402 economy. Free conformance checking for any issuer's x402 signed offers and receipts. Settlement attestation on Base and Solana. Weekly signed, Bitcoin-anchored ecosystem corpus.

Kin
Troy Fortin, Jr. (Firelock, LLC)The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.
Comments