Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.codespar/mcp-afip

NPM · @CODESPAR/MCP-AFIP · SCANNED AUG 4

AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add codespar-mcp-afip -- npx -y @codespar/mcp-afip
# add to Codex CLI
codex mcp add codespar-mcp-afip -- npx -y @codespar/mcp-afip
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-afip": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-afip"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-afip --command npx --arg -y --arg @codespar/mcp-afip
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-afip:
    command: "npx"
    args: ["-y", "@codespar/mcp-afip"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-afip": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-afip"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 20 exposed · ~1,282 tokens

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.

Tool Tokens
cancel_invoice ~70

Cancel/void an authorized invoice (FECancel — limited to certain types/conditions)

NameTypeReqDescription
invoice_numbernumberyesInvoice number
invoice_typenumberyesInvoice type code
point_of_salenumberyesPunto de venta number
reasonstringOptional 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

NameTypeReqDescription
amount_ivanumberIVA amount
amount_netnumberNet taxable amount
amount_totalnumberyesTotal amount
conceptnumberyesConcept (1=Products, 2=Services, 3=Both)
currencystringCurrency code
doc_numbernumberyesCustomer document number
doc_typenumberyesCustomer document type
note_typenumberyesCredit note type (3=A, 8=B, 13=C)
point_of_salenumberyesPunto de venta number
related_invoiceobjectyesOriginal 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

NameTypeReqDescription
amount_ivanumberIVA amount
amount_netnumberNet taxable amount
amount_totalnumberyesTotal amount
conceptnumberyesConcept (1=Products, 2=Services, 3=Both)
currencystringCurrency code
doc_numbernumberyesCustomer document number
doc_typenumberyesCustomer document type
note_typenumberyesDebit note type (2=A, 7=B, 12=C)
point_of_salenumberyesPunto de venta number
related_invoiceobjectyesOriginal invoice reference (CbtesAsoc)

No output schema declared.

No examples provided.

create_invoice ~188

Create an electronic invoice (Factura Electrónica) via AFIP

NameTypeReqDescription
amount_ivanumberIVA tax amount
amount_netnumberNet taxable amount
amount_totalnumberyesTotal invoice amount
conceptnumberyesConcept (1=Products, 2=Services, 3=Both)
currencystringCurrency code (PES=ARS, DOL=USD)
doc_numbernumberyesDocument number of the customer
doc_typenumberyesDocument type (80=CUIT, 86=CUIL, 96=DNI, 99=Consumer Final)
invoice_typenumberyesInvoice type code (1=A, 6=B, 11=C, etc.)
itemsarrayInvoice line items
point_of_salenumberyesPunto 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)

NameTypeReqDescription
invoice_typenumberyesInvoice type code (1=A, 6=B, 11=C, etc.)
invoicesarrayyesInvoice records (max 250 per request)
point_of_salenumberyesPunto 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

NameTypeReqDescription
invoice_numbernumberyesInvoice number
invoice_typenumberyesInvoice type code
point_of_salenumberyesPunto 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)

NameTypeReqDescription
currencystringyesCurrency code (e.g. DOL for USD)
datestringOptional 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

NameTypeReqDescription
invoice_numbernumberyesInvoice number
invoice_typenumberyesInvoice type code
point_of_salenumberyesPunto 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

NameTypeReqDescription
invoice_typenumberyesInvoice type code
point_of_salenumberyesPunto de venta number

No output schema declared.

No examples provided.

get_registration_certificate ~38

Get constancia de inscripción (registration certificate) for a CUIT

NameTypeReqDescription
cuitstringyesCUIT/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)

NameTypeReqDescription
cuitstringyesCUIT/CUIL to query (11 digits)
scopestringPadrón scope: A4, A5, or A13 (default A5)

No output schema declared.

No examples provided.