brazil-invoice

Let AI agents issue Brazilian NFS-e service invoices (nota fiscal de servico) via Focus NFe.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Create Invoice: Issue a Brazil NFS-e (nota fiscal de serviço eletrônica — the electronic service invoice municipalities/prefeituras require) via Focus NFe. Bring your own Focus NFe API token via heade
  • Query Invoice: Check a Brazil NFS-e created by create_invoice, using its ref. Status values: PROCESSING (prefeitura is still authorizing — poll again shortly), AUTHORIZED (nota autorizada — numero and
  • Cancel Invoice: Cancel (void) an authorized Brazil NFS-e at the prefeitura, using its ref. Requires a justificativa (cancellation reason) of 15 to 255 characters. Only an AUTHORIZED NFS-e can be cance

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Let AI agents issue Brazilian NFS-e service invoices (nota fiscal de servico) via Focus NFe. Stateless remote MCP server: bring your own key, it stores nothing. Create, query, and cancel invoices with async issuance polling built in.

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

create_invoiceIssue a Brazil NFS-e (nota fiscal de serviço eletrônica — the electronic service invoice municipalities/prefeituras require) via Focus NFe. Bring your own Focus NFe API token via header x-focusnfe-token — a free homologação (sandbox) token issues test NFS-e with no fiscal effect; the produção token issues real ones (send header x-focusnfe-mode: production to switch; default is the safer sandbox). The merchant's digital certificate and municipal registration live in their own Focus NFe account; this server never sees or stores them. ISSUANCE IS ASYNCHRONOUS: this returns status PROCESSING plus a ref — poll query_invoice with that ref until the prefeitura authorizes (AUTHORIZED) or rejects (ERROR). This is for service invoices (serviços); NF-e for physical goods is on the v2 roadmap.
query_invoiceCheck a Brazil NFS-e created by create_invoice, using its ref. Status values: PROCESSING (prefeitura is still authorizing — poll again shortly), AUTHORIZED (nota autorizada — numero and codigo_verificacao are populated, url links the official NFS-e), ERROR (authorization was rejected — see message for the reason), CANCELED (voided). Safe to call anytime.
cancel_invoiceCancel (void) an authorized Brazil NFS-e at the prefeitura, using its ref. Requires a justificativa (cancellation reason) of 15 to 255 characters. Only an AUTHORIZED NFS-e can be canceled; cancellation is permanent.