Back to Browse

Robokassa MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This MCP server for Robokassa payment gateway has solid authentication practices, with credential scoping matching its payment API purpose. The server properly uses environment variables for sensitive credentials and implements signature verification for webhooks. Minor code quality issues around broad exception handling and input validation suggestions prevent a higher score, but no security vulnerabilities were identified. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Merchant login identifier for the Robokassa shop.Optional

Environment variable: ROBOKASSA_LOGIN

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

Environment variable: ROBOKASSA_PASSWORD1

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

Environment variable: ROBOKASSA_PASSWORD2

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

Environment variable: ROBOKASSA_PASSWORD3

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-artgas1-robokassa-mcp": {
      "env": {
        "ROBOKASSA_LOGIN": "your-robokassa-login-here",
        "ROBOKASSA_PASSWORD1": "your-robokassa-password1-here",
        "ROBOKASSA_PASSWORD2": "your-robokassa-password2-here",
        "ROBOKASSA_PASSWORD3": "your-robokassa-password3-here"
      },
      "args": [
        "robokassa-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!