Skip to main content
CO

Coordinadora

v0.2.0-alpha.1API Keyalpha

Colombia's top courier network: shipment quotes, guias, tracking, and coverage lookup. Your agent dispatches packages across Colombia.

19 tools2 env vars๐Ÿ‡จ๐Ÿ‡ด Colombiaalpha โ€” pending validation

Install

terminal
$ npm install @codespar/mcp-coordinadora@alpha

Quickstart

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

claude_desktop_config.json
{
  "mcpServers": {
    "coordinadora": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-coordinadora@alpha"
      ],
      "env": {
        "COORDINADORA_API_KEY": "<your_coordinadora_api_key>",
        "COORDINADORA_NIT": "<your_coordinadora_nit>"
      }
    }
  }
}

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

Environment variables ยท 2

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

COORDINADORA_API_KEY
requiredsecret

API key for Coordinadora

COORDINADORA_NIT
required

Company NIT number

Available tools ยท 19

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

WRITEcreate_shipment
Create a new shipment
READget_shipment
Get shipment details by guide number
WRITEtrack_shipment
Track a shipment by guide number
READget_rates
Get shipping rates/quotes
READlist_cities
List available cities for shipping
WRITEcreate_pickup
Schedule a pickup at an address
READget_coverage
Check if a location is within coverage area
DELETEcancel_shipment
Cancel a shipment

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