Server Details
Free Polish VAT invoice generator API (Faktura VAT). Generate professional PDF invoices with light/dark themes. No API keys required.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
3 toolsgenerate_invoiceInspect
Generate a Polish VAT invoice (Faktura VAT) as PDF. Returns base64-encoded PDF.
| Name | Required | Description | Default |
|---|---|---|---|
| numer | Yes | Invoice number / Numer faktury (e.g. FV/2026/001) | |
| nabywca | Yes | Buyer / Nabywca | |
| pozycje | Yes | Invoice line items / Pozycje faktury | |
| sprzedawca | Yes | Seller / Sprzedawca | |
| dataSprzedazy | Yes | Sale date YYYY-MM-DD / Data sprzedazy | |
| dataWystawienia | Yes | Issue date YYYY-MM-DD / Data wystawienia | |
| metodaPlatnosci | Yes | Payment method / Metoda platnosci | |
| terminPlatnosci | Yes | Payment due date YYYY-MM-DD / Termin platnosci | |
| miejsceWystawienia | Yes | Place of issue / Miejsce wystawienia | |
| mechanizmPodzielonejPlatnosci | No | Split payment annotation / Mechanizm podzielonej platnosci |
lookup_nipInspect
Lookup Polish company data by NIP (tax ID) from the Ministry of Finance White List. Returns company name, address, and bank account.
| Name | Required | Description | Default |
|---|---|---|---|
| nip | Yes | Polish NIP (10 digits) / Numer Identyfikacji Podatkowej |
preview_invoiceInspect
Preview invoice calculations without generating PDF. Returns JSON with VAT breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
| numer | Yes | Invoice number | |
| nabywca | Yes | Buyer | |
| pozycje | Yes | Invoice line items | |
| sprzedawca | Yes | Seller | |
| dataSprzedazy | Yes | Sale date YYYY-MM-DD | |
| dataWystawienia | Yes | Issue date YYYY-MM-DD | |
| metodaPlatnosci | Yes | Payment method | |
| terminPlatnosci | Yes | Payment due date YYYY-MM-DD | |
| miejsceWystawienia | Yes | Place of issue | |
| mechanizmPodzielonejPlatnosci | No | Split payment annotation |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!