
A platform-hosted connector for issuing and managing Brazilian NFS-e (service invoices) through conversation, no nfe.io account required. You connect your CNPJ and A1 certificate, then ask your agent to issue invoices, query them, download PDFs and XML files, or cancel them. It's read-only and runs on a prepaid credit model. Works over streamable HTTP so it plugs into Claude Desktop, Cursor, VS Code, or any MCP-over-HTTP client. Authentication is handled via magic link. Useful if you're already working in an AI coding assistant and need to handle Brazilian fiscal compliance without context-switching to a separate invoicing platform.
Issue and manage Brazilian service invoices (NFS-e) by chatting with your agent, platform-hosted, no nfe.io account needed. Connect your CNPJ + A1 certificate and issue, query, download (PDF/XML) and cancel NFS-e.
Versão em português · Full docs (PT-BR) · Agent skill
Anthropic unified MCP installation at claude.ai/customize/connectors. The same link works for Claude Web and Claude Desktop (just be logged in):
Manual (if the deeplink does not open): claude.ai/customize/connectors → + → Add custom connector → paste Name Nota Fiscal and URL https://api.mcp.ai/p_notafiscal.
➕ Install Nota Fiscal in Cursor
➕ Install Nota Fiscal in VS Code
Works with any MCP client that speaks MCP over HTTP. The server URL is always:
https://api.mcp.ai/p_notafiscal
Per-client details: INSTALL.md.
Issue a R$1,500 consulting NFS-e for client X's CNPJ
List the NFS-e I issued this month
Download the PDF and XML for invoice XYZ
| Tool | Description |
|---|---|
notafiscal_empresas | Lista as empresas (CNPJs) conectadas a este install e a situação de cada uma (company_id, razão social, município, validade do certificado). |
notafiscal_emitir_nfse | Emite uma NFS-e (nota fiscal de serviço) para uma empresa conectada. |
notafiscal_consultar_nfse | Consulta o status/detalhe de uma NFS-e emitida, por invoice_id. |
notafiscal_listar_nfse | Lista as NFS-e emitidas por uma empresa (paginado). |
notafiscal_baixar_nfse | Retorna os links de PDF (DANFSe) e XML de uma NFS-e emitida. |
notafiscal_cancelar_nfse | Cancela uma NFS-e emitida (IRREVERSÍVEL, sujeito ao prazo de cancelamento do município). |
Details for each tool: docs/ferramentas.md (PT-BR)
Prepaid credit wallet, pay per use. See docs/precos.md (PT-BR).
Is the server open source? The server is proprietary (hosted). This repository is the public wrapper with manifests, docs and skills, all MIT.
Can I use it with my own agent (not Claude/Cursor)?
Yes, any client that speaks MCP over HTTP. URL: https://api.mcp.ai/p_notafiscal.
MIT — see LICENSE. The MCP server at api.mcp.ai/p_notafiscal is proprietary (hosted); this repo (manifests, docs, skills) is MIT.