io.github.codespar/mcp-focus-nfe
NPM · @CODESPAR/MCP-FOCUS-NFE · SCANNED AUG 4
MCP server for Focus NFe — NFe, NFSe, NFCe emission and management
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1403 tokens (~73/item across 19 items; 19 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @codespar/mcp-focus-nfe
claude mcp add codespar-mcp-focus-nfe -- npx -y @codespar/mcp-focus-nfe
codex mcp add codespar-mcp-focus-nfe -- npx -y @codespar/mcp-focus-nfe
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-focus-nfe": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-focus-nfe"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-focus-nfe --command npx --arg -y --arg @codespar/mcp-focus-nfe
mcp_servers:
codespar-mcp-focus-nfe:
command: "npx"
args: ["-y", "@codespar/mcp-focus-nfe"] {
"mcpServers": {
"codespar-mcp-focus-nfe": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-focus-nfe"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Schema quality: unverified → good ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −10
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −53
- Malware scan: pass → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- 29 Jul 26 +43
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 28 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cancel_cte ~41
Cancel an authorized CTe
| Name | Type | Req | Description |
|---|---|---|---|
| justificativa | string | yes | Cancellation reason (15-255 chars) |
| ref | string | yes | CTe reference ID |
No output schema declared.
No examples provided.
cancel_nfce ~41
Cancel an authorized NFCe
| Name | Type | Req | Description |
|---|---|---|---|
| justificativa | string | yes | Cancellation reason (15-255 chars) |
| ref | string | yes | NFCe reference ID |
No output schema declared.
No examples provided.
cancel_nfe ~48
Cancel an authorized NFe (within 24h of emission)
| Name | Type | Req | Description |
|---|---|---|---|
| justificativa | string | yes | Cancellation reason (15-255 chars) |
| ref | string | yes | NFe reference ID |
No output schema declared.
No examples provided.
cancel_nfse ~36
Cancel an authorized NFSe
| Name | Type | Req | Description |
|---|---|---|---|
| justificativa | string | yes | Cancellation reason |
| ref | string | yes | NFSe reference ID |
No output schema declared.
No examples provided.
close_mdfe ~71
Close/finalize an MDFe (encerramento) after trip completion
| Name | Type | Req | Description |
|---|---|---|---|
| codigo_municipio_encerramento | string | — | IBGE municipality code for closing |
| ref | string | yes | MDFe reference ID |
| uf_encerramento | string | — | State of closing (2 letters) |
No output schema declared.
No examples provided.
create_cte ~232
Create and emit a CTe (conhecimento de transporte eletronico) for cargo transport
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj_emitente | string | yes | Transport carrier CNPJ |
| destinatario | object | — | Recipient info (cnpj/cpf, razao_social, endereco) |
| modal | string | yes | Transport modal (01=Rodoviario, 02=Aereo, 03=Aquaviario, 04=Ferroviario, 05=Dutoviario, 06=Multimodal) |
| natureza_operacao | string | — | Operation nature (e.g. 'Prestacao de servico de transporte') |
| ref | string | yes | Unique reference ID for this CTe |
| remetente | object | — | Sender info (cnpj/cpf, razao_social, endereco) |
| tipo_servico | number | — | Service type (0=Normal, 1=Subcontratacao, 2=Redespacho, 3=Redespacho Intermediario, 4=Servico Vinculado Multimodal) |
| valor_total | number | — | Total transport service value |
No output schema declared.
No examples provided.
create_mdfe ~177
Create and emit an MDFe (manifesto eletronico de documentos fiscais) for cargo transport manifest
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj_emitente | string | yes | Emitter CNPJ |
| documentos_fiscais_vinculados | array | — | Linked fiscal documents (NFe/CTe chaves) grouped per municipio de descarga |
| modal | string | yes | Transport modal (1=Rodoviario, 2=Aereo, 3=Aquaviario, 4=Ferroviario) |
| ref | string | yes | Unique reference ID for this MDFe |
| rodoviario | object | — | Road transport info: placa, renavam, ciot, condutores |
| uf_fim | string | yes | State of unloading end (2 letters) |
| uf_inicio | string | yes | State of loading start (2 letters) |
No output schema declared.
No examples provided.
create_nfce ~91
Create and emit an NFCe (nota fiscal do consumidor eletronica)
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj_emitente | string | yes | Emitter CNPJ |
| forma_pagamento | array | — | Payment methods |
| items | array | yes | NFCe items (same structure as NFe items) |
| natureza_operacao | string | yes | Operation nature |
| ref | string | yes | Unique reference ID for this NFCe |
No output schema declared.
No examples provided.
create_nfe ~150
Create and emit an NFe (nota fiscal eletronica)
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj_destinatario | string | — | Recipient CNPJ |
| cnpj_emitente | string | yes | Emitter CNPJ |
| cpf_destinatario | string | — | Recipient CPF |
| forma_pagamento | string | — | Payment form code |
| items | array | yes | NFe items |
| natureza_operacao | string | yes | Operation nature (e.g. 'Venda de mercadoria') |
| nome_destinatario | string | — | Recipient name |
| ref | string | yes | Unique reference ID for this NFe |
| tipo_documento | number | yes | Document type (0=entrada, 1=saida) |
No output schema declared.
No examples provided.
create_nfse ~97
Create and emit an NFSe (nota fiscal de servico)
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj | string | yes | CNPJ of emitter |
| inscricao_municipal | string | — | Municipal registration |
| razao_social | string | — | Company name |
| ref | string | yes | Unique reference ID for this NFSe |
| servico | object | yes | Service details |
| tomador | object | — | Service taker (client) info |
No output schema declared.
No examples provided.
delete_webhook ~30
Delete a registered webhook by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Webhook (gatilho) ID |
No output schema declared.
No examples provided.
get_cte ~29
Get CTe details and status by reference
| Name | Type | Req | Description |
|---|---|---|---|
| ref | string | yes | CTe reference ID |
No output schema declared.
No examples provided.
get_nfce ~29
Get NFCe details and status by reference
| Name | Type | Req | Description |
|---|---|---|---|
| ref | string | yes | NFCe reference ID |
No output schema declared.
No examples provided.
get_nfe ~47
Get NFe details and status by reference
| Name | Type | Req | Description |
|---|---|---|---|
| completa | number | — | Set to 1 for full detail (default 0) |
| ref | string | yes | NFe reference ID |
No output schema declared.
No examples provided.
get_nfe_pdf ~33
Get NFe PDF (DANFE) download URL
| Name | Type | Req | Description |
|---|---|---|---|
| ref | string | yes | NFe reference ID |
No output schema declared.
No examples provided.
get_nfse ~29
Get NFSe details and status by reference
| Name | Type | Req | Description |
|---|---|---|---|
| ref | string | yes | NFSe reference ID |
No output schema declared.
No examples provided.
list_webhooks ~19
List all registered webhooks (gatilhos)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
register_webhook ~66
Register a webhook trigger (gatilho) that notifies your URL when fiscal document events occur
| Name | Type | Req | Description |
|---|---|---|---|
| cnpj | string | — | CNPJ to filter events (optional, omit for all CNPJs on the token) |
| url | string | yes | HTTPS URL to receive event notifications |
No output schema declared.
No examples provided.
send_correction_letter ~70
Send a correction letter (Carta de Correcao / CCe) for an authorized NFe
| Name | Type | Req | Description |
|---|---|---|---|
| correcao | string | yes | Correction text (15-1000 chars, cannot change tax values, parties, dates, or quantities) |
| ref | string | yes | NFe reference ID |
No output schema declared.
No examples provided.