Logistics AI MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Logistics AI MCPtrack shipment ABC123456789 for me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/logistics-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server