MCP-сервер для API Почты России предоставляет функции для отслеживания отправлений, расчёта тарифов и сроков доставки, поиска почтовых отделений и нормализации адресов.
From the registry: MCP server for Russian Post (Почта России) API — tracking, tariff calculation, post office search.
Please install the `pochta-russia-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Russian Post (Pochta) API credentials** — Get access token and API key from otpravka.pochta.ru > Settings > API (https://otpravka.pochta.ru/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@theyahia/pochta-russia-mcp"]
- required environment variables:
- `POCHTA_TOKEN`: Russian Post access token (X-User-Authorization header) (example: `<your-access-token>`)
- `POCHTA_KEY`: Russian Post API key (Authorization header) (example: `<your-api-key>`)
Note: 6 tools for Russian Post: tracking, tariff calculation, delivery times, office search, ZIP lookup, address normalization. Part of Russian API MCP series by theYahia.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.POCHTA_TOKENrequiredAccess-токен для X-User-AuthorizationPOCHTA_KEYrequiredAPI-ключ (Authorization header)