
Cdek
Automate CDEK shipping—create orders, track parcels, and find pickup points—from your agent while building a store or ops scripts.
Overview
CDEK MCP is a MCP server for the Build phase that connects agents to the CDEK delivery API for orders, tracking, and pickup-point search.
What is this MCP server?
- Create CDEK orders, track shipments, and search delivery points via MCP
- Required secrets CDEK_CLIENT and CDEK_SECRET for API authentication
- Sender profile fields (company, name, email, phone, PVZ) via env or config_set tool
- PyPI mcp-server-cdek v0.6.0 with uvx runtime hint and stdio transport
- Server version 0.6.0 on PyPI identifier mcp-server-cdek
- Two required secret env vars: CDEK_CLIENT and CDEK_SECRET
- uvx runtime hint and stdio transport in published manifest
What problem does it solve?
Indie ecommerce builders waste time hand-crafting CDEK API calls when agents could draft orders and track shipments if credentials and sender data were wired once.
Who is it for?
Solo sellers and devs building Russia/CIS-oriented shops or internal tools that already use CDEK as their carrier.
Skip if: Merchants on carriers without CDEK accounts or teams that only need generic multi-carrier shipping abstraction layers.
What do I get? / Deliverables
Your agent can create and monitor CDEK shipments and locate PVZs using configured client credentials and sender defaults.
- CDEK orders created from agent sessions with authenticated API calls
- Shipment tracking and delivery-point search results for ops workflows
Recommended MCP Servers
Journey fit
Shipping API wiring happens in Build when you connect checkout, fulfillment, or admin tools to a carrier. CDEK MCP is a logistics API adapter with sender config env vars and config_set tooling—not marketing or analytics.
How it compares
Single-carrier logistics MCP, not a storefront theme skill or payment processor integration.
Common Questions / FAQ
Who is CDEK MCP for?
Solo builders automating CDEK fulfillment from coding agents while they build ecommerce backends or ops assistants.
When should I use CDEK MCP?
Use it during Build when you integrate checkout or warehouse workflows with CDEK order creation, tracking, and pickup-point lookup.
How do I add CDEK MCP to my agent?
Run mcp-server-cdek via uvx or PyPI stdio config, set required CDEK_CLIENT and CDEK_SECRET, and configure sender fields through env vars or config_set.