# io.github.codespar/mcp-andreani (npm · @codespar/mcp-andreani)

Andreani — Argentine courier and logistics

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@codespar/mcp-andreani`: 68/100 (this document), [markdown](https://verifymcp.io/servers/codespar-mcp-andreani/codespar-mcp-andreani.md), [page](https://verifymcp.io/servers/codespar-mcp-andreani/codespar-mcp-andreani)

## Channel facts

- Registry: `npm`
- Package: `@codespar/mcp-andreani`
- Version: `0.2.0-alpha.3`
- 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-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **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 41 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 860 tokens (~47/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add codespar-mcp-andreani -- npx -y @codespar/mcp-andreani
```

### Codex

```bash
codex mcp add codespar-mcp-andreani -- npx -y @codespar/mcp-andreani
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add codespar-mcp-andreani --command npx --arg -y --arg @codespar/mcp-andreani
```

### Hermes

```yaml
mcp_servers:
  codespar-mcp-andreani:
    command: "npx"
    args: ["-y", "@codespar/mcp-andreani"]
```

### Other

```json
{
  "mcpServers": {
    "codespar-mcp-andreani": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-andreani"
      ]
    }
  }
}
```

## 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-08-03 (score 68, +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-08-02 (score 67, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 20, −1)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 21, −25)

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

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (18)

### `create_shipment` (~52 tokens)

Create a new shipment

Input parameters:

- `contract` (string, required): Contract/account number
- `destination` (object, required): Destination address
- `origin` (object): Origin address
- `packages` (array, required): Packages to ship

### `get_shipment` (~29 tokens)

Get shipment details by ID

Input parameters:

- `shipmentId` (string, required): Shipment ID (numero de envio)

### `track_shipment` (~26 tokens)

Track a shipment by tracking number

Input parameters:

- `trackingNumber` (string, required): Tracking number

### `get_rates` (~84 tokens)

Get shipping rates/quotes

Input parameters:

- `contract` (string, required): Contract number
- `declared_value` (number): Declared value in ARS
- `destination_postal_code` (string, required): Destination postal code
- `origin_postal_code` (string, required): Origin postal code
- `volume` (number): Volume in cm3
- `weight` (number, required): Weight in grams

### `list_branches` (~38 tokens)

List Andreani branches/sucursales

Input parameters:

- `locality` (string): Filter by locality
- `province` (string): Filter by province

### `create_label` (~26 tokens)

Generate a shipping label for a shipment

Input parameters:

- `shipmentId` (string, required): Shipment ID

### `get_tracking_history` (~27 tokens)

Get full tracking history for a shipment

Input parameters:

- `shipmentId` (string, required): Shipment ID

### `cancel_shipment` (~23 tokens)

Cancel a shipment

Input parameters:

- `shipmentId` (string, required): Shipment ID

### `get_label_pdf` (~31 tokens)

Download a shipping label as PDF (base64-encoded)

Input parameters:

- `shipmentId` (string, required): Shipment ID

### `list_tracking_by_date` (~59 tokens)

List tracking events for a contract within a date range

Input parameters:

- `contract` (string, required): Contract/account number
- `from_date` (string, required): Start date (YYYY-MM-DD)
- `to_date` (string, required): End date (YYYY-MM-DD)

### `validate_postal_code` (~33 tokens)

Validate CP coverage and list available services for a postal code

Input parameters:

- `postal_code` (string, required): Argentine postal code

### `create_pickup` (~74 tokens)

Create a pickup/collection request (retiro)

Input parameters:

- `address` (object, required): Pickup address
- `contract` (string, required): Contract number
- `notes` (string): Additional notes
- `packages_count` (number, required): Number of packages to pick up
- `pickup_date` (string, required): Pickup date (YYYY-MM-DD)

### `list_pickups` (~65 tokens)

List pickup/collection requests

Input parameters:

- `contract` (string): Filter by contract
- `from_date` (string): Filter from date (YYYY-MM-DD)
- `status` (string): Filter by status
- `to_date` (string): Filter to date (YYYY-MM-DD)

### `cancel_pickup` (~27 tokens)

Cancel a pickup/collection request

Input parameters:

- `pickupId` (string, required): Pickup request ID

### `create_return` (~88 tokens)

Create a reverse logistics shipment (logística inversa / devolución)

Input parameters:

- `contract` (string, required): Contract number
- `destination` (object, required): Return destination address
- `origin` (object, required): Pickup address (where to collect from)
- `original_shipment_id` (string): Original shipment ID being returned
- `packages` (array, required): Packages to return
- `reason` (string): Return reason

### `list_returns` (~55 tokens)

List reverse logistics shipments (returns)

Input parameters:

- `contract` (string): Filter by contract
- `from_date` (string): Filter from date (YYYY-MM-DD)
- `to_date` (string): Filter to date (YYYY-MM-DD)

### `list_products` (~27 tokens)

List contracted products/services available on the account

Input parameters:

- `contract` (string, required): Contract/account number

### `get_invoice` (~29 tokens)

Get billing/invoice details

Input parameters:

- `invoice_id` (string, required): Invoice/factura ID or number

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 20
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@codespar/mcp-andreani
- Socket report: https://socket.dev/npm/package/@codespar/mcp-andreani
- Repository: https://github.com/codespar/mcp-dev-latam
- Changelog RSS feed: https://verifymcp.io/servers/codespar-mcp-andreani/codespar-mcp-andreani/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/codespar-mcp-andreani/codespar-mcp-andreani/changelog.json
- HTML version of this page: https://verifymcp.io/servers/codespar-mcp-andreani/codespar-mcp-andreani
