Submit

Robokassa Mcp

@artgas1

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage). Exposes checkout URL building, OpStateExt payment status, Refund API, card holding/pre-auth, recurring payments, 54-ФЗ fiscal receipts, Partner API, split payments, SMS, and webhook signature verification. Built on FastMCP, ships on PyPI and ghcr.io (multi-arch Docker). **Install (Claude Desktop / Cursor / VS Code / Windsurf):** ```json { "mcpServers": { "robokassa": { "command": "uvx", "args": ["robokassa-mcp"], "env": { "ROBOKASSA_LOGIN": "your-shop", "ROBOKASSA_PASSWORD1": "...", "ROBOKASSA_PASSWORD2": "...", "ROBOKASSA_PASSWORD3": "..." } } } } ``` Docs: https://ag-ae4b3bf7.mintlify.app · Source: https://github.com/artgas1/robokassa-mcp

Server Config

{
  "mcpServers": {
    "robokassa": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_SHOP_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<PASSWORD3>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.