A production-ready MCP server that connects Claude, Cursor, Windsurf and any MCP-compatible AI directly to APC Overnight's New Horizon API v3. No middleware, no per-parcel fees, no data leaving your infrastructure.
Five tools cover the full booking lifecycle: book_shipment creates a consignment and returns a 22-digit waybill; get_label retrieves a PDF, ZPL or PNG label with automatic retry while APC generates it; track_shipment returns status and event history; cancel_shipment removes a booking before manifest; list_services enumerates the 60+ APC ProductCodes available from weekday next-day by 09:00 through to Saturday services, Mail Pack, Courier Pack, Liquid, Limited Quantity, Non-Conveyable, Excess Parcel, Ireland road and 2nd class mail.
Multi-piece consignments handled automatically. Live-verified against a real APC business account. Requires an APC business account with API access enabled by your depot.
Server Config
{
"mcpServers": {
"apc": {
"command": "npx",
"args": [
"-y",
"apc-mcp"
],
"env": {
"APC_USERNAME": "your-apc-portal-email@example.com",
"APC_PASSWORD": "your-apc-portal-password"
}
}
}
}