Multi-carrier shipping: quote Correios, Jadlog, Loggi, and 10+ carriers. Generate labels, track packages, and manage agencies.
$ npm install @codespar/mcp-melhor-envioAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"melhor-envio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-melhor-envio"
],
"env": {
"MELHOR_ENVIO_TOKEN": "<your_melhor_envio_token>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try calculate_shipping first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
MELHOR_ENVIO_TOKENAPI key for melhor-envio
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
calculate_shippingcreate_shipmenttrack_shipmentgenerate_labellist_agenciescancel_shipmentget_balanceadd_cartMCP is a protocol โ any framework that speaks it can mount this server.