mcpbeat Sign in

Pochta Russia MCP Server

local only

Pochta Russia MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 6 Sep 2026.

MCP server for Russian Post (Почта России) API — tracking, tariff calculation, post office search.

Installs per day peak 15 · avg 6 · +45% w/w
a month agotoday
41
Installs / week
npm · @theyahia/pochta-russia-mcp
1
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pochta Russia MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pochta-russia-mcp -- npx -y @theyahia/pochta-russia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pochta-russia-mcp": {
      "args": [
        "-y",
        "@theyahia/pochta-russia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pochta-russia-mcp]
command = "npx"
args = ["-y", "@theyahia/pochta-russia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pochta-russia-mcp": {
      "args": [
        "-y",
        "@theyahia/pochta-russia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pochta-russia-mcp": {
      "args": [
        "-y",
        "@theyahia/pochta-russia-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: POCHTA_LOGIN (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pochta Russia MCP

same job, measured the same way
Boxberry MCP
by theyahia

MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.

36 installs/wk local only
Delovye Linii MCP
by theyahia

MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki

50 installs/wk local only
cdek-mcp
by theyahia

MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)

68 installs/wk local only
Getjobzi MCP
by getjobzi

GetJobzi MCP server for job search, application tracking, and career forecasting.

18 tools answering
MCP Redtrack
by pijusz

MCP server for RedTrack affiliate tracking API

38 installs/wk local only
Fatsecret MCP
by fliptheweb

MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial)

66 installs/wk local only
Google Flights
by andreacappelletti97

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

135 installs/wk local only
Calltouch MCP
by theyahia

MCP server for Calltouch API — call tracking, call statistics. Token auth.

42 installs/wk local only

Pochta Russia MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pochta Russia MCP?
Pochta Russia MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @theyahia/pochta-russia-mcp was installed 41 times last week.
How do I connect Pochta Russia MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @theyahia/pochta-russia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pochta Russia MCP?
The npm package @theyahia/pochta-russia-mcp was installed 41 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pochta Russia MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.