NF-e, NFS-e, and NFC-e emission with automatic SEFAZ validation. Simplified fiscal compliance for any Brazilian business.
Focus NFe gives your agent 19 tools it calls directly β pick the ones it needs, in Claude, Cursor, or any MCP client.
create_nfe β Create and emit an NFe (nota fiscal eletronica)get_nfe β Get NFe details and status by referencecancel_nfe β Cancel an authorized NFe (within 24h of emission)// Your agent calls a tool directly β no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("create_nfe", { /* ... */ });$ npm install @codespar/mcp-focus-nfeAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"focus-nfe": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-focus-nfe"
],
"env": {
"FOCUS_NFE_TOKEN": "<your_focus_nfe_token>"
}
}
}
}After restart, your agent can call any of the 19 tools below β try create_nfe first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
FOCUS_NFE_TOKENAPI key for focus-nfe
Each tool is independent β your agent loads only what it needs to reduce context and response time.
create_nfeget_nfecancel_nfeget_nfe_pdfsend_correction_lettercreate_nfseget_nfsecancel_nfseMCP is a protocol β any framework that speaks it can mount this server.