loading…
Search for a command to run...
loading…
Provides supply chain and shipping tools including shipment tracking, route optimization, warehouse inventory management, delivery ETA estimation, and customs d
Provides supply chain and shipping tools including shipment tracking, route optimization, warehouse inventory management, delivery ETA estimation, and customs documentation. Enables logistics operations through natural language interactions with Claude.
By MEOK AI Labs — Supply chain and shipping tools
pip install logistics-ai-mcp
# Run standalone
python server.py
# Or via MCP
mcp install logistics-ai-mcp
track_shipmentTrack a shipment and get current status with location updates.
Parameters:
tracking_id (str): Shipment tracking ID/numbercarrier (str): Carrier name or 'auto' for auto-detectionoptimize_routeOptimize shipping route between two locations with cost and time estimates.
Parameters:
origin (str): Origin city/port namedestination (str): Destination city/port nameweight_kg (float): Total shipment weight in kg (default: 10.0)transport_modes (list[str]): Modes to consider: air, sea, road, railpriority (str): Optimization priority: cost, speed, balancedwarehouse_inventoryManage warehouse inventory with stock levels, reorder alerts, and valuation.
Parameters:
items (list[dict]): Items with sku, name, quantity, unit_cost, reorder_point, max_stockoperation (str): Operation: status, reorder_check, valuationestimate_deliveryEstimate delivery date and time windows for a shipment.
Parameters:
origin (str): Origin citydestination (str): Destination citytransport_mode (str): air, sea, road, rail (default: road)ship_date (str): Ship date YYYY-MM-DDpriority (str): express, standard, economycustoms_documentationGenerate customs documentation requirements and duty estimates.
Parameters:
origin_country (str): Origin country codedestination_country (str): Destination country codegoods_description (str): Description of goodsdeclared_value (float): Declared customs valuecurrency (str): Currency (default: USD)weight_kg (float): Total weighths_code (str): Harmonized System codeFree tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
MIT — MEOK AI Labs
from
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"logistics-ai-mcp": {
"command": "npx",
"args": []
}
}
}