Skip to main content
SK

Skydropx

v0.2.1API Key

Envío multi-transportista mexicano: cotizaciones, etiquetas y rastreo vía DHL, FedEx, Estafeta y Redpack. Tu agente envía a cualquier lugar de México.

23 herramientas1 env vars🇲🇽 Méxicoestable en npm

Qué puede hacer tu agente

Skydropx le da a tu agente 23 tools que llama directo — elegí las que necesite, en Claude, Cursor o cualquier cliente MCP.

  • create_shipmentCreate a shipment
  • get_shipmentGet shipment by ID
  • list_shipmentsList shipments
Ejemplo de llamada
// 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("create_shipment", { /* ... */ });

Instalar

terminal
$ npm install @codespar/mcp-skydropx

Quickstart

Agregá esta entrada a tu claude_desktop_config.json (o a la config de cualquier cliente compatible con MCP).

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

Después de reiniciar, tu agente puede llamar cualquiera de las 23 herramientas de abajo — probá create_shipment primero.

Variables de entorno · 1

Necesarias para autenticar el server. Almacenadas cifradas al usar el hosting gestionado de CodeSpar.

SKYDROPX_API_TOKEN
obligatoriosecret

API token for Skydropx

Herramientas disponibles · 23

Cada herramienta es independiente — tu agente carga solo lo que necesita para reducir contexto y tiempo de respuesta.

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

Frameworks compatibles

MCP es un protocolo — cualquier framework que lo hable puede montar este server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Cualquier cliente MCPProtocolo

Preguntas frecuentes

Corré `npx -y @codespar/mcp-skydropx` y agregá el bloque de config de arriba a tu cliente MCP — Claude, Cursor, VS Code o cualquier cliente compatible con MCP. Sin build, sin SDK. ¿Preferís hosted? El tier gestionado de CodeSpar lo corre por vos, con la auth resuelta.
Skydropx — MCP server · 23 tools | CodeSpar