Argentina's leading courier: shipment creation, label generation, tracking, and branch lookup. Your agent manages deliveries nationwide.
$ npm install @codespar/mcp-andreani@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"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.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
ANDREANI_API_KEYAPI key for Andreani
ANDREANI_USERUsername for Andreani
ANDREANI_PASSWORDPassword for Andreani
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_shipmentget_shipmenttrack_shipmentget_rateslist_branchescreate_labelget_tracking_historycancel_shipmentMCP is a protocol โ any framework that speaks it can mount this server.