PluginBench
MCP Server
Maintained
MIT

io.github.artgas1/robokassa-mcp MCP Server

io.github.artgas1/robokassa-mcp

What is the io.github.artgas1/robokassa-mcp MCP server?

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

How to install io.github.artgas1/robokassa-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<YOUR_ROBOKASSA_PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<YOUR_ROBOKASSA_PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<YOUR_ROBOKASSA_PASSWORD3>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<YOUR_ROBOKASSA_PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<YOUR_ROBOKASSA_PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<YOUR_ROBOKASSA_PASSWORD3>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<YOUR_ROBOKASSA_PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<YOUR_ROBOKASSA_PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<YOUR_ROBOKASSA_PASSWORD3>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "robokassa-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<YOUR_ROBOKASSA_PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<YOUR_ROBOKASSA_PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<YOUR_ROBOKASSA_PASSWORD3>"
      }
    }
  }
}
Claude Code
claude mcp add robokassa-mcp --env ROBOKASSA_LOGIN=<YOUR_ROBOKASSA_LOGIN> --env ROBOKASSA_PASSWORD1=<YOUR_ROBOKASSA_PASSWORD1> --env ROBOKASSA_PASSWORD2=<YOUR_ROBOKASSA_PASSWORD2> --env ROBOKASSA_PASSWORD3=<YOUR_ROBOKASSA_PASSWORD3> -- uvx robokassa-mcp

Related MCP servers

Google/Yandex SERP parsing and Yandex Wordstat keyword frequency via XMLRiver XML API

0
Python
MIT
View repository →