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

Coordinadora — Colombian 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-coordinadora`: 68/100 (this document), [markdown](https://verifymcp.io/servers/codespar-mcp-coordinadora/codespar-mcp-coordinadora.md), [page](https://verifymcp.io/servers/codespar-mcp-coordinadora/codespar-mcp-coordinadora)

## Channel facts

- Registry: `npm`
- Package: `@codespar/mcp-coordinadora`
- 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1120 tokens (~58/item across 19 items; 19 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**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 97% 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-coordinadora -- npx -y @codespar/mcp-coordinadora
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

## 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, +31)

- [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] Licence: MIT

### 2026-08-01 (score 36, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 21, +15)

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

### 2026-07-30 (score 6, −40)

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

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

First indexed and scored.

## MCP tools (19)

### `create_shipment` (~104 tokens)

Create a new shipment

Input parameters:

- `destination_city` (string, required): Destination city DANE code
- `origin_city` (string, required): Origin city DANE code
- `packages` (array, required): Packages to ship
- `payment_type` (string): Payment type (prepaid, collect, contra_entrega)
- `recipient` (object, required): Recipient information
- `sender` (object, required): Sender information
- `service_type` (string): Service type (standard, express, same_day)

### `get_shipment` (~30 tokens)

Get shipment details by guide number

Input parameters:

- `guideNumber` (string, required): Guide number (numero de guia)

### `track_shipment` (~26 tokens)

Track a shipment by guide number

Input parameters:

- `guideNumber` (string, required): Guide number

### `get_rates` (~93 tokens)

Get shipping rates/quotes

Input parameters:

- `declared_value` (number): Declared value in COP
- `destination_city` (string, required): Destination city DANE code
- `height` (number): Height in cm
- `length` (number): Length in cm
- `origin_city` (string, required): Origin city DANE code
- `weight` (number, required): Weight in kg
- `width` (number): Width in cm

### `list_cities` (~37 tokens)

List available cities for shipping

Input parameters:

- `department` (string): Filter by department name
- `search` (string): Search by city name

### `create_pickup` (~123 tokens)

Schedule a pickup at an address

Input parameters:

- `address` (string, required): Pickup address
- `city` (string, required): City DANE code
- `contact_name` (string, required): Contact person name
- `contact_phone` (string, required): Contact phone
- `date` (string, required): Pickup date (YYYY-MM-DD)
- `packages_count` (number): Number of packages
- `time_from` (string): Pickup window start (HH:MM)
- `time_to` (string): Pickup window end (HH:MM)
- `total_weight` (number): Total weight in kg

### `get_coverage` (~41 tokens)

Check if a location is within coverage area

Input parameters:

- `city` (string, required): City DANE code or name
- `postal_code` (string): Postal code

### `cancel_shipment` (~32 tokens)

Cancel a shipment

Input parameters:

- `guideNumber` (string, required): Guide number
- `reason` (string): Cancellation reason

### `get_guia_pdf` (~50 tokens)

Download a guía label as PDF (returns base64 or URL)

Input parameters:

- `format` (string): Label format (pdf, zpl). Default pdf.
- `guideNumber` (string, required): Guide number

### `get_pickup` (~30 tokens)

Get pickup (recolección) details by id

Input parameters:

- `pickupId` (string, required): Pickup id

### `cancel_pickup` (~37 tokens)

Cancel a scheduled pickup (recolección)

Input parameters:

- `pickupId` (string, required): Pickup id
- `reason` (string): Cancellation reason

### `get_tracking_history` (~44 tokens)

Get full tracking event history for a guía

Input parameters:

- `guideNumber` (string, required): Guide number
- `include_proof` (boolean): Include proof of delivery image/signature

### `list_shipments_by_date` (~79 tokens)

List guías created within a date range

Input parameters:

- `date_from` (string, required): Start date (YYYY-MM-DD)
- `date_to` (string, required): End date (YYYY-MM-DD)
- `page` (number): Page number
- `page_size` (number): Items per page
- `status` (string): Filter by shipment status

### `validate_coverage` (~56 tokens)

Validate that a city + postal code combination is covered

Input parameters:

- `city` (string, required): City DANE code or name
- `postal_code` (string, required): Postal code
- `service_type` (string): Optional service type to validate

### `list_services` (~45 tokens)

List available service types for a given origin/destination

Input parameters:

- `destination_city` (string, required): Destination city DANE code
- `origin_city` (string, required): Origin city DANE code

### `list_offices` (~42 tokens)

List Coordinadora branch offices (oficinas)

Input parameters:

- `city` (string): Filter by city DANE code
- `department` (string): Filter by department

### `create_return` (~93 tokens)

Create a reverse-logistics return guía

Input parameters:

- `destination_city` (string, required): Destination city DANE code
- `origin_city` (string, required): Origin (current location) city DANE code
- `original_guide` (string): Original guide number being returned
- `reason` (string): Return reason
- `recipient` (object, required)
- `sender` (object, required)
- `weight` (number, required): Weight in kg

### `list_returns` (~52 tokens)

List existing return guías

Input parameters:

- `date_from` (string): Start date (YYYY-MM-DD)
- `date_to` (string): End date (YYYY-MM-DD)
- `status` (string): Filter by status

### `create_bulk_guias` (~39 tokens)

Create multiple guías in a single batch operation

Input parameters:

- `shipments` (array, required): Array of shipment objects (same shape as create_shipment payload)

## Diagnostics

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

## Score history

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

## Links

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