Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codespar/mcp-andreani

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-andreani

MCP server for Andreani — Argentine courier and logistics

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

MCP Andreani

MCP server for Andreani — the largest Argentine courier and logistics company, providing domestic and international shipping services.

Quick Start

# Set your credentials
export ANDREANI_API_KEY="your-api-key"
export ANDREANI_USER="your-username"
export ANDREANI_PASSWORD="your-password"

# Run via stdio
npx tsx packages/argentina/andreani/src/index.ts

# Run via HTTP
npx tsx packages/argentina/andreani/src/index.ts --http

Environment Variables

VariableRequiredDescription
ANDREANI_API_KEYYesAPI key from Andreani
ANDREANI_USERYesUsername for authentication
ANDREANI_PASSWORDYesPassword for authentication
MCP_HTTPNoSet to "true" to enable HTTP transport
MCP_PORTNoHTTP port (default: 3000)

Tools

ToolDescription
create_shipmentCreate a new shipment
get_shipmentGet shipment details by ID
track_shipmentTrack a shipment by tracking number
get_ratesGet shipping rates/quotes
list_branchesList Andreani branches/sucursales
create_labelGenerate a shipping label
get_tracking_historyGet full tracking history
cancel_shipmentCancel a shipment

Auth

Uses Bearer token authentication. The server logs in with username/password to obtain a JWT token, which is used for subsequent API calls. An API key header is also included.

API Reference

  • Andreani API Docs

Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.

Keywords

andreani

FAQs

Package last updated on 12 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts