fakturownia-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fakturownia-mcpshow me invoices from last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fakturownia-mcp
Unofficial MCP (Model Context Protocol) server exposing a Fakturownia (InvoiceOcean) account as tools for Claude and other MCP clients: invoices (list/search, create, update, status changes, PDF download), clients and products.
This is a community-maintained project. It is not affiliated with, endorsed by, or sponsored by Fakturownia sp. z o.o. or InvoiceOcean. "Fakturownia" and "InvoiceOcean" are trademarks of their respective owner, used here only to indicate compatibility. InvoiceOcean users: pass your full
*.invoiceocean.comdomain asFAKTUROWNIA_DOMAIN, or install theinvoiceocean-mcpalias.
Built on fakturownia-client —
the API token is sent only in the Authorization: Bearer header, never in URLs.
All tools are async, and every write goes through an approval gate.
There is deliberately no invoice-delete tool (destructive on financial records);
use change_invoice_status instead.
Compatible platforms
Fakturownia runs the same API under several regional brands — this server works with all of them; just pass your full account domain:
Platform | Region | Example |
fakturownia.pl | Poland |
|
invoiceocean.com | Global / USA |
|
invoiceocean.de | Germany |
|
vosfactures.fr | France |
|
bitfactura.es | Spain |
|
A bare account name defaults to .fakturownia.pl; any value containing a
dot is used as-is.
Related MCP server: KSeF MCP
Configuration
Two required environment variables (from your account settings, Integration
section — in Fakturownia: Ustawienia → Ustawienia konta → Integracja).
Every variable also accepts the INVOICEOCEAN_ prefix (e.g.
INVOICEOCEAN_DOMAIN); the FAKTUROWNIA_ form wins when both are set:
Variable | Required | Meaning |
| yes | Account subdomain: |
| yes | API authorization code (kept out of URLs and logs) |
| no |
|
| no | HTTP timeout in seconds (default 30) |
| no | Directory PDF downloads are confined to (default |
Setup
Claude Code
claude mcp add fakturownia \
-e FAKTUROWNIA_DOMAIN=mycompany \
-e FAKTUROWNIA_API_TOKEN=... \
-- uvx fakturownia-mcpClaude Desktop — one-click install (.mcpb)
Download fakturownia-mcp-X.Y.Z.mcpb from the
latest GitHub release,
double-click it (or drag it onto Claude Desktop) and fill in the domain and
API token in the install dialog — the token field is stored securely and the
PDF download directory is configurable there too. Requires
uv on the machine.
Claude Desktop — manual (claude_desktop_config.json)
{
"mcpServers": {
"fakturownia": {
"command": "/Users/you/.local/bin/uvx",
"args": ["fakturownia-mcp"],
"env": {
"FAKTUROWNIA_DOMAIN": "mycompany",
"FAKTUROWNIA_API_TOKEN": "..."
}
}
}
}Any other MCP client / no uv
The server speaks MCP over stdio. Any of these commands starts it:
uvx fakturownia-mcp # zero-install, recommended
pip install fakturownia-mcp && fakturownia-mcp
python -m fakturownia_mcp # after pip installMCP Inspector (interactive testing)
npx @modelcontextprotocol/inspector \
-e FAKTUROWNIA_DOMAIN=... -e FAKTUROWNIA_API_TOKEN=... \
uvx fakturownia-mcpTools
Tool | Description |
| Search by period, date range, client, number, kind; |
| Full invoice with positions |
| Issue an invoice: buyer by |
| Partial update, e.g. |
|
|
| Saves the PDF to disk (default |
| E-mails the invoice PDF to the buyer or given recipients (max 5, plus CC); sends immediately |
| Banking payments with amounts; |
| Record incoming money and settle one invoice ( |
| Remove a mistakenly recorded payment (irreversible) |
| Search contractors by name, tax id (NIP), e-mail |
| Contractor management |
| Product management |
Parameters are fully typed (Pydantic) — date patterns, pagination limits and status enums are enforced in the tool JSON Schema before any API call.
Example prompts once connected:
"List my unpaid invoices from this month"
"Show my expenses from June" →
list_invoices(income=false, ...)"Issue a VAT invoice for ACME for 'Consulting', 1000 zł net" → approval dialog → created
"A 500 zł transfer arrived for invoice 12/2026" →
create_payment(records money, settles the invoice)"E-mail invoice 12/2026 to the client" → approval dialog with recipients → sent
"Download the PDF of my latest invoice"
The server also ships two reusable MCP prompts (slash-command style in
clients that support them): monthly_summary (revenue/costs/unpaid/payments
for a month) and chase_unpaid (overdue invoices + drafted reminders,
nothing sent without approval).
Approval gate for writes (🔒)
Every mutating tool asks for confirmation via MCP elicitation before touching the API — clients with elicitation support (Claude Code, MCP Inspector) show a native approval dialog describing the exact operation (e.g. "create vat invoice for ACME with positions: Consulting"). Declining aborts the call before any request is sent.
Clients without elicitation support (e.g. Claude Desktop) fall back to
two-phase confirmation: the first call is rejected with instructions, the
assistant asks you in conversation, and only a repeated call with
confirm=true executes. On dialog-capable clients confirm=true does NOT
bypass the dialog. FAKTUROWNIA_SKIP_CONFIRM=1 disables the gate entirely
for trusted automation.
Troubleshooting
"command not found" in Claude Desktop — GUI apps don't inherit your shell's
PATH; use the full path touvx(which uvx)."Missing environment variables" tool error — the server starts without credentials and validates them on first use; check both env vars in your client config.
HTTP 401 on every call — wrong
FAKTUROWNIA_API_TOKENor wrong account subdomain inFAKTUROWNIA_DOMAIN.A new release doesn't show up —
uvxcaches installs; runuvx fakturownia-mcp@latestonce (or pinfakturownia-mcp==X.Y.Z).Product price update seems ignored — Fakturownia quirk: send
price_netandprice_grosstogether; a loneprice_netis ignored by the API.
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
- Alicense-qualityFmaintenanceFree Polish VAT invoice generation MCP server with PDF output and preview. No API key required.Last updated481MIT
- FlicenseBqualityAmaintenanceSingle-tenant MCP server for Polish KSeF e-invoice workflows, supporting local stdio testing, draft management, and invoice submission with safety gates.Last updated23
- AlicenseAqualityCmaintenanceMCP server for creating and fiscalizing invoices via solo.com.hr API. Enables AI agents to generate invoices, retrieve invoice details, list invoices, and check next invoice number.Last updated4MIT
- AlicenseBqualityCmaintenanceAn MCP server for Danish accounting via Billy.dk API, enabling natural-language control over invoices, bank lines, reports, and more, with a write-guard for safety.Last updated65MIT
Related MCP Connectors
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
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/KrzysztofMarmol/fakturownia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server