fakturka-api-mcp
Faktuj MCP Server
Integrate Faktuj into Claude, Cursor, VS Code, and any MCP-compatible AI assistant. Generate VAT invoices and proforma invoices, look up companies by NIP, check NBP exchange rates, and validate IBAN numbers — all from your AI workflow. Fully aligned with KSeF compliance requirements.
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-mcpThen add to your config:
{
"mcpServers": {
"faktuj": {
"command": "faktuj-mcp"
}
}
}Related MCP server: mcp-ksef-pl
Available Tools
Tool | Description |
| Generate a Polish VAT invoice PDF. Pass full invoice JSON with seller, buyer, and line items. Returns invoice number and base64 PDF. |
| Generate a proforma invoice PDF. Same schema as VAT invoice. Returns invoice number and base64 PDF. |
| Preview and validate invoice data without generating a PDF. Returns validated data or validation errors. |
| Look up a Polish company by NIP tax identification number. Returns company name, address, and registration data. |
| Look up NBP (National Bank of Poland) exchange rate for a given currency and date. |
| Validate 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 APIThis 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 Variable | Default | Description |
|
| Base URL for the Faktuj API |
Resources
VAT Invoice Guide — How to create a compliant Polish VAT invoice
Proforma Invoice Guide — When and how to use proforma invoices
KSeF Compliance — Poland's National e-Invoicing System requirements
Blog — Invoicing guides, tax tips, and product updates
API Documentation — Full REST API reference
SoftVoyagers Ecosystem
Faktuj is part of the SoftVoyagers open-source portfolio:
Product | Description | Website |
LinkMeta | Free URL metadata extraction API | |
PageShot | Free screenshot & webpage capture API | |
PDFSpark | Free HTML/URL to PDF conversion API | |
OGForge | Free Open Graph image generator API | |
LinkShrink | Free privacy-first URL shortener API | |
Faktuj | Free Polish VAT invoice generator | |
QRMint | Free styled QR code generator & API | |
PageDrop | Free instant HTML hosting API | |
PismoSzyteNaMiarę | Darmowy generator pism urzędowych |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for DACH e-invoicing. Create XRechnung (UBL) and ZUGFeRD 2.3 (Factur-X CII) invoices, validate against EN 16931 rules, extract data from XML, and convert between UBL, CII and JSON formats.Last updated6392MIT
- AlicenseAqualityBmaintenanceModel Context Protocol (MCP) server for Polish Electronic Invoicing (KSeF / FA(2)). Provides tools to validate, generate, and explore API specifications for KSeF interoperability.Last updated102Apache 2.0
- FlicenseBqualityAmaintenanceSingle-tenant MCP server for Polish KSeF e-invoice workflows, supporting local stdio testing, draft management, and invoice submission with safety gates.Last updated23
- Alicense-qualityDmaintenanceMCP server for the Invapi E-Invoicing API, enabling conversion, validation, and extraction of invoices in UBL, CII, ZUGFeRD, Excel, and more.Last updated42MIT
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
EN 16931-compliant e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS, Facturae or US PDF. Free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/softvoyagers/fakturka-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server