theYahia/cdek-mcp
MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)
Platform-specific configuration:
{
"mcpServers": {
"cdek-mcp": {
"command": "npx",
"args": [
"-y",
"cdek-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@theyahia/cdek-mcp) [](https://github.com/theYahia/cdek-mcp/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT)
MCP server for the CDEK delivery API (v2). 14 tools covering the full delivery lifecycle: tariff calculation, order management, shipment tracking, location search, courier pickup, barcode/receipt generation, and webhooks.
| Tool | Description | |------|-------------| | calculate_tariff | Calculate delivery cost and time for a specific tariff | | calculate_tariff_list | Get all available tariffs with prices for a route |
| Tool | Description | |------|-------------| | create_order | Create a delivery order with sender, recipient, packages | | get_order | Get order details and status by UUID | | delete_order | Cancel/delete an order by UUID |
| Tool | Description | |------|-------------| | track_shipment | Track shipment by CDEK waybill number |
| Tool | Description | |------|-------------| | get_cities | Search city directory by name, postal code, or country | | get_regions | Search region directory by country or name | | list_delivery_points | Find pickup points and parcel lockers by city or GPS coordinates |
| Tool | Description | |------|-------------| | generate_barcode | Generate barcode/label for an order | | print_receipt | Generate receipt/waybill PDF for an order |
| Tool | Description | |------|-------------| | create_courier_pickup | Schedule a courier pickup for an order | | get_courier_pickup | Check courier pickup request status |
| Tool | Description | |------|-------------| | create_webhook | Register webhook for order status updates or
Loading reviews...