logistics-ai-mcp
v1.0.0
Published
AI-powered logistics ai MCP server for agents. Supports track shipment, optimize route, warehouse inventory. By MEOK AI Labs.
Downloads
143
Maintainers
Readme
Logistics AI
By MEOK AI Labs — Supply chain and shipping tools
Installation
pip install logistics-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install logistics-ai-mcpTools
track_shipment
Track a shipment and get current status with location updates.
Parameters:
tracking_id(str): Shipment tracking ID/numbercarrier(str): Carrier name or 'auto' for auto-detection
optimize_route
Optimize 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, balanced
warehouse_inventory
Manage 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, valuation
estimate_delivery
Estimate 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, economy
customs_documentation
Generate 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 code
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
