mcpbeat Sign in

Robokassa MCP Server

local only

Robokassa MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from pypi. Last commit 24 Apr 2026.

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

Installs per day peak 30 · avg 10 · +1% w/w
a month agotoday
76
Installs / week
pypi · robokassa-mcp
1
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Robokassa 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 robokassa-mcp -- uvx robokassa-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "args": [
        "robokassa-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.robokassa-mcp]
command = "uvx"
args = ["robokassa-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "args": [
        "robokassa-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "args": [
        "robokassa-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ROBOKASSA_LOGIN (Merchant login identifier for the Robokassa shop.), ROBOKASSA_PASSWORD1 (Shop's Password #1 — used for checkout URL signing, SuccessURL signature verification, CalcOutSumm, fiscal receipts, and SMS.), ROBOKASSA_PASSWORD2 (Shop's Password #2 — used for OpStateExt payment status checks and ResultURL signature verification.), ROBOKASSA_PASSWORD3 (Shop's Password #3 — used for Refund API (JWT HS256). Refund API access must be enabled in the cabinet.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Robokassa MCP

same job, measured the same way
A
Nginx Proxy Manager
by baeck

MCP server for Nginx Proxy Manager with full API coverage (43 tools)

98 installs/wk local only
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Paperless-ngx
by tobee89

MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.

34 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 772 installs/wk local only
Medicare Coverage
by pipeworx-io

MCP server for medicare-coverage

58 tools answering
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only

Robokassa MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Robokassa MCP?
Robokassa 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 pypi package robokassa-mcp was installed 76 times last week.
How do I connect Robokassa 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 robokassa-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Robokassa MCP?
The pypi package robokassa-mcp was installed 76 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Robokassa MCP open source?
Yes — it is published under the MIT licence, written in Python 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.