Back to Home
digitalxenon98 icon

sendify-dbschenker-mcp

Verified Safe

by digitalxenon98

Overview

Tracks DB Schenker shipments by reference number, providing structured shipment information including sender/receiver details, package information, and complete tracking history.

Installation

Run Command
npx -y tsx /absolute/path/to/sendify-dbschenker-mcp/src/server.ts

Environment Variables

  • DEBUG_CAPTCHA

Security Notes

The server's core functionality involves interacting with an external DB Schenker API that employs a browser-bound CAPTCHA challenge. The server includes a reimplemented, pure JavaScript proof-of-work algorithm to automatically solve these CAPTCHAs. There are no indications of 'eval', code obfuscation, or hardcoded sensitive secrets in the provided source code. Network requests are handled with retries, exponential backoff, and clear error differentiation (rate limiting vs. CAPTCHA challenges). An in-memory cache is used for CAPTCHA-blocked results to prevent redundant API calls. The primary security consideration is the ongoing reliability of the reverse-engineered CAPTCHA solving algorithm if the upstream API's challenge mechanism changes, requiring updates to the server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-09

Tags

Shipment TrackingLogisticsDB SchenkerMCP ServerCAPTCHA Solving