# io.github.rje1974/arca-agro (npm · arca-agro-mcp)

Cartas de porte, padron y comprobantes de ARCA (Argentina). Solo lectura.

- Trust score: 76/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `arca-agro-mcp`: 76/100 (this document), [markdown](https://verifymcp.io/servers/rje1974-arca-agro/arca-agro-mcp.md), [page](https://verifymcp.io/servers/rje1974-arca-agro/arca-agro-mcp)

## Channel facts

- Registry: `npm`
- Package: `arca-agro-mcp`
- Version: `1.2.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 668 tokens (~95/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.rje1974/arca-agro MCP server?

io.github.rje1974/arca-agro runs locally as an npm package, launched with npx -y arca-agro-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add rje1974-arca-agro -- npx -y arca-agro-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "rje1974-arca-agro": {
      "command": "npx",
      "args": [
        "-y",
        "arca-agro-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "rje1974-arca-agro": {
      "command": "npx",
      "args": [
        "-y",
        "arca-agro-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add rje1974-arca-agro -- npx -y arca-agro-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rje1974-arca-agro": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "arca-agro-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rje1974-arca-agro --command npx --arg -y --arg arca-agro-mcp
```

### Hermes

```yaml
mcp_servers:
  rje1974-arca-agro:
    command: "npx"
    args: ["-y", "arca-agro-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "rje1974-arca-agro": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "arca-agro-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add rje1974-arca-agro -t stdio -c npx -a -y arca-agro-mcp
```

### Other

```json
{
  "mcpServers": {
    "rje1974-arca-agro": {
      "command": "npx",
      "args": [
        "-y",
        "arca-agro-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 76, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 75, +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.

### 2026-09-21 (score 74, +36)

- [security improvement] Injection markers: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] MCP protocol: unverified → pass
- [functional] Package version: 1.2.0 → 1.2.1

### 2026-09-20 (score 38, −35)

- [security regression] Stability: 0.13 → unverified
- [security regression] Tool safety: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.2.0 → 1.2.1

### 2026-09-19 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 72, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-16 (score 56, 0)

- [security regression] Tool safety: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.1.0 → 1.2.0

### 2026-09-15 (score 56)

First indexed and scored.

## MCP tools (7)

### `consultar_cpe` (~94 tokens)

Consultar una carta de porte

Datos completos de una carta de porte electrónica a partir de su CTG: grano, pesos, estado, fechas y los CUIT que intervienen. Incluye los pesos tomados en la balanza del destino, que son los que sirven para conciliar contra balanza propia.

Input parameters:

- `nroCTG` (string, required): Número de CTG (Código de Trazabilidad de Granos) de la carta de porte

### `cpes_recibidas_en_planta` (~186 tokens)

Cartas de porte recibidas en una planta

Cartas de porte que LLEGARON a una planta propia dentro de un rango de fechas. Es la consulta del que recibe la mercadería, no del que la despacha: ARCA exige el número de planta y no ofrece el listado inverso. Quien solo despacha no puede usar esto. Por defecto devuelve un resumen (totales por grano y las 20 más recientes); pedir detalle solo para rangos cortos, porque una campaña entera son cientos de cartas.

Input parameters:

- `desde` (string, required): Fecha de partida desde, YYYY-MM-DD
- `detalle` (boolean): Si es true, lista todas las cartas en vez del resumen.
- `hasta` (string, required): Fecha de partida hasta, YYYY-MM-DD
- `planta` (integer, required): Número de planta de destino. Obligatorio: ARCA rechaza la consulta sin él.

### `tipos_de_grano` (~58 tokens)

Tabla de códigos de grano

Códigos de grano que reconoce ARCA hoy, consultados en vivo. Útil para traducir el código que trae una carta de porte, y para descartar códigos de planillas viejas que el organismo ya no reconoce.

### `ultimo_nro_orden` (~84 tokens)

Último número de orden de CPE

Último número de orden de carta de porte emitido para una sucursal y tipo de CPE. Sirve para detectar saltos de numeración.

Input parameters:

- `sucursal` (integer): Número de sucursal. Default: 0.
- `tipoCPE` (integer): Tipo de CPE. Default: 74 (carta de porte automotor).

### `consultar_padron` (~98 tokens)

Consultar el padrón por CUIT

Razón social, estado de la clave fiscal, domicilio fiscal, forma jurídica y actividad principal de un CUIT. Sirve para saber contra quién se está operando. El régimen impositivo (monotributo vs. general) solo aparece si el certificado tiene habilitado el alcance A5 del padrón, que se pide aparte en ARCA.

Input parameters:

- `cuit` (string, required): CUIT a consultar, con o sin guiones

### `consultar_comprobante` (~91 tokens)

Consultar un comprobante emitido

Detalle de un comprobante ya emitido: importes, IVA, CAE y estado. Solo consulta: no autoriza comprobantes ni pide CAE.

Input parameters:

- `numero` (integer, required): Número de comprobante
- `puntoVenta` (integer, required): Punto de venta
- `tipoComprobante` (integer, required): Tipo de comprobante (1 = Factura A, 6 = Factura B, ...)

### `estado_servicios` (~57 tokens)

Estado de los servicios de ARCA

Chequea si los servidores de ARCA están respondiendo. No usa el certificado ni consulta datos de nadie: es lo primero que conviene mirar cuando algo falla, para separar una caída del organismo de un problema de credenciales.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rje1974-arca-agro/arca-agro-mcp#diagnostics

## Score history

- 2026-09-25: 76
- 2026-09-24: 75
- 2026-09-23: 75
- 2026-09-22: 74
- 2026-09-21: 74
- 2026-09-20: 38
- 2026-09-19: 73
- 2026-09-18: 72
- 2026-09-17: 72
- 2026-09-16: 56
- 2026-09-15: 56

## Common questions

### What is the io.github.rje1974/arca-agro MCP server?

io.github.rje1974/arca-agro is an MCP server listed in the public MCP registry as io.github.rje1974/arca-agro. Cartas de porte, padron y comprobantes de ARCA (Argentina). Solo lectura. This page covers its npm package (arca-agro-mcp).

### Is the io.github.rje1974/arca-agro MCP server safe to use?

io.github.rje1974/arca-agro scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.rje1974/arca-agro MCP server expose?

io.github.rje1974/arca-agro exposes 7 tools: consultar_cpe, cpes_recibidas_en_planta, tipos_de_grano, ultimo_nro_orden, consultar_padron, and 2 more. Their descriptions and schemas cost roughly 668 tokens of context every time the server is loaded.

### Is the io.github.rje1974/arca-agro MCP server still maintained?

io.github.rje1974/arca-agro is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.rje1974/arca-agro MCP server under?

io.github.rje1974/arca-agro declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/arca-agro-mcp
- Socket report: https://socket.dev/npm/package/arca-agro-mcp
- Repository: https://github.com/rje1974/arca-agro-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rje1974-arca-agro/arca-agro-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/rje1974-arca-agro/arca-agro-mcp.json
- HTML version of this page: https://verifymcp.io/servers/rje1974-arca-agro/arca-agro-mcp
