boxberry-mcp
Related Servers
Alternatives to boxberry-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables CDEK delivery operations through natural language, including tariff calculation, order management, shipment tracking, pickup point search, courier pickup scheduling, barcode and receipt generation, and webhook management.54 npm1MIT
- AlicenseBqualityDmaintenanceIntegrates with CDEK delivery API to manage orders, track shipments, find pickup points, and handle delivery labels and barcodes through natural language.49MIT
- AlicenseAqualityBmaintenanceProvides tools for tracking shipments, calculating delivery costs and times, searching post offices, looking up postal codes, and normalizing addresses via the Russian Post API.631 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to track packages, rate and create shipments, manage pickups and customs documentation, and perform international shipping logistics checks through natural language.MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Shiprocket shipping services to check courier rates and delivery times, create and manage orders, ship packages, track shipments, and schedule pickups through natural language commands.1 npm30-
- AlicenseAqualityAmaintenanceMCP server for Yandex Delivery B2B API, enabling natural language interaction to calculate delivery costs, create and manage express and platform delivery orders, track couriers, and handle pickup points.1679 npmMIT
TDQS
Scored across 6 tools
Each tool targets a distinct operation: city lookup, pickup point lookup, delivery calculation, tracking, postal code check, and service listing. There is no meaningful overlap between them, and the descriptions make the boundary of each tool clear.
The naming is mostly consistent with snake_case verb_noun patterns like list_cities, list_points, and list_services. Minor deviations exist: track is a bare verb and zip_check is noun_verb instead of check_zip, but the overall convention is still readable and predictable.
Six tools is well-scoped for a delivery information server. Each tool covers a meaningful part of the Boxberry workflow without unnecessary duplication or bloat.
The tool set covers location discovery, pricing, tracking, and service lookups, which are the core informational workflows for Boxberry. It does not include order creation or management, but that appears outside the stated scope of the server.