logistics-mcp-server

JeffreyWong05/logistics-mcp-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "logistics-mcp-server": {
      "command": "uvx",
      "args": [
        "logistics-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install logistics-mcp-server

README Excerpt

A production-deployed [Model Context Protocol](https://modelcontextprotocol.io) server that exposes logistics-domain tools — shipment tracking, driver lookup, fleet availability, and compliance checks — to AI agents like Claude. **Live endpoint:** `https://logistics-mcp-202947932379.us-central1.run.app/mcp`

Tools (5)

check_compliancefind_available_driversget_shipment_statuslookup_driverupdate_shipment_status