Summary: this service is stateless and stores nothing. No database, no accounts, no cookies, no analytics.
Request parameters — invoice amounts, line items, customer details, your bring-your-own Afip SDK access_token sent as an HTTP header, and (in prod) your AFIP X.509 certificate and private key passed per-request — are used in memory only to authenticate with the Afip SDK (AFIP/ARCA WSAA) and forward the WSFE invoice request, then discarded. The AFIP certificate and key are forwarded to the Afip SDK for the single request that carries them and are never stored, logged, or persisted by this service. Invoice data is processed by the Afip SDK and AFIP/ARCA under the merchant's own account and never persisted by this service. The host (Vercel) keeps short-lived HTTP logs per its privacy policy; credential and certificate values are never logged by the application.
Because nothing is stored, there is nothing to delete or export.
Contact: reports@wishpool.app · Source (MIT): github.com/junter1989k-ai/argentina-invoice-mcp