🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@codespar/mcp-melhor-envio

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-melhor-envio

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

latest
npmnpm
Version
0.1.4
Version published
Maintainers
2
Created
Source

@codespar/mcp-melhor-envio

MCP server for Melhor Envio — shipping aggregator with multi-carrier rate comparison

npm License: MIT

Quick Start

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "melhor-envio": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-melhor-envio"],
      "env": {
        "MELHOR_ENVIO_TOKEN": "your-token",
        "MELHOR_ENVIO_SANDBOX": "true"
      }
    }
  }
}

Claude Code

claude mcp add melhor-envio -- npx @codespar/mcp-melhor-envio

Cursor / VS Code

Add to .cursor/mcp.json or .vscode/mcp.json:

{
  "servers": {
    "melhor-envio": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-melhor-envio"],
      "env": {
        "MELHOR_ENVIO_TOKEN": "your-token",
        "MELHOR_ENVIO_SANDBOX": "true"
      }
    }
  }
}

Tools (18)

ToolPurpose
calculate_shippingCalculate shipping rates from multiple carriers
create_shipmentCreate a shipment order
track_shipmentTrack a shipment by order ID
generate_labelGenerate shipping label for an order
list_agenciesList carrier pickup agencies near a location
cancel_shipmentCancel a shipment order
get_balanceGet current account balance
add_cartAdd shipment orders to cart for batch checkout
checkout_cartCheckout all items in the cart and pay
preview_labelPreview a shipping label before generating
print_labelPrint/download label PDF
get_shipmentGet shipment order details by ID
list_shipmentsList all shipment orders with filters
get_storeGet store/company information
search_agenciesSearch pickup agencies by service and location
create_addressCreate a stored address for sender/recipient
list_services_availableList available shipping services for a route
get_tracking_historyGet complete tracking history with events

Authentication

Melhor Envio uses a Bearer token for authentication.

Sandbox / Testing

Melhor Envio provides a sandbox at sandbox.melhorenvio.com.br. Set MELHOR_ENVIO_SANDBOX=true to use it.

Get your credentials

  • Go to Melhor Envio
  • Create an account
  • Navigate to API settings and generate a token
  • Set the MELHOR_ENVIO_TOKEN environment variable

Environment Variables

VariableRequiredDescription
MELHOR_ENVIO_TOKENYesBearer token from Melhor Envio
MELHOR_ENVIO_SANDBOXNoSet to "true" for sandbox mode

Roadmap

v0.2 (planned)

  • create_store — Create a store in Melhor Envio
  • update_store — Update store details
  • get_receipt — Get shipping receipt/label
  • list_companies — List available shipping companies
  • get_invoice — Get invoice for a shipment

v0.3 (planned)

  • batch_shipments — Create multiple shipments in a single request
  • detailed_reports — Generate detailed shipping reports
  • webhook_management — Register, list, and delete webhooks

Want to contribute? Open a PR or request a tool.

Enterprise

Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.

License

MIT

Keywords

mcp

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts