io.github.codespar/mcp-skydropx (MCP Skydropx)
This Model Context Protocol (MCP) server provides access to Skydropx, a Mexican multi-carrier shipping aggregator. It supports shipping through carriers including Estafeta, DHL, FedEx, Redpack, and more, and is intended to be run either over stdio or HTTP.
🛠️ Key Features
- MCP server for Skydropx shipping aggregation
- Carrier support: Estafeta, DHL, FedEx, Redpack, and more
- Topics include:
model-context-protocol,mcp,payments,pix,nfe,open-finance,latin-america
🚀 Use Cases
- Integrate Mexican shipping rates or fulfillment data into LLM toolchains
- Use MCP with agentic-commerce / llm-tools workflows
- Connect payment-adjacent contexts referenced by topics (e.g.,
pix)
⚡ Developer Benefits
- Two transport options: stdio (default) and HTTP (optional)
- Configured via
SKYDROPX_API_TOKENfrom the Skydropx dashboard - HTTP can be enabled with
MCP_HTTP=true
⚠️ Limitations
- Requires
SKYDROPX_API_TOKEN - HTTP transport is only available when
MCP_HTTPis set to"true"