MCP Server
MCP
io.github.codespar/mcp-nfe-io
MCP server for NFe.io — NF-e, NFS-e, CNPJ, CEP
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-nfe-io",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for NFe.io (issuance + query)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NFEIO_API_KEY"
},
{
"description": "Default company ID (CNPJ or NFe.io company UUID) to use when not provided per-call",
"format": "string",
"name": "NFEIO_COMPANY_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment