MCP Hub
Back to servers

@theyahia/nfeio-mcp

MCP server for NFe.io — fiscal documents, NF-e/NFS-e issuance (Brazil)

npm208/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/nfeio-mcp

nfeio-mcp

MCP server for NFe.io Brazilian fiscal document platform.

Tools (10)

ToolDescription
create_nfeCreate NF-e (product invoice)
get_nfeGet NF-e by ID
list_nfeList NF-e documents
cancel_nfeCancel NF-e
create_nfseCreate NFS-e (service invoice)
get_nfseGet NFS-e by ID
list_nfseList NFS-e documents
cancel_nfseCancel NFS-e
download_pdfDownload fiscal document PDF
download_xmlDownload 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

VariableRequiredDescription
NFEIO_API_KEYYesAPI key from NFe.io
NFEIO_COMPANY_IDYesCompany ID from NFe.io

License

MIT

Reviews

No reviews yet

Sign in to write a review