@theyahia/nfeio-mcp
v1.0.1
Published
MCP server for NFe.io — fiscal documents, NF-e/NFS-e issuance (Brazil)
Maintainers
Readme
nfeio-mcp
MCP server for NFe.io Brazilian fiscal document platform.
Tools (10)
| 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 |
Quick Start
{
"mcpServers": {
"nfeio": {
"command": "npx",
"args": ["-y", "@theyahia/nfeio-mcp"],
"env": {
"NFEIO_API_KEY": "<YOUR_NFEIO_API_KEY>",
"NFEIO_COMPANY_ID": "<YOUR_NFEIO_COMPANY_ID>"
}
}
}
}Environment Variables
| Variable | Required | Description |
|---|---|---|
| NFEIO_API_KEY | Yes | API key from NFe.io |
| NFEIO_COMPANY_ID | Yes | Company ID from NFe.io |
License
MIT
