MCP.so
Sign In

Italy Invoice

@junter1989k-ai

About Italy Invoice

Italy Invoice

Basic information

License

MIT

Runtime

node

Publisher

junter1989k-ai

Submitted by

junter1989k-ai

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

2

Build a FatturaPA FPR12 invoice from seller + buyer (P.IVA / Codice Fiscale, address) and line items (description, net unit price, IVA rate 22/10/5/4, quantity), then transmit to the SdI via Invoicetronic. Returns `send_id` + computed IVA totals (`imponibile`, `imposta`, `totale`).

Poll SdI status by `send_id`: `SENT` (Inviato), `DELIVERED` (Consegnato), `REJECTED` (Scartato), `NOT_DELIVERED` (ImpossibilitaDiRecapito), or `PROCESSING` (no notification yet).

Overview

What is Italy Invoice?

Italy Invoice MCP ๐Ÿ‡ฎ๐Ÿ‡น โ€” How can my AI agent issue a FatturaPA fattura elettronica in Italy?

How to use Italy Invoice?

The README includes setup instructions such as node test/serve.js # local server on :3234.

Key features of Italy Invoice

  • 100 + 50 both @22% โ†’ imponibile 150.00 / imposta 33.00 / totale 183.00
  • 200 @22% + 100 @10% โ†’ imponibile 300.00 / imposta 54.00 (44 + 10) / totale 354.00
  • 2ร—50 @22% + 3ร—10 @10% + 1ร—25 @4% โ†’ imponibile 155.00 / imposta 26.00 (22 + 3 + 1) / totale 181.00
  • Base: https://api.invoicetronic.com/v1 (single base URL; auth = HTTP Basic, username = API key, empty password)
  • Send: POST /send โ€” JSON { file_name, payload (base64 FatturaPA XML), encoding: "base64", meta_data } โ†’ { id, ... }

Use cases of Italy Invoice

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Italy Invoice

Where is the source code for Italy Invoice?

The source code is linked from the repository URL on this page.

Does Italy Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers