
Mcp Skydropx
Let your agent quote labels, book carriers, and manage Mexican shipments through Skydropx while you build storefront or ops automation.
Overview
io.github.codespar/mcp-skydropx is a MCP server for the Build phase that exposes Skydropx Mexican multi-carrier shipping to coding agents over stdio.
What is this MCP server?
- stdio MCP @codespar/mcp-skydropx (npm v0.1.0) for multi-carrier Mexico shipping
- Single secret SKYDROPX_API_TOKEN required for authentication
- Aggregator pattern: one API surface instead of per-carrier Mexican integrations
- Maintained under codespar/mcp-dev-latam (packages/mexico/skydropx)
- Fits ecommerce solo builders automating fulfillment from the agent shell
- Version 0.1.0 npm package @codespar/mcp-skydropx
- 1 required secret env var: SKYDROPX_API_TOKEN
- stdio transport per server.schema.json 2025-12-11
Community signal: 252 GitHub stars.
What problem does it solve?
Mexican ecommerce solos bounce between carrier portals and code because agents cannot call Skydropx without a dedicated integration layer.
Who is it for?
Builders shipping to Mexico who already use Skydropx and want faster label/rate automation from Claude Code, Cursor, or Codex.
Skip if: Digital-only products, merchants on a single private carrier contract only, or teams without a Skydropx account.
What do I get? / Deliverables
Once registered with a Skydropx API token, your agent can run shipping workflows alongside your fulfillment code changes.
- Skydropx MCP server entry in agent config
- Agent-accessible shipping tools backed by Skydropx API
- SKYDROPX_API_TOKEN wired as a secret env var
Recommended MCP Servers
Journey fit
Shipping aggregator APIs are wired in during product build when checkout, fulfillment, or back-office tools need live carrier actions. Skydropx is a third-party logistics API—classic integrations work for MCP servers that proxy multi-carrier shipping.
How it compares
Skydropx shipping MCP bridge, not a warehouse management skill or Shopify theme.
Common Questions / FAQ
Who is io.github.codespar/mcp-skydropx for?
Solo ecommerce builders and small Mexico-facing shops using Skydropx who want their coding agent to handle aggregator shipping APIs via MCP.
When should I use io.github.codespar/mcp-skydropx?
Use it while building checkout, admin, or ops tools that must create shipments, compare carriers, or track packages through Skydropx.
How do I add io.github.codespar/mcp-skydropx to my agent?
Add @codespar/mcp-skydropx with stdio transport in your MCP config and provide SKYDROPX_API_TOKEN as a required secret environment variable.