MCP.so
Sign In

Serbia Invoice

@junter1989k-ai

About Serbia Invoice

Serbia Invoice

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "serbia-invoice": {
      "type": "http",
      "url": "https://inv-rs.wishpool.app/mcp",
      "headers": {
        "x-sef-api-key": "your_sef_key"
      }
    }
  }
}

Tools

3

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.

Check SEF status by `sales_invoice_id`: `NEW`, `SENDING`, `SENT`, `SEEN`, `APPROVED`, `APPROVED_WITH_RESERVATION`, `REJECTED`, `CANCELLED`, `STORNO`, `MISTAKE`, `OVERDUE`, `REMINDED`, `DELETED`.

Cancel (Otkazivanje) a sales invoice you sent, by `sales_invoice_id` + `cancel_comment`, before the buyer accepts it.

Overview

What is Serbia Invoice?

Serbia Invoice MCP 🇷🇸 — How can my AI agent issue a SEF eFaktura elektronska faktura in Serbia?

How to use Serbia Invoice?

The README includes setup instructions such as node test/serve.js # local server on :3238.

Key features of Serbia Invoice

  • Base: DEMO https://demoefaktura.mfin.gov.rs · PROD https://efaktura.mfin.gov.rs (prefix /api/publicApi)
  • Status: GET /sales-invoice?invoiceId={id} → invoice record incl. Status
  • Cancel: POST /sales-invoice/cancel?invoiceId={id}&cancelComment={text}
  • Auth: header ApiKey (forwarded from x-sef-api-key)

Use cases of Serbia Invoice

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Serbia Invoice

Where is the source code for Serbia Invoice?

The source code is linked from the repository URL on this page.

Does Serbia Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Serbia Invoice?

The source code is linked from the repository URL on this page.

Does Serbia Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers