Romania Invoice 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., "@Romania Invoice MCPCreate an invoice for SC Test SRL, 2 items at 19% VAT, net total 500 RON"
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.
Romania Invoice MCP ๐ท๐ด โ How can my AI agent issue an e-Factura factura electronica in Romania?
Remote MCP server that lets any AI agent issue Romania e-Factura electronic invoices (factura electronica) into the national ANAF/SPV system. It builds UBL 2.1 CIUS-RO XML (Romania's CIUS of EN 16931) and uploads it under the merchant's own ANAF access token. Stateless, bring-your-own credentials, never stores anything.
Live endpoint: https://inv-ro.wishpool.app/mcp ยท Registry: app.wishpool/romania-invoice-mcp
Quick start
{
"mcpServers": {
"romania-invoice": {
"type": "http",
"url": "https://inv-ro.wishpool.app/mcp",
"headers": {
"x-anaf-token": "<your ANAF access token>",
"x-anaf-cif": "RO12345678"
}
}
}
}You complete a one-time ANAF OAuth in your browser with your qualified digital certificate and hold the access token (~90 days) + refresh token (~365 days). Requests default to the ANAF test rail (no fiscal effect); add x-anaf-mode: production for the live rail. Your certificate never reaches this server.
Related MCP server: Fintom8 E-Invoice MCP Server
Tools
Tool | What it does |
| Build a UBL 2.1 CIUS-RO invoice from customer CIF + name + address + lines (name, qty, net unit price, VAT rate 19/9/5/0) and upload to ANAF e-Factura. Returns |
| Poll ANAF status by |
| Download the ANAF response ZIP (base64) by |
Amounts are in RON. No cancel at API level โ corrections are new invoices. Token refresh is out of scope in v1 (the merchant refreshes via their own ANAF OAuth app).
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 (ANAF e-Factura REST)
Base: TEST
https://api.anaf.ro/test/FCTEL/restยท PRODhttps://api.anaf.ro/prod/FCTEL/restUpload:
POST /upload?standard=UBL&cif={cif}(raw UBL XML body) โindex_incarcareStatus:
GET /stareMesaj?id_incarcare={index}โ starein prelucrare|ok|nokDownload:
GET /descarcare?id={id_descarcare}โ ZIP
Develop
node test/serve.js # local server on :3232
node test/e2e.js # protocol + validation + VAT math + UBL structure + fake-token live probesSafety
Pure stateless translation layer over the national ANAF e-Factura API. The qualified certificate and OAuth stay with the merchant; the access token travels per-request in a header, nothing is stored. Privacy policy.
Sister servers
Local invoices, one family: 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/junter1989k-ai/romania-invoice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server