serbia-invoice-mcp
Click on "Deploy 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., "@serbia-invoice-mcpissue invoice to PIB 123456, amount 10000 RSD, VAT 20%"
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.
Serbia Invoice MCP 🇷🇸 — How can my AI agent issue a SEF eFaktura elektronska faktura in Serbia?
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.
Related MCP server: Romania Invoice MCP
Tools
Tool | What it does |
| 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 |
| Check SEF status by |
| Cancel (Otkazivanje) a sales invoice you sent, by |
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.StatusCancel:
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 probesSafety
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Peru CPE invoices for AI agents - issue, query, void facturas/boletas via SUNAT (2 backends).
Chile DTE for AI agents - boleta/factura electronica via OpenFactura or LibreDTE. Stateless BYO.
Brazil NFS-e service invoices for AI agents via Focus NFe and NFe.io. Stateless, never stores data.
Poland KSeF 2.0 national e-invoices for AI agents: issue FA(3) faktura, query by KSeF number.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with the Polish National e-Invoice System (KSeF) for authentication, invoice creation, validation, and retrieval via 30 tools.324MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to issue Romania e-Factura electronic invoices (factura electronica) into the national ANAF/SPV system by building UBL 2.1 CIUS-RO XML and uploading it under the merchant's own ANAF access token.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to issue Poland structured e-invoices (faktura ustrukturyzowana) through KSeF 2.0, handling FA(3) XML building, encrypted session flow, and KSeF number retrieval.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to issue Italian FatturaPA electronic invoices and transmit them to the SdI via Invoicetronic. Supports creating and querying invoices with Italian VAT rates.MIT