Romania Invoices (ANAF e-Factura national API)
БесплатноНе проверенRomania e-Factura invoices for AI agents: build UBL 2.1 CIUS-RO, upload to ANAF/SPV, query.
Описание
Romania e-Factura invoices for AI agents: build UBL 2.1 CIUS-RO, upload to ANAF/SPV, query.
README
Use it in 60 seconds
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
{
"mcpServers": {
"romania-invoice": {
"type": "http",
"url": "https://inv-ro.wishpool.app/mcp"
}
}
}
Nothing to install. Credentials, when you need them, travel as HTTP headers on each request and are never stored — see the threat model.
Or run it yourself
Would you rather not send production credentials to a server you do not control? Deploy this identical code to your own account and point your agent at your own URL:
git clone https://github.com/junter1989k-ai/romania-invoice-mcp && cd romania-invoice-mcp && npx vercel --prod
MIT-licensed. Self-hosting removes us from the picture entirely, at no cost and with no loss of function.
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.
Tools
| Tool | What it does |
|---|---|
create_invoice |
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 index_incarcare + computed VAT totals. |
query_invoice |
Poll ANAF status by index_incarcare: PROCESSING (in prelucrare), ACCEPTED (ok), REJECTED (nok); returns download_id when finished. |
download_invoice_result |
Download the ANAF response ZIP (base64) by download_id — signed XML if accepted, error report if rejected. |
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/rest - Upload:
POST /upload?standard=UBL&cif={cif}(raw UBL XML body) →index_incarcare - Status:
GET /stareMesaj?id_incarcare={index}→ starein prelucrare|ok|nok - Download:
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 probes
Safety
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.
Установка Romania Invoices (ANAF e-Factura national API)
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/junter1989k-ai/romania-invoice-mcpFAQ
Romania Invoices (ANAF e-Factura national API) MCP бесплатный?
Да, Romania Invoices (ANAF e-Factura national API) MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Romania Invoices (ANAF e-Factura national API)?
Нет, Romania Invoices (ANAF e-Factura national API) работает без API-ключей и переменных окружения.
Romania Invoices (ANAF e-Factura national API) — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Romania Invoices (ANAF e-Factura national API) в Claude Desktop, Claude Code или Cursor?
Открой Romania Invoices (ANAF e-Factura national API) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Romania Invoices (ANAF e-Factura national API) with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
