Back to Apps

NFSe Nacional
by samuelmoraesf
Consult, detail, and download Brazilian National Electronic Service Invoices (NFSe) via digital certificates.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects to the Brazilian national portal (nfse.gov.br), allowing AI agents to authenticate using e-CNPJ or e-CPF digital certificates to manage Electronic Service Invoices (NFSe). It streamlines the process of auditing and retrieving fiscal documents directly within the chat interface.
Tools
nfse_buscar: Search for issued NFSe within a specific date range.nfse_detalhes: Retrieve full details of a specific invoice using its key and save the XML locally.nfse_pdf: Download the PDF (DANFSe) of an invoice using its key.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nfse-nacional": {
"command": "npx",
"args": ["-y", "mcp-nfse-nacional"],
"env": {
"CERT_FILE": "/path/to/your/certificate.pfx",
"CERT_PASSWORD": "your_password"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y mcp-nfse-nacionalInformation
- Pricing
- free
- Published
- 7/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"nfse-nacional": {
"command": "npx",
"args": ["-y", "mcp-nfse-nacional"],
"env": {
"CERT_FILE": "/path/to/your/certificate.pfx",
"CERT_PASSWORD": "your_password"
}
}
}
}





