mcpbeat Sign in

Samotpravil MCP Server

local only

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

MCP server for Samotpravil API — docs, typed tools, Python SDK parity, safety flags.

Installs per day peak 623 · avg 46 · -42% w/w
a month agotoday
58
Installs / week
npm · samotpravil-mcp
0
Stars
17 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository dkanster/samotpravil-api-mcp
пакет samotpravil-mcp ссылается на dkanster/samotpravil-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 samotpravil-mcp -- npx -y samotpravil-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "samotpravil-mcp": {
      "args": [
        "-y",
        "samotpravil-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.samotpravil-mcp]
command = "npx"
args = ["-y", "samotpravil-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "samotpravil-mcp": {
      "args": [
        "-y",
        "samotpravil-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "samotpravil-mcp": {
      "args": [
        "-y",
        "samotpravil-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAMOTPRAVIL_API_KEY (API key for api.samotpravil.ru (Authorization header)), SAMOTPRAVIL_READ_ONLY (When true, block mutating HTTP methods except GET/HEAD), SAMOTPRAVIL_ALLOW_SEND (When false, block send/package endpoints), SAMOTPRAVIL_ALLOW_MUTATIONS (When false, block stop-list, domain, authkey and other mutating endpoints), SAMOTPRAVIL_ALLOW_GENERIC_API (When false, disable the generic api_request tool), SAMOTPRAVIL_HTTP_HOST (Bind address for --http transport (default 127.0.0.1)), POSTMAN_API_KEY (Postman API key for maintainer tools (postman_get_collection, postman_sync_snapshot, …)), POSTMAN_COLLECTION_UID (Postman collection UID for documentation (default 2s93RZM9in)), SAMOTPRAVIL_HTTP_AUTH_TOKEN (Bearer token required for HTTP transport when exposed beyond localhost), SAMOTPRAVIL_HTTP_PORT (Port for --http transport (default 3000)), SAMOTPRAVIL_DOCS_MODE (Documentation source: auto | live | snapshot). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Samotpravil MCP

same job, measured the same way
Tilda MCP
by theyahia

MCP server for Tilda API — projects, pages. 3 tools.

36 installs/wk local only
X MCP AI
by ivanbbaev

Safety-first X (Twitter) API v2 MCP server: 41 typed tools across 12 packages, policy-gated.

36 installs/wk local only
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only
Kaiten MCP
by theyahia

MCP server for Kaiten API — cards, boards. 3 tools.

24 installs/wk local only
Planfix MCP
by theyahia

MCP server for Planfix API — tasks, contacts. 3 tools.

36 installs/wk local only
Pine Labs SDK API Documentation MCP Server
by prakhargour10

List and fetch official Pine Labs SDK API documentation via MCP tools.

local only
Cashfree MCP
by cashfree

Cashfree MCP server for cashfree docs and APIs

31 installs/wk local only
Apache Pinot MCP Server
by startreedata

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

354 installs/wk local only

Samotpravil MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Samotpravil MCP?
Samotpravil 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 samotpravil-mcp was installed 58 times last week.
How do I connect Samotpravil 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 samotpravil-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Samotpravil MCP?
The npm package samotpravil-mcp was installed 58 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Samotpravil MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 17 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.