io.github.cmendezs/mcp-nfe-br MCP Server
io.github.cmendezs/mcp-nfe-br
What is the io.github.cmendezs/mcp-nfe-br MCP server?
MCP server for Brazilian e-invoicing: NF-e and NFC-e (modelo 55/65), schema 4.00, SEFAZ.
How to install io.github.cmendezs/mcp-nfe-br
Copy-paste configuration for popular MCP clients.
BR_READ_ONLYSet to '1' to disable write-side tools (br__submit_nfe, br__distribute_dfe, br__submit_nfse, br__cancel_nfse). Read-only mode for safe exploration.
LOG_LEVELLogging level: DEBUG, INFO (default), WARNING, or ERROR
{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<YOUR_BR_READ_ONLY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<YOUR_BR_READ_ONLY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<YOUR_BR_READ_ONLY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"mcp-nfe-br": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<YOUR_BR_READ_ONLY>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add mcp-nfe-br --env BR_READ_ONLY=<YOUR_BR_READ_ONLY> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- uvx mcp-nfe-brRelated MCP servers
German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol.
Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B.
Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation.
Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius.
MCP E-Invoicing Core
Base package for European e-invoicing MCP servers with shared models, XML utils, and OAuth2 client.
MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance.