MCPHIVE

Почта России MCP: Documentation

Updated:

Connection

npx -y @theyahia/pochta-russia-mcp (stdio) or npx @theyahia/pochta-russia-mcp --http --port=3000. Auth: POCHTA_TOKEN (an app access token for the Authorization header) + POCHTA_LOGIN/POCHTA_PASSWORD (Basic auth for the account) — both issued from the otpravka.pochta.ru dashboard. Optional: POCHTA_TIMEOUT_MS (default 15000) and POCHTA_KEY (legacy base64 support).

Tools

6 tools: track (track by tracking number, needs only login/password), calculate (cost and delivery-time estimate), delivery_time (time between zip codes), get_offices (post office search), zip_lookup (zip code info), normalize_address (address normalization via the API).

Agent flow

"Where is the parcel with tracking number RA...RU?", "price and time a 1 kg shipment from Moscow to Novosibirsk", "find the nearest post office to this address".

Note

A community project (theYahia), not an official Russian Post product. 5 of the 6 tools need a full app token — only track works with just login/password. Current version: 2.0.0 (June 23, 2026).

Почта России MCP — Documentation