๐Ÿ‡ฎ๐Ÿ‡น Italy Invoice MCP live

AI agents can now issue Italy FatturaPA electronic invoices (fattura elettronica). This remote MCP server builds FatturaPA FPR12 XML and transmits it to the national SdI (Sistema di Interscambio) via Invoicetronic, under your own API key โ€” two tools: create_invoice, query_invoice.

Connect

{
  "mcpServers": {
    "italy-invoice": {
      "type": "http",
      "url": "https://inv-it.wishpool.app/mcp",
      "headers": {
        "x-invoicetronic-key": "ik_test_<your Invoicetronic key>"
      }
    }
  }
}

Sign up at invoicetronic.com for a free ik_test_ sandbox key (no fiscal effect); an ik_live_ key transmits real invoices to the SdI. The base URL is the same โ€” the key prefix selects the environment. Your key stays with you and travels per-request; this server never stores it.

Why it is safe

Weak-model friendly

Italian IVA rates enumerated (22 / 10 / 5 / 4); FatturaPA defaults baked in (RegimeFiscale RF01, TipoDocumento TD01, CodiceDestinatario 0000000); every result embeds numbered next_steps; every error teaches the fix (P.IVA format, CAP, IVA rate, date format). Async status values are spelled out: SENT / DELIVERED / REJECTED / NOT_DELIVERED.

Honest limits

SdI transmission is asynchronous โ€” create_invoice returns a send_id you poll with query_invoice. There is no cancel at the SdI level: to reverse an invoice you issue a credit note (nota di credito, TD04) as a new invoice. Zero-rated / exempt IVA (which needs a Natura code) is out of scope in v1.

Sister servers

Local invoices, one family, same stateless pattern: Mexico CFDI (inv-mx), Romania e-Factura (inv-ro), Brazil NF-e (inv-br), Chile DTE (inv-cl), India GST (inv-in). Local payments in 81 countries โ€” mcp.wishpool.app.