← Index

io.github.artgas1/robokassa-mcp

io.github.artgas1/robokassa-mcp·v0.1.2·Finance & Payments
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<robokassa_login>",
        "ROBOKASSA_PASSWORD1": "<your-robokassa_password1>",
        "ROBOKASSA_PASSWORD2": "<your-robokassa_password2>",
        "ROBOKASSA_PASSWORD3": "<your-robokassa_password3>"
      }
    }
  }
}
§02  Environment variables
ROBOKASSA_LOGIN
required

Merchant login identifier for the Robokassa shop.

ROBOKASSA_PASSWORD1
secret

Shop's Password #1 — used for checkout URL signing, SuccessURL signature verification, CalcOutSumm, fiscal receipts, and SMS.

ROBOKASSA_PASSWORD2
secret

Shop's Password #2 — used for OpStateExt payment status checks and ResultURL signature verification.

ROBOKASSA_PASSWORD3
secret

Shop's Password #3 — used for Refund API (JWT HS256). Refund API access must be enabled in the cabinet.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments