MCP Hub
Back to servers

fakturka-api-mcp

Free Polish VAT invoice generation MCP server with PDF output and preview. No API key required.

glama
Forks
1
Updated
Mar 23, 2026

Faktuj MCP Server

npm version Website API Status

Integrate Faktuj into Claude, Cursor, VS Code, and any MCP-compatible AI assistant. Generate Polish VAT invoices, proforma invoices, look up companies by NIP, check NBP exchange rates, and validate IBAN numbers — all from your AI workflow.

No API key required. Free forever.

Quick Start

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "faktuj": {
      "command": "npx",
      "args": ["-y", "faktuj-mcp"]
    }
  }
}

Or install globally:

npm install -g faktuj-mcp

Then add to your config:

{
  "mcpServers": {
    "faktuj": {
      "command": "faktuj-mcp"
    }
  }
}

Available Tools

ToolDescription
generate_invoiceGenerate a Polish VAT invoice PDF. Pass full invoice JSON with seller, buyer, and line items. Returns invoice number and base64 PDF.
generate_proformaGenerate a proforma invoice PDF. Same schema as VAT invoice. Returns invoice number and base64 PDF.
preview_invoicePreview and validate invoice data without generating a PDF. Returns validated data or validation errors.
lookup_nipLook up a Polish company by NIP tax identification number. Returns company name, address, and registration data.
lookup_nbp_rateLook up NBP (National Bank of Poland) exchange rate for a given currency and date.
validate_ibanValidate an IBAN number. Returns validation result and bank details if valid.

Example Usage

Ask your AI assistant:

  • "Generate a VAT invoice from ACME sp. z o.o. (NIP: 1234567890) to Beta S.A. for 10 hours of consulting at 200 PLN/h"
  • "Look up the company with NIP 5263442510"
  • "What was the EUR/PLN exchange rate on 2026-03-20?"
  • "Validate IBAN PL61109010140000071219812874"

Architecture

AI Assistant <--stdio--> faktuj-mcp <--HTTPS--> faktuj.pl REST API

This is a thin stdio MCP transport layer over the Faktuj REST API. The MCP server translates tool calls into HTTP requests and returns structured responses.

Configuration

Environment VariableDefaultDescription
FAKTUJ_API_URLhttps://faktuj.plBase URL for the Faktuj API

SoftVoyagers Ecosystem

Faktuj is part of the SoftVoyagers open-source portfolio:

ProductDescriptionWebsite
LinkMetaFree URL metadata extraction APIlinkmeta.dev
PageShotFree screenshot & webpage capture APIpageshot.site
PDFSparkFree HTML/URL to PDF conversion APIpdfspark.dev
OGForgeFree Open Graph image generator APIogforge.dev
LinkShrinkFree privacy-first URL shortener APIlinkshrink.dev
FaktujFree Polish VAT invoice generatorfaktuj.pl
QRMintFree styled QR code generator & APIqrmint.dev
PageDropFree instant HTML hosting APIpagedrop.dev

License

MIT

Reviews

No reviews yet

Sign in to write a review