fakturka-api-mcp
Free Polish VAT invoice generation MCP server with PDF output and preview. No API key required.
README
Faktuj MCP Server
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
| Tool | Description |
|---|---|
generate_invoice |
Generate a Polish VAT invoice PDF. Pass full invoice JSON with seller, buyer, and line items. Returns invoice number and base64 PDF. |
generate_proforma |
Generate a proforma invoice PDF. Same schema as VAT invoice. Returns invoice number and base64 PDF. |
preview_invoice |
Preview and validate invoice data without generating a PDF. Returns validated data or validation errors. |
lookup_nip |
Look up a Polish company by NIP tax identification number. Returns company name, address, and registration data. |
lookup_nbp_rate |
Look up NBP (National Bank of Poland) exchange rate for a given currency and date. |
validate_iban |
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 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 Variable | Default | Description |
|---|---|---|
FAKTUJ_API_URL |
https://faktuj.pl |
Base URL for the Faktuj API |
SoftVoyagers Ecosystem
Faktuj is part of the SoftVoyagers open-source portfolio:
| Product | Description | Website |
|---|---|---|
| LinkMeta | Free URL metadata extraction API | linkmeta.dev |
| PageShot | Free screenshot & webpage capture API | pageshot.site |
| PDFSpark | Free HTML/URL to PDF conversion API | pdfspark.dev |
| OGForge | Free Open Graph image generator API | ogforge.dev |
| LinkShrink | Free privacy-first URL shortener API | linkshrink.dev |
| Faktuj | Free Polish VAT invoice generator | faktuj.pl |
| QRMint | Free styled QR code generator & API | qrmint.dev |
| PageDrop | Free instant HTML hosting API | pagedrop.dev |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.