MCP.so
Sign In
R

Robokassa Mcp

@artgas1

About Robokassa Mcp

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 signatur

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "robokassa": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_SHOP_LOGIN>",
        "ROBOKASSA_PASSWORD1": "<PASSWORD1>",
        "ROBOKASSA_PASSWORD2": "<PASSWORD2>",
        "ROBOKASSA_PASSWORD3": "<PASSWORD3>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Robokassa Mcp?

Robokassa Mcp is a Model Context Protocol server for the Robokassa payment gateway, the Russian payment system. It provides a comprehensive Python client and MCP interface covering the full API surface: checkout, XML status interfaces, refunds, holding (pre‑auth), recurring subscriptions, 54‑ФЗ fiscal receipts, Partner API, and auxiliary endpoints. It is designed for AI agents (e.g., Claude Desktop, Claude Code, Cursor, Windsurf) to interact programmatically with Robokassa payment operations.

How to use Robokassa Mcp?

Install via uvx robokassa-mcp or as a Python library with pip install robokassa-mcp. Configure environment variables (ROBOKASSA_LOGIN, ROBOKASSA_PASSWORD1, ROBOKASSA_PASSWORD2, ROBOKASSA_PASSWORD3) and add the server configuration to your MCP client (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf). Optionally run with HTTP transport using uvx robokassa-mcp --transport http --port 8000.

Key features of Robokassa Mcp

  • Full Robokassa API coverage: checkout, XML, refunds, holding, recurring, fiscal, partner, auxiliary.
  • 18 MCP tools exposed to AI agents for direct payment operations.
  • Webhook signature verification (ResultURL, SuccessURL) and low‑level signature helpers.
  • Supports 54‑ФЗ fiscal receipts, second receipts, and marketplace split invoices.
  • Python library with async client for programmatic use beyond MCP.

Use cases of Robokassa Mcp

  • Automate payment creation, status checking, and refunds via natural language AI assistants.
  • Manage two‑step card pre‑authorization and recurring subscription charges through chat‑based agents.
  • Integrate Robokassa payment workflows into MCP‑compatible IDEs or desktop applications.
  • Handle

Comments

More Developer Tools MCP servers