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

NPM · @CODESPAR/MCP-COORDINADORA · SCANNED AUG 3

Coordinadora — Colombian courier and logistics

+22 this week 68 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 Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1120 tokens (~58/item across 19 items; 19 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
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-coordinadora

# add to Claude Code
claude mcp add codespar-mcp-coordinadora -- npx -y @codespar/mcp-coordinadora
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-coordinadora --command npx --arg -y --arg @codespar/mcp-coordinadora
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-coordinadora:
    command: "npx"
    args: ["-y", "@codespar/mcp-coordinadora"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-coordinadora": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-coordinadora"
      ]
    }
  }
}
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.

  • 3 Aug 26 +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.

  • 2 Aug 26 +31
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified 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 3 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 — 19 exposed · ~1,053 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_pickup ~37

Cancel a scheduled pickup (recolección)

NameTypeReqDescription
pickupIdstringyesPickup id
reasonstringCancellation reason

No output schema declared.

No examples provided.

cancel_shipment ~32

Cancel a shipment

NameTypeReqDescription
guideNumberstringyesGuide number
reasonstringCancellation reason

No output schema declared.

No examples provided.

create_bulk_guias ~39

Create multiple guías in a single batch operation

NameTypeReqDescription
shipmentsarrayyesArray of shipment objects (same shape as create_shipment payload)

No output schema declared.

No examples provided.

create_pickup ~123

Schedule a pickup at an address

NameTypeReqDescription
addressstringyesPickup address
citystringyesCity DANE code
contact_namestringyesContact person name
contact_phonestringyesContact phone
datestringyesPickup date (YYYY-MM-DD)
packages_countnumberNumber of packages
time_fromstringPickup window start (HH:MM)
time_tostringPickup window end (HH:MM)
total_weightnumberTotal weight in kg

No output schema declared.

No examples provided.

create_return ~93

Create a reverse-logistics return guía

NameTypeReqDescription
destination_citystringyesDestination city DANE code
origin_citystringyesOrigin (current location) city DANE code
original_guidestringOriginal guide number being returned
reasonstringReturn reason
recipientobjectyes
senderobjectyes
weightnumberyesWeight in kg

No output schema declared.

No examples provided.

create_shipment ~104

Create a new shipment

NameTypeReqDescription
destination_citystringyesDestination city DANE code
origin_citystringyesOrigin city DANE code
packagesarrayyesPackages to ship
payment_typestringPayment type (prepaid, collect, contra_entrega)
recipientobjectyesRecipient information
senderobjectyesSender information
service_typestringService type (standard, express, same_day)

No output schema declared.

No examples provided.

get_coverage ~41

Check if a location is within coverage area

NameTypeReqDescription
citystringyesCity DANE code or name
postal_codestringPostal code

No output schema declared.

No examples provided.

get_guia_pdf ~50

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

NameTypeReqDescription
formatstringLabel format (pdf, zpl). Default pdf.
guideNumberstringyesGuide number

No output schema declared.

No examples provided.

get_pickup ~30

Get pickup (recolección) details by id

NameTypeReqDescription
pickupIdstringyesPickup id

No output schema declared.

No examples provided.

get_rates ~93

Get shipping rates/quotes

NameTypeReqDescription
declared_valuenumberDeclared value in COP
destination_citystringyesDestination city DANE code
heightnumberHeight in cm
lengthnumberLength in cm
origin_citystringyesOrigin city DANE code
weightnumberyesWeight in kg
widthnumberWidth in cm

No output schema declared.

No examples provided.

get_shipment ~30

Get shipment details by guide number

NameTypeReqDescription
guideNumberstringyesGuide number (numero de guia)

No output schema declared.

No examples provided.

get_tracking_history ~44

Get full tracking event history for a guía

NameTypeReqDescription
guideNumberstringyesGuide number
include_proofbooleanInclude proof of delivery image/signature

No output schema declared.

No examples provided.

list_cities ~37

List available cities for shipping

NameTypeReqDescription
departmentstringFilter by department name
searchstringSearch by city name

No output schema declared.

No examples provided.

list_offices ~42

List Coordinadora branch offices (oficinas)

NameTypeReqDescription
citystringFilter by city DANE code
departmentstringFilter by department

No output schema declared.

No examples provided.

list_returns ~52

List existing return guías

NameTypeReqDescription
date_fromstringStart date (YYYY-MM-DD)
date_tostringEnd date (YYYY-MM-DD)
statusstringFilter by status

No output schema declared.

No examples provided.

list_services ~45

List available service types for a given origin/destination

NameTypeReqDescription
destination_citystringyesDestination city DANE code
origin_citystringyesOrigin city DANE code

No output schema declared.

No examples provided.

list_shipments_by_date ~79

List guías created within a date range

NameTypeReqDescription
date_fromstringyesStart date (YYYY-MM-DD)
date_tostringyesEnd date (YYYY-MM-DD)
pagenumberPage number
page_sizenumberItems per page
statusstringFilter by shipment status

No output schema declared.

No examples provided.

track_shipment ~26

Track a shipment by guide number

NameTypeReqDescription
guideNumberstringyesGuide number

No output schema declared.

No examples provided.

validate_coverage ~56

Validate that a city + postal code combination is covered

NameTypeReqDescription
citystringyesCity DANE code or name
postal_codestringyesPostal code
service_typestringOptional service type to validate

No output schema declared.

No examples provided.