4 months ago
MCP Server for consulting Electronic Service Invoices (NFSe) via the Brazilian National Portal (nfse.gov.br). It allows AI agents to authenticate using e-CNPJ/e-CPF digital certificates to query, detail, and download PDFs of issued NFSe.
Server Config
{
"mcpServers": {
"nfse-nacional": {
"command": "npx",
"args": [
"-y",
"samuelmoraesf/mcp-nfse-nacional"
],
"env": {
"CERT_PASSWORD": "sua_senha_do_certificado",
"CERT_FILE": "caminho/para/seu/certificado.pfx",
"NODE_OPTIONS": "--openssl-legacy-provider"
}
}
}
}