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

Skydropx — Mexican multi-carrier shipping aggregator

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@codespar/mcp-skydropx`
- Version: `0.2.2`
- 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-05.

- **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 43 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 971 tokens (~42/item across 23 items; 23 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**: 97/100
  - 96% 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-skydropx -- npx -y @codespar/mcp-skydropx
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

## 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-05 (score 68, +2)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 66, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 67, +31)

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

### 2026-08-02 (score 36, +10)

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

### 2026-08-01 (score 26, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 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 (23)

### `create_shipment` (~44 tokens)

Create a shipment

Input parameters:

- `address_from` (string, required): Origin address ID
- `address_to` (string, required): Destination address ID
- `parcels` (array, required): Parcel details

### `get_shipment` (~24 tokens)

Get shipment by ID

Input parameters:

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

### `list_shipments` (~32 tokens)

List shipments

Input parameters:

- `page` (number): Page number
- `per_page` (number): Results per page

### `get_rates` (~44 tokens)

Get shipping rates for a shipment

Input parameters:

- `address_from` (object, required): Origin address
- `address_to` (object, required): Destination address
- `parcel` (object, required): Parcel dimensions

### `create_label` (~50 tokens)

Create a shipping label for a shipment

Input parameters:

- `label_format` (string): Label format (default pdf)
- `rate_id` (string, required): Selected rate ID
- `shipmentId` (string, required): Shipment ID

### `track_shipment` (~45 tokens)

Track a shipment

Input parameters:

- `carrier` (string, required): Carrier slug (e.g. estafeta, dhl, fedex)
- `tracking_number` (string, required): Tracking number

### `list_carriers` (~13 tokens)

List available carriers

### `create_address` (~109 tokens)

Create an address

Input parameters:

- `city` (string, required): City
- `company` (string): Company name
- `country` (string, required): Country code (MX)
- `email` (string): Email address
- `name` (string, required): Contact name
- `phone` (string): Phone number
- `province` (string, required): State/province
- `street1` (string, required): Street address
- `street2` (string): Street address line 2
- `zip` (string, required): Postal code

### `get_address` (~23 tokens)

Get address by ID

Input parameters:

- `addressId` (string, required): Address ID

### `cancel_shipment` (~23 tokens)

Cancel a shipment

Input parameters:

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

### `validate_address` (~68 tokens)

Validate an address (zip, city, province, country)

Input parameters:

- `city` (string): City
- `country` (string, required): Country code (MX)
- `province` (string): State/province
- `street1` (string): Street address
- `zip` (string, required): Postal code

### `list_addresses` (~32 tokens)

List saved addresses

Input parameters:

- `page` (number): Page number
- `per_page` (number): Results per page

### `list_parcels` (~35 tokens)

List saved parcel presets

Input parameters:

- `page` (number): Page number
- `per_page` (number): Results per page

### `get_label` (~24 tokens)

Get a label by ID

Input parameters:

- `labelId` (string, required): Label ID

### `list_labels` (~31 tokens)

List labels

Input parameters:

- `page` (number): Page number
- `per_page` (number): Results per page

### `create_pickup` (~111 tokens)

Schedule a carrier pickup

Input parameters:

- `address_id` (string, required): Pickup address ID
- `carrier` (string, required): Carrier slug (e.g. estafeta, dhl, fedex)
- `close_time` (string): Close time (HH:MM)
- `instructions` (string): Special instructions
- `pickup_date` (string, required): Pickup date (YYYY-MM-DD)
- `ready_time` (string): Ready time (HH:MM)
- `shipments` (array): Shipment IDs to include in pickup

### `list_pickups` (~33 tokens)

List scheduled pickups

Input parameters:

- `page` (number): Page number
- `per_page` (number): Results per page

### `cancel_pickup` (~24 tokens)

Cancel a scheduled pickup

Input parameters:

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

### `get_tracker` (~27 tokens)

Get tracker (events) by tracker ID

Input parameters:

- `trackerId` (string, required): Tracker ID

### `list_trackers` (~32 tokens)

List trackers

Input parameters:

- `page` (number): Page number
- `per_page` (number): Results per page

### `create_webhook` (~41 tokens)

Register a webhook to receive shipment/tracker events

Input parameters:

- `events` (array): Event types to subscribe to
- `url` (string, required): Webhook URL

### `list_webhooks` (~14 tokens)

List registered webhooks

### `delete_webhook` (~25 tokens)

Delete a registered webhook

Input parameters:

- `webhookId` (string, required): Webhook ID

## Diagnostics

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

## Score history

- 2026-08-05: 68
- 2026-08-04: 66
- 2026-08-03: 67
- 2026-08-02: 36
- 2026-08-01: 26
- 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-skydropx
- Socket report: https://socket.dev/npm/package/@codespar/mcp-skydropx
- Repository: https://github.com/codespar/mcp-dev-latam
- Changelog RSS feed: https://verifymcp.io/servers/codespar-mcp-skydropx/codespar-mcp-skydropx/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/codespar-mcp-skydropx/codespar-mcp-skydropx/changelog.json
- HTML version of this page: https://verifymcp.io/servers/codespar-mcp-skydropx/codespar-mcp-skydropx
