Envío multi-transportista: cotizá Correios, Jadlog, Loggi y más de 10 transportistas. Generá etiquetas, rastreá paquetes y gestioná agencias.
Melhor Envio le da a tu agente 18 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.
calculate_shipping — Calculate shipping rates from multiple carrierscreate_shipment — Create a shipment ordertrack_shipment — Track a shipment by order ID// Your agent calls a tool directly — no glue code.
// CodeSpar's managed tier handles OAuth2, token rotation and rate limits.
const result = await session.call("calculate_shipping", { /* ... */ });$ npm install @codespar/mcp-melhor-envioAgregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).
{
"mcpServers": {
"melhor-envio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-melhor-envio"
],
"env": {
"MELHOR_ENVIO_TOKEN": "<your_melhor_envio_token>"
}
}
}
}Después de reiniciar, tu agente puede llamar cualquiera de las 18 herramientas de abajo — probá calculate_shipping primero.
Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.
MELHOR_ENVIO_TOKENAPI key for melhor-envio
Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.
calculate_shippingcreate_shipmenttrack_shipmentgenerate_labellist_agenciescancel_shipmentget_balanceadd_cartMCP es un protocolo — cualquier framework que lo hable puede montar este server.