app.wishpool/paraguay-invoice-mcp
Paraguay SIFEN e-Kuatia: AI agents issue and query electronic invoices, stateless BYO.
assessed on 1 of 4 dimensions
https://inv-py.wishpool.app/mcpcreate_invoiceIssue a Paraguay electronic invoice (factura electrónica, Documento Electrónico for SIFEN / e-Kuatia) through FacturaSend, which generates, digitally signs and transmits it to the DNIT (tax authority) from YOUR OWN FacturaSend account — this server only forwards the call and never holds your certificate. It wraps POST /{tenant}/lote/create with a single DE. Amounts are in Paraguayan guaraníes (PYG), which have NO decimals — pass unit prices as INTEGERS, and prices are TAX-INCLUSIVE (IVA incluido…
get_document_statusConsult the live SIFEN status of a Paraguay DE by its cdc — wraps POST /{tenant}/de/estado. FacturaSend queries DNIT/SIFEN and returns the estado: "Aprobado" (approved, fiscally valid), "Aprobado con observacion" (approved with an observation), or "Rechazado" (rejected — read respuesta_mensaje, fix, and re-issue). Also returns situacion, fecha, respuesta_codigo and respuesta_mensaje (the SIFEN message, e.g. "0260 Autorización del DE satisfactoria"). Required credential headers (set once in your …
query_invoiceLook up a previously-created Paraguay DE by its cdc (the 44-digit control code) OR by its FacturaSend internal id — pass exactly one of { cdc } or { id }. Wraps GET /{tenant}/de/cdc/{cdc} or GET /{tenant}/de/id/{id}. Returns the document metadata FacturaSend holds: id, cdc, fecha, situacion (SIFEN situation code), lote_id, lote_estado, and info_codigo/info_descripcion (e.g. "CDC duplicado"). To get the live SIFEN approval status use get_document_status instead. Safe to call anytime. Required cre…
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.