Server data from the Official MCP Registry
AI-powered logistics ai MCP server for agents. Supports track shipment, optimize route, ware...
AI-powered logistics ai MCP server for agents. Supports track shipment, optimize route, ware...
This MCP server has critical security vulnerabilities centered on unsafe path manipulation and unauthenticated remote file access. The server imports from a hardcoded local path (`~/clawd/meok-labs-engine/shared`) that does not exist in the repository, creating a dependency injection risk. The auth_middleware module itself is missing from the provided codebase but is loaded via sys.path manipulation, and there is no validation that it comes from a trusted source. Additionally, the API key system is bypassable (empty key defaults to free tier with 40 calls/day), and authentication is optional for all tools, making them publicly accessible. While the tools themselves perform only read-only computations without direct filesystem or network calls, the architectural patterns introduce significant risks for users who run this server. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-logistics-ai-mcp": {
"args": [
"-y",
"logistics-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Logistics AI MCP Server
Logistics AI MCP Server Supply chain and shipping tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
track_shipment | Track a shipment and get current status with location updates. |
optimize_route | Optimize shipping route between two locations with cost and time estimates. |
warehouse_inventory | Manage warehouse inventory with stock levels, reorder alerts, and valuation. |
estimate_delivery | Estimate delivery date and time windows for a shipment. |
customs_documentation | Generate customs documentation requirements and duty estimates. |
pip install meok-logistics-ai-mcp
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"logistics-ai": {
"command": "python",
"args": ["-m", "meok_logistics_ai_mcp.server"]
}
}
}
MIT © MEOK AI Labs
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.