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

コメント

「開発者ツール」の他のコンテンツ