MCP.so
登录
R

Robokassa Mcp

@artgas1

关于 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

基本信息

分类

开发工具

传输方式

stdio

发布者

artgas1

提交者

Artem Gasparyan

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

开发工具 分类下的更多 MCP 服务器