io.github.codespar/mcp-afip
NPM · @CODESPAR/MCP-AFIP · SCANNED AUG 4
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
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 1349 tokens (~67/item across 20 items; 20 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-afip
claude mcp add codespar-mcp-afip -- npx -y @codespar/mcp-afip
codex mcp add codespar-mcp-afip -- npx -y @codespar/mcp-afip
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-afip": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-afip"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-afip --command npx --arg -y --arg @codespar/mcp-afip
mcp_servers:
codespar-mcp-afip:
command: "npx"
args: ["-y", "@codespar/mcp-afip"] {
"mcpServers": {
"codespar-mcp-afip": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-afip"
]
}
}
} 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 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +36
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +7
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
First indexed and scored.
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_invoice ~70
Cancel/void an authorized invoice (FECancel — limited to certain types/conditions)
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_number | number | yes | Invoice number |
| invoice_type | number | yes | Invoice type code |
| point_of_sale | number | yes | Punto de venta number |
| reason | string | — | Optional cancellation reason |
No output schema declared.
No examples provided.
create_credit_note ~172
Issue a credit note (Nota de Crédito A/B/C: types 3, 8, 13) referencing an original invoice
| Name | Type | Req | Description |
|---|---|---|---|
| amount_iva | number | — | IVA amount |
| amount_net | number | — | Net taxable amount |
| amount_total | number | yes | Total amount |
| concept | number | yes | Concept (1=Products, 2=Services, 3=Both) |
| currency | string | — | Currency code |
| doc_number | number | yes | Customer document number |
| doc_type | number | yes | Customer document type |
| note_type | number | yes | Credit note type (3=A, 8=B, 13=C) |
| point_of_sale | number | yes | Punto de venta number |
| related_invoice | object | yes | Original invoice reference (CbtesAsoc) |
No output schema declared.
No examples provided.
create_debit_note ~174
Issue a debit note (Nota de Débito A/B/C: types 2, 7, 12) referencing an original invoice
| Name | Type | Req | Description |
|---|---|---|---|
| amount_iva | number | — | IVA amount |
| amount_net | number | — | Net taxable amount |
| amount_total | number | yes | Total amount |
| concept | number | yes | Concept (1=Products, 2=Services, 3=Both) |
| currency | string | — | Currency code |
| doc_number | number | yes | Customer document number |
| doc_type | number | yes | Customer document type |
| note_type | number | yes | Debit note type (2=A, 7=B, 12=C) |
| point_of_sale | number | yes | Punto de venta number |
| related_invoice | object | yes | Original invoice reference (CbtesAsoc) |
No output schema declared.
No examples provided.
create_invoice ~188
Create an electronic invoice (Factura Electrónica) via AFIP
| Name | Type | Req | Description |
|---|---|---|---|
| amount_iva | number | — | IVA tax amount |
| amount_net | number | — | Net taxable amount |
| amount_total | number | yes | Total invoice amount |
| concept | number | yes | Concept (1=Products, 2=Services, 3=Both) |
| currency | string | — | Currency code (PES=ARS, DOL=USD) |
| doc_number | number | yes | Document number of the customer |
| doc_type | number | yes | Document type (80=CUIT, 86=CUIL, 96=DNI, 99=Consumer Final) |
| invoice_type | number | yes | Invoice type code (1=A, 6=B, 11=C, etc.) |
| items | array | — | Invoice line items |
| point_of_sale | number | yes | Punto de venta number |
No output schema declared.
No examples provided.
create_invoice_batch ~84
Create a batch of invoices in a single CAE request (FECAESolicitar, up to 250)
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_type | number | yes | Invoice type code (1=A, 6=B, 11=C, etc.) |
| invoices | array | yes | Invoice records (max 250 per request) |
| point_of_sale | number | yes | Punto de venta number |
No output schema declared.
No examples provided.
get_authorized_points_of_sale ~22
List authorized puntos de venta for the CUIT
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_cae_status ~53
Check CAE authorization status for an invoice
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_number | number | yes | Invoice number |
| invoice_type | number | yes | Invoice type code |
| point_of_sale | number | yes | Punto de venta number |
No output schema declared.
No examples provided.
get_currency_rate ~64
Get FX rate (cotización) for a currency vs ARS (FEParamGetCotizacion)
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | yes | Currency code (e.g. DOL for USD) |
| date | string | — | Optional date YYYYMMDD; defaults to last business day |
No output schema declared.
No examples provided.
get_invoice ~55
Get invoice details by type, point of sale, and number
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_number | number | yes | Invoice number |
| invoice_type | number | yes | Invoice type code |
| point_of_sale | number | yes | Punto de venta number |
No output schema declared.
No examples provided.
get_invoice_total_x_request ~30
Max number of records allowed per FECAESolicitar request (FECompTotXRequest)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_last_invoice_number ~47
Get last authorized invoice number for a point of sale and type
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_type | number | yes | Invoice type code |
| point_of_sale | number | yes | Punto de venta number |
No output schema declared.
No examples provided.
get_registration_certificate ~38
Get constancia de inscripción (registration certificate) for a CUIT
| Name | Type | Req | Description |
|---|---|---|---|
| cuit | string | yes | CUIT/CUIL (11 digits) |
No output schema declared.
No examples provided.
get_server_status ~20
Check AFIP web-service availability (WSFE status)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_concept_types ~37
List available concept types (FEParamGetTiposConcepto: 1=Products, 2=Services, 3=Both)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_currency_types ~20
List supported currencies (FEParamGetTiposMonedas)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_doc_types ~44
List document/identifier types (FEParamGetTiposDoc: 80=CUIT, 86=CUIL, 96=DNI, 99=Consumer Final)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_invoice_types ~23
List available invoice types (Factura A, B, C, etc.)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_iva_types ~39
List IVA tax aliquots (FEParamGetTiposIva: 21%, 10.5%, 27%, 0%, etc.)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_tax_types ~25
List available tax types (IVA, percepciones, retenciones, etc.)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
lookup_taxpayer ~77
Padrón lookup by CUIT (WS_SR_PADRON A4/A5/A13 — fiscal status, name, address)
| Name | Type | Req | Description |
|---|---|---|---|
| cuit | string | yes | CUIT/CUIL to query (11 digits) |
| scope | string | — | Padrón scope: A4, A5, or A13 (default A5) |
No output schema declared.
No examples provided.