dsv-tracking-mcp-server

devon1910/dsv-tracking-mcp-server
★ 0 stars Go 🤖 AI/LLM Updated today
DSV Shipment Tracking MCP Server An MCP (Model Context Protocol) server that connects AI assistants like Claude to DSV's live shipment tracking API. Ask your AI agent "where is waybill 3476472018?" and get back real-time tracking data: locations, goods details, full event history, and per-package scan events.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dsv-tracking-mcp-ser": {
      "command": "go",
      "args": [
        "run",
        "github.com/devon1910/dsv-tracking-mcp-server@latest"
      ]
    }
  }
}