Serbia Invoice
FreeNot checkedEnables AI agents to issue, query, and cancel Serbia SEF eFaktura electronic invoices (UBL 2.1 SRB-CIUS) into the national Ministry of Finance system, using the
About
Enables AI agents to issue, query, and cancel Serbia SEF eFaktura electronic invoices (UBL 2.1 SRB-CIUS) into the national Ministry of Finance system, using the merchant's own API key.
README
Remote MCP server that lets any AI agent issue Serbia SEF eFaktura electronic invoices (elektronska faktura) into the national Ministry of Finance system. It builds UBL 2.1 SRB-CIUS XML (Serbia's CIUS of EN 16931) and uploads it under the merchant's own SEF API key. Stateless, bring-your-own credential, never stores anything.
Live endpoint: https://inv-rs.wishpool.app/mcp · Registry: app.wishpool/serbia-invoice-mcp
Quick start
{
"mcpServers": {
"serbia-invoice": {
"type": "http",
"url": "https://inv-rs.wishpool.app/mcp",
"headers": {
"x-sef-api-key": "<your SEF API key>"
}
}
}
}
You generate the SEF API key yourself in the SEF portal under Settings → API management (Podešavanja → Upravljanje API). Requests default to the SEF demo rail (no fiscal effect); add x-sef-mode: prod for the live rail. Your key never reaches storage — it is forwarded per-request to SEF as the official ApiKey header.
Tools
| Tool | What it does |
|---|---|
create_invoice |
Build a UBL 2.1 SRB-CIUS invoice from seller PIB + name, buyer PIB + name + address + lines (name, qty, net unit price, VAT rate 20/10/0) and upload to SEF eFaktura. Returns sales_invoice_id + computed VAT totals. Optional send_to_cir for budget/public-sector buyers. |
query_invoice |
Check SEF status by sales_invoice_id: NEW, SENDING, SENT, SEEN, APPROVED, APPROVED_WITH_RESERVATION, REJECTED, CANCELLED, STORNO, MISTAKE, OVERDUE, REMINDED, DELETED. |
cancel_invoice |
Cancel (Otkazivanje) a sales invoice you sent, by sales_invoice_id + cancel_comment, before the buyer accepts it. |
Amounts are in RSD. You supply your own seller identity (supplier_pib + supplier_name) — SEF validates it against your API-key account. After the buyer APPROVES, cancellation is closed — corrections require a storno (credit) document (out of scope in v1).
Owner policy guardrails ride optional headers (x-agentpay-max-amount, x-agentpay-approval-above, x-agentpay-allowed-tools) — set by the human owner in client config; the agent cannot relax them.
Endpoints wrapped (SEF eFaktura publicApi REST)
- Base: DEMO
https://demoefaktura.mfin.gov.rs· PRODhttps://efaktura.mfin.gov.rs(prefix/api/publicApi) - Upload:
POST /sales-invoice/ubl?requestId={unique}&sendToCir={true|false}(Content-Typeapplication/xml, raw UBL body) →{ InvoiceId, PurchaseInvoiceId } - Status:
GET /sales-invoice?invoiceId={id}→ invoice record incl.Status - Cancel:
POST /sales-invoice/cancel?invoiceId={id}&cancelComment={text} - Auth: header
ApiKey(forwarded fromx-sef-api-key)
Develop
node test/serve.js # local server on :3238
node test/e2e.js # protocol + validation + VAT math + UBL structure + fake-key live probes
Safety
Pure stateless translation layer over the national SEF eFaktura API. The API key stays with the merchant and travels per-request in a header; nothing is stored. Privacy policy.
Sister servers
Local invoices, one family: Romania e-Factura (inv-ro) · Mexico CFDI (inv-mx) · Brazil NF-e (inv-br) · Chile DTE (inv-cl) · Peru CPE (inv-pe) · India GST (inv-in). Local payments in 81 countries: mcp.wishpool.app.
MIT licensed.
Installing Serbia Invoice
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/junter1989k-ai/serbia-invoice-mcpFAQ
Is Serbia Invoice MCP free?
Yes, Serbia Invoice MCP is free — one-click install via Unyly at no cost.
Does Serbia Invoice need an API key?
No, Serbia Invoice runs without API keys or environment variables.
Is Serbia Invoice hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Serbia Invoice in Claude Desktop, Claude Code or Cursor?
Open Serbia Invoice on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Stripe
Payments, customers, subscriptions
by Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Serbia Invoice with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All finance MCPs
