MCP Skydropx
MCP server for Skydropx — Mexican multi-carrier shipping aggregator supporting Estafeta, DHL, FedEx, Redpack, and more.
Quick Start
export SKYDROPX_API_TOKEN="your-token"
npx tsx packages/mexico/skydropx/src/index.ts
npx tsx packages/mexico/skydropx/src/index.ts --http
Environment Variables
SKYDROPX_API_TOKEN | Yes | API token from Skydropx dashboard |
MCP_HTTP | No | Set to "true" to enable HTTP transport |
MCP_PORT | No | HTTP port (default: 3000) |
Tools
create_shipment | Create a shipment (origin, destination, parcels) |
get_shipment | Get shipment by ID |
list_shipments | List shipments with pagination |
get_rates | Get shipping rates for a route and parcel |
create_label | Create a shipping label for a shipment |
track_shipment | Track a shipment by tracking number |
list_carriers | List available carriers |
create_address | Create an address |
get_address | Get address by ID |
cancel_shipment | Cancel a shipment |
Auth
Uses Bearer token authentication. Obtain your API token from the Skydropx Dashboard.
API Reference
Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.