Skip to main content
AN

Andreani

v0.2.0-alpha.1API Keyalpha

Argentina's leading courier: shipment creation, label generation, tracking, and branch lookup. Your agent manages deliveries nationwide.

18 tools3 env vars๐Ÿ‡ฆ๐Ÿ‡ท Argentinaalpha โ€” pending validation

Install

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

Quickstart

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

claude_desktop_config.json
{
  "mcpServers": {
    "andreani": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-andreani@alpha"
      ],
      "env": {
        "ANDREANI_API_KEY": "<your_andreani_api_key>",
        "ANDREANI_USER": "<your_andreani_user>",
        "ANDREANI_PASSWORD": "<your_andreani_password>"
      }
    }
  }
}

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

Environment variables ยท 3

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

ANDREANI_API_KEY
requiredsecret

API key for Andreani

ANDREANI_USER
required

Username for Andreani

ANDREANI_PASSWORD
requiredsecret

Password for Andreani

Available tools ยท 18

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 ID
WRITEtrack_shipment
Track a shipment by tracking number
READget_rates
Get shipping rates/quotes
READlist_branches
List Andreani branches/sucursales
WRITEcreate_label
Generate a shipping label for a shipment
WRITEget_tracking_history
Get full tracking history for a shipment
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