Skip to main content
SK

Skydropx

v0.2.0API Key

Mexican multi-carrier shipping: quotes, labels, and tracking across DHL, FedEx, Estafeta, and Redpack. Your agent ships anywhere in Mexico.

23 tools1 env vars๐Ÿ‡ฒ๐Ÿ‡ฝ Mexicostable on npm

Install

terminal
$ npm install @codespar/mcp-skydropx

Quickstart

Add this entry to your claude_desktop_config.json (or any MCP-compatible client config).

claude_desktop_config.json
{
  "mcpServers": {
    "skydropx": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-skydropx"
      ],
      "env": {
        "SKYDROPX_API_TOKEN": "<your_skydropx_api_token>"
      }
    }
  }
}

After restart, your agent can call any of the 23 tools below โ€” try create_shipment first.

Environment variables ยท 1

Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.

SKYDROPX_API_TOKEN
requiredsecret

API token for Skydropx

Available tools ยท 23

Each tool is independent โ€” your agent loads only what it needs to reduce context and response time.

WRITEcreate_shipment
Create a shipment
READget_shipment
Get shipment by ID
READlist_shipments
List shipments
READget_rates
Get shipping rates for a shipment
WRITEcreate_label
Create a shipping label for a shipment
WRITEtrack_shipment
Track a shipment
READlist_carriers
List available carriers
WRITEcreate_address
Create an address

Compatible frameworks

MCP is a protocol โ€” any framework that speaks it can mount this server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Any MCP clientProtocol

Frequently asked questions

All credentials are encrypted at rest in an isolated vault scoped per organization. OAuth2 tokens are automatically refreshed before expiry. Your agent code never sees raw secrets โ€” it receives scoped, short-lived session tokens.
Servers โ€” Every LatAm commerce API your agent needs | CodeSpar