← Back to browse

robokassa-mcp

Indexed by io.github.artgas1

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsROBOKASSA_LOGIN ROBOKASSA_PASSWORD1 ROBOKASSA_PASSWORD2 ROBOKASSA_PASSWORD3
Claude Code
claude mcp add --env ROBOKASSA_LOGIN= --env ROBOKASSA_PASSWORD1= --env ROBOKASSA_PASSWORD2= --env ROBOKASSA_PASSWORD3= robokassa-mcp -- uvx robokassa-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"robokassa-mcp","command":"uvx","args":["robokassa-mcp"],"env":{"ROBOKASSA_LOGIN":"","ROBOKASSA_PASSWORD1":"","ROBOKASSA_PASSWORD2":"","ROBOKASSA_PASSWORD3":""}}'
JSON
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "",
        "ROBOKASSA_PASSWORD1": "",
        "ROBOKASSA_PASSWORD2": "",
        "ROBOKASSA_PASSWORD3": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.