Back to Browse

Robokassa MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R

About

MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 5 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 4 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

What You'll Need

Set these up before or after installing:

API key for the serviceRequired

Environment variable: ROBOKASSA_LOGIN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-theyahia-robokassa-mcp": {
      "env": {
        "ROBOKASSA_LOGIN": "your-robokassa-login-here"
      },
      "args": [
        "-y",
        "@theyahia/robokassa-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@theyahia/robokassa-mcp

MCP server for Robokassa payment API. 2 tools for invoice creation (with MD5 signature) and status checking.

npm license

Quick Start

Claude Desktop

{
  "mcpServers": {
    "robokassa": {
      "command": "npx",
      "args": ["-y", "@theyahia/robokassa-mcp"],
      "env": {
        "ROBOKASSA_LOGIN": "your-login",
        "ROBOKASSA_PASSWORD1": "your-password1",
        "ROBOKASSA_PASSWORD2": "your-password2"
      }
    }
  }
}

Claude Code

claude mcp add robokassa -e ROBOKASSA_LOGIN=login -e ROBOKASSA_PASSWORD1=pass1 -e ROBOKASSA_PASSWORD2=pass2 -- npx -y @theyahia/robokassa-mcp

Cursor / Windsurf

{
  "robokassa": {
    "command": "npx",
    "args": ["-y", "@theyahia/robokassa-mcp"],
    "env": {
      "ROBOKASSA_LOGIN": "your-login",
      "ROBOKASSA_PASSWORD1": "your-password1",
      "ROBOKASSA_PASSWORD2": "your-password2"
    }
  }
}

Tools

ToolDescription
create_invoiceCreate payment URL with MD5 signature, optional 54-FZ receipt
check_invoiceCheck invoice status via OpStateExt XML interface

Auth

VariableRequiredDescription
ROBOKASSA_LOGINYesMerchant login
ROBOKASSA_PASSWORD1YesPassword 1 (for payment signature)
ROBOKASSA_PASSWORD2YesPassword 2 (for status check signature)
ROBOKASSA_TESTNoSet to "true" for test mode

HTTP Transport

HTTP_PORT=3000 npx @theyahia/robokassa-mcp
# or
npx @theyahia/robokassa-mcp --http 3000

Endpoints: POST /mcp (JSON-RPC), GET /health (status).

Skills

  • skill-create-invoice -- create a Robokassa payment URL with MD5 signature
  • skill-check-payment -- check invoice status via OpStateExt

License

MIT

Reviews

No reviews yet

Be the first to review this server!