theYahia/nfeio-mcp
MCP server for NFe.io — fiscal documents, NF-e/NFS-e issuance (Brazil)
Platform-specific configuration:
{
"mcpServers": {
"nfeio-mcp": {
"command": "npx",
"args": [
"-y",
"nfeio-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for NFe.io Brazilian fiscal document platform.
| Tool | Description | |---|---| | create_nfe | Create NF-e (product invoice) | | get_nfe | Get NF-e by ID | | list_nfe | List NF-e documents | | cancel_nfe | Cancel NF-e | | create_nfse | Create NFS-e (service invoice) | | get_nfse | Get NFS-e by ID | | list_nfse | List NFS-e documents | | cancel_nfse | Cancel NFS-e | | download_pdf | Download fiscal document PDF | | download_xml | Download fiscal document XML |
{
"mcpServers": {
"nfeio": {
"command": "npx",
"args": ["-y", "@theyahia/nfeio-mcp"],
"env": {
"NFEIO_API_KEY": "<YOUR_NFEIO_API_KEY>",
"NFEIO_COMPANY_ID": "<YOUR_NFEIO_COMPANY_ID>"
}
}
}
}| Variable | Required | Description | |---|---|---| | NFEIO_API_KEY | Yes | API key from NFe.io | | NFEIO_COMPANY_ID | Yes | Company ID from NFe.io |
MIT
Loading reviews...