io.github.codespar/mcp-coordinadora
NPM · @CODESPAR/MCP-COORDINADORA · SCANNED AUG 3
Coordinadora — Colombian courier and logistics
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 41 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add codespar-mcp-coordinadora -- npx -y @codespar/mcp-coordinadora
codex mcp add codespar-mcp-coordinadora -- npx -y @codespar/mcp-coordinadora
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-coordinadora": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-coordinadora"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-coordinadora --command npx --arg -y --arg @codespar/mcp-coordinadora
mcp_servers:
codespar-mcp-coordinadora:
command: "npx"
args: ["-y", "@codespar/mcp-coordinadora"] {
"mcpServers": {
"codespar-mcp-coordinadora": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-coordinadora"
]
}
}
} 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.
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.
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.
cancel_pickup ~37
Cancel a scheduled pickup (recolección)
| Name | Type | Req | Description |
|---|---|---|---|
| pickupId | string | yes | Pickup id |
| reason | string | — | Cancellation reason |
No output schema declared.
No examples provided.
cancel_shipment ~32
Cancel a shipment
| Name | Type | Req | Description |
|---|---|---|---|
| guideNumber | string | yes | Guide number |
| reason | string | — | Cancellation reason |
No output schema declared.
No examples provided.
create_bulk_guias ~39
Create multiple guías in a single batch operation
| Name | Type | Req | Description |
|---|---|---|---|
| shipments | array | yes | Array 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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Pickup address |
| city | string | yes | City DANE code |
| contact_name | string | yes | Contact person name |
| contact_phone | string | yes | Contact phone |
| date | string | yes | 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 |
No output schema declared.
No examples provided.
create_return ~93
Create a reverse-logistics return guía
| Name | Type | Req | Description |
|---|---|---|---|
| destination_city | string | yes | Destination city DANE code |
| origin_city | string | yes | Origin (current location) city DANE code |
| original_guide | string | — | Original guide number being returned |
| reason | string | — | Return reason |
| recipient | object | yes | — |
| sender | object | yes | — |
| weight | number | yes | Weight in kg |
No output schema declared.
No examples provided.
create_shipment ~104
Create a new shipment
| Name | Type | Req | Description |
|---|---|---|---|
| destination_city | string | yes | Destination city DANE code |
| origin_city | string | yes | Origin city DANE code |
| packages | array | yes | Packages to ship |
| payment_type | string | — | Payment type (prepaid, collect, contra_entrega) |
| recipient | object | yes | Recipient information |
| sender | object | yes | Sender information |
| service_type | string | — | Service type (standard, express, same_day) |
No output schema declared.
No examples provided.
get_coverage ~41
Check if a location is within coverage area
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | City DANE code or name |
| postal_code | string | — | Postal code |
No output schema declared.
No examples provided.
get_guia_pdf ~50
Download a guía label as PDF (returns base64 or URL)
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Label format (pdf, zpl). Default pdf. |
| guideNumber | string | yes | Guide number |
No output schema declared.
No examples provided.
get_pickup ~30
Get pickup (recolección) details by id
| Name | Type | Req | Description |
|---|---|---|---|
| pickupId | string | yes | Pickup id |
No output schema declared.
No examples provided.
get_rates ~93
Get shipping rates/quotes
| Name | Type | Req | Description |
|---|---|---|---|
| declared_value | number | — | Declared value in COP |
| destination_city | string | yes | Destination city DANE code |
| height | number | — | Height in cm |
| length | number | — | Length in cm |
| origin_city | string | yes | Origin city DANE code |
| weight | number | yes | Weight in kg |
| width | number | — | Width in cm |
No output schema declared.
No examples provided.
get_shipment ~30
Get shipment details by guide number
| Name | Type | Req | Description |
|---|---|---|---|
| guideNumber | string | yes | Guide number (numero de guia) |
No output schema declared.
No examples provided.
get_tracking_history ~44
Get full tracking event history for a guía
| Name | Type | Req | Description |
|---|---|---|---|
| guideNumber | string | yes | Guide number |
| include_proof | boolean | — | Include proof of delivery image/signature |
No output schema declared.
No examples provided.
list_cities ~37
List available cities for shipping
| Name | Type | Req | Description |
|---|---|---|---|
| department | string | — | Filter by department name |
| search | string | — | Search by city name |
No output schema declared.
No examples provided.
list_offices ~42
List Coordinadora branch offices (oficinas)
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | Filter by city DANE code |
| department | string | — | Filter by department |
No output schema declared.
No examples provided.
list_returns ~52
List existing return guías
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | — | Start date (YYYY-MM-DD) |
| date_to | string | — | End date (YYYY-MM-DD) |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
list_services ~45
List available service types for a given origin/destination
| Name | Type | Req | Description |
|---|---|---|---|
| destination_city | string | yes | Destination city DANE code |
| origin_city | string | yes | Origin city DANE code |
No output schema declared.
No examples provided.
list_shipments_by_date ~79
List guías created within a date range
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | yes | Start date (YYYY-MM-DD) |
| date_to | string | yes | End date (YYYY-MM-DD) |
| page | number | — | Page number |
| page_size | number | — | Items per page |
| status | string | — | Filter by shipment status |
No output schema declared.
No examples provided.
track_shipment ~26
Track a shipment by guide number
| Name | Type | Req | Description |
|---|---|---|---|
| guideNumber | string | yes | Guide number |
No output schema declared.
No examples provided.
validate_coverage ~56
Validate that a city + postal code combination is covered
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | City DANE code or name |
| postal_code | string | yes | Postal code |
| service_type | string | — | Optional service type to validate |
No output schema declared.
No examples provided.