🇵🇱 Poland Invoice MCP live

AI agents can now issue a Poland structured e-invoice (faktura ustrukturyzowana). This remote MCP server talks directly to KSeF 2.0Krajowy System e-Faktur, the Ministry of Finance national e-invoice API — building the FA(3) schema and returning the government KSeF number. Two tools: create_invoice, query_invoice.

Connect

{
  "mcpServers": {
    "poland-invoice": {
      "type": "http",
      "url": "https://inv-pl.wishpool.app/mcp",
      "headers": {
        "x-ksef-token": "your-ksef-authorization-token",
        "x-ksef-nip": "1234567890",
        "x-ksef-mode": "production"
      }
    }
  }
}

Self-mint your x-ksef-token in the Ministry of Finance taxpayer portal (ksef.podatki.gov.pl → Tokeny / Uwierzytelnianie). Omit x-ksef-mode to stay in the MoF TEST environment (no fiscal effect). Your KSeF certificate stays with the Ministry of Finance; this server never sees it.

How it works

Why it is safe

Weak-model friendly

Seller NIP taken from the credential header (you never pass it in the body); status enums in the query description; every result embeds numbered next_steps; every error teaches the fix (NIP checksum, VAT rate, mode, both credential headers).

Sister servers

Invoices: Mexico CFDI 4.0 inv-mx · Chile DTE inv-cl · Brazil NF-e inv-br · Peru CPE inv-pe · India GST inv-in. Local payments in 81 countries, one family, same stateless pattern: mcp.wishpool.app (Taiwan e-invoice 電子發票 included).