io.github.codespar/mcp-melhor-envio
NPM · @CODESPAR/MCP-MELHOR-ENVIO · SCANNED AUG 5
MCP server for Melhor Envio — shipping rates, labels, tracking, agencies
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), 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 43 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 819 tokens (~45/item across 18 items; 18 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
- Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 95% 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-melhor-envio
claude mcp add codespar-mcp-melhor-envio -- npx -y @codespar/mcp-melhor-envio
codex mcp add codespar-mcp-melhor-envio -- npx -y @codespar/mcp-melhor-envio
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-melhor-envio": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-melhor-envio"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-melhor-envio --command npx --arg -y --arg @codespar/mcp-melhor-envio
mcp_servers:
codespar-mcp-melhor-envio:
command: "npx"
args: ["-y", "@codespar/mcp-melhor-envio"] {
"mcpServers": {
"codespar-mcp-melhor-envio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-melhor-envio"
]
}
}
} 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.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +31
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Tool coverage: 100 → unverified ▼ functional
- 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
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −7
- 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 −18
- Malware scan: pass → unverified ▼ security
- 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 5 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 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.
add_cart ~32
Add shipment orders to cart for batch checkout
| Name | Type | Req | Description |
|---|---|---|---|
| orders | array | yes | Array of order IDs to add to cart |
No output schema declared.
No examples provided.
calculate_shipping ~39
Calculate shipping rates from multiple carriers
| Name | Type | Req | Description |
|---|---|---|---|
| from | object | yes | — |
| products | array | yes | Products to ship |
| to | object | yes | — |
No output schema declared.
No examples provided.
cancel_shipment ~45
Cancel a shipment order
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Cancellation description |
| id | string | yes | Order ID to cancel |
| reason_id | number | — | Cancellation reason ID |
No output schema declared.
No examples provided.
checkout_cart ~30
Checkout all items in the cart and pay
| Name | Type | Req | Description |
|---|---|---|---|
| orders | array | yes | Array of order IDs to checkout |
No output schema declared.
No examples provided.
create_address ~123
Create a stored address for sender/recipient
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Street address |
| city | string | yes | City |
| complement | string | — | Complement |
| country_id | string | — | Country ID (BR) |
| district | string | yes | Neighborhood/district |
| string | — | Email address | |
| name | string | yes | Address label/name |
| number | string | yes | Street number |
| phone | string | — | Phone number |
| postal_code | string | yes | CEP |
| state_abbr | string | yes | State abbreviation (UF) |
No output schema declared.
No examples provided.
create_shipment ~110
Create a shipment order
| Name | Type | Req | Description |
|---|---|---|---|
| from | object | yes | Sender info (name, phone, email, address, city, state, postal_code, document) |
| options | object | — | Options (insurance_value, receipt, own_hand, etc.) |
| products | array | yes | Products array (same as calculate_shipping) |
| service | number | yes | Service ID from calculate_shipping |
| to | object | yes | Recipient info (name, phone, email, address, city, state, postal_code, document) |
No output schema declared.
No examples provided.
generate_label ~29
Generate shipping label for an order
| Name | Type | Req | Description |
|---|---|---|---|
| orders | array | yes | Array of order IDs to generate labels |
No output schema declared.
No examples provided.
get_balance ~13
Get current account balance
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_shipment ~26
Get shipment order details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Shipment order ID |
No output schema declared.
No examples provided.
get_store ~13
Get store/company information
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_tracking_history ~26
Get complete tracking history with events
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Shipment order ID |
No output schema declared.
No examples provided.
list_agencies ~50
List carrier pickup agencies near a location
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | City name |
| company | number | — | Carrier company ID |
| state | string | — | State abbreviation (e.g. SP) |
No output schema declared.
No examples provided.
list_services_available ~41
List available shipping services for a route
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | Origin postal code (CEP) |
| to | string | — | Destination postal code (CEP) |
No output schema declared.
No examples provided.
list_shipments ~45
List all shipment orders with filters
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of results |
| offset | number | — | Pagination offset |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
preview_label ~28
Preview a shipping label before generating
| Name | Type | Req | Description |
|---|---|---|---|
| orders | array | yes | Array of order IDs to preview |
No output schema declared.
No examples provided.
print_label ~27
Print/download label PDF
| Name | Type | Req | Description |
|---|---|---|---|
| orders | array | yes | Array of order IDs to print labels |
No output schema declared.
No examples provided.
search_agencies ~49
Search pickup agencies by service and location
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | City name |
| service | number | — | Service ID |
| state | string | — | State abbreviation (e.g. SP) |
No output schema declared.
No examples provided.
track_shipment ~26
Track a shipment by order ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Shipment order ID |
No output schema declared.
No examples provided.