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-melhor-envio

NPM · @CODESPAR/MCP-MELHOR-ENVIO · SCANNED AUG 5

MCP server for Melhor Envio — shipping rates, labels, tracking, agencies

+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 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
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
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-melhor-envio

# add to Claude Code
claude mcp add codespar-mcp-melhor-envio -- npx -y @codespar/mcp-melhor-envio
# add to Codex CLI
codex mcp add codespar-mcp-melhor-envio -- npx -y @codespar/mcp-melhor-envio
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-melhor-envio": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-melhor-envio"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-melhor-envio --command npx --arg -y --arg @codespar/mcp-melhor-envio
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-melhor-envio:
    command: "npx"
    args: ["-y", "@codespar/mcp-melhor-envio"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-melhor-envio": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-melhor-envio"
      ]
    }
  }
}
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.

  • 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.

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

MCP tools — 18 exposed · ~752 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
add_cart ~32

Add shipment orders to cart for batch checkout

NameTypeReqDescription
ordersarrayyesArray of order IDs to add to cart

No output schema declared.

No examples provided.

calculate_shipping ~39

Calculate shipping rates from multiple carriers

NameTypeReqDescription
fromobjectyes
productsarrayyesProducts to ship
toobjectyes

No output schema declared.

No examples provided.

cancel_shipment ~45

Cancel a shipment order

NameTypeReqDescription
descriptionstringCancellation description
idstringyesOrder ID to cancel
reason_idnumberCancellation reason ID

No output schema declared.

No examples provided.

checkout_cart ~30

Checkout all items in the cart and pay

NameTypeReqDescription
ordersarrayyesArray of order IDs to checkout

No output schema declared.

No examples provided.

create_address ~123

Create a stored address for sender/recipient

NameTypeReqDescription
addressstringyesStreet address
citystringyesCity
complementstringComplement
country_idstringCountry ID (BR)
districtstringyesNeighborhood/district
emailstringEmail address
namestringyesAddress label/name
numberstringyesStreet number
phonestringPhone number
postal_codestringyesCEP
state_abbrstringyesState abbreviation (UF)

No output schema declared.

No examples provided.

create_shipment ~110

Create a shipment order

NameTypeReqDescription
fromobjectyesSender info (name, phone, email, address, city, state, postal_code, document)
optionsobjectOptions (insurance_value, receipt, own_hand, etc.)
productsarrayyesProducts array (same as calculate_shipping)
servicenumberyesService ID from calculate_shipping
toobjectyesRecipient 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

NameTypeReqDescription
ordersarrayyesArray 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

NameTypeReqDescription
idstringyesShipment 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

NameTypeReqDescription
idstringyesShipment order ID

No output schema declared.

No examples provided.

list_agencies ~50

List carrier pickup agencies near a location

NameTypeReqDescription
citystringCity name
companynumberCarrier company ID
statestringState abbreviation (e.g. SP)

No output schema declared.

No examples provided.

list_services_available ~41

List available shipping services for a route

NameTypeReqDescription
fromstringOrigin postal code (CEP)
tostringDestination postal code (CEP)

No output schema declared.

No examples provided.

list_shipments ~45

List all shipment orders with filters

NameTypeReqDescription
limitnumberNumber of results
offsetnumberPagination offset
statusstringFilter by status

No output schema declared.

No examples provided.

preview_label ~28

Preview a shipping label before generating

NameTypeReqDescription
ordersarrayyesArray of order IDs to preview

No output schema declared.

No examples provided.

print_label ~27

Print/download label PDF

NameTypeReqDescription
ordersarrayyesArray of order IDs to print labels

No output schema declared.

No examples provided.

search_agencies ~49

Search pickup agencies by service and location

NameTypeReqDescription
citystringCity name
servicenumberService ID
statestringState abbreviation (e.g. SP)

No output schema declared.

No examples provided.

track_shipment ~26

Track a shipment by order ID

NameTypeReqDescription
idstringyesShipment order ID

No output schema declared.

No examples provided.