PluginBench
MCP Server

io.github.theYahia/robokassa-mcp MCP Server

io.github.theYahia/robokassa-mcp

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

MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R

How to install io.github.theYahia/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
    secret

    API key for the service

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "robokassa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/robokassa-mcp"
      ],
      "env": {
        "ROBOKASSA_LOGIN": "<YOUR_ROBOKASSA_LOGIN>"
      }
    }
  }
}
Claude Code
claude mcp add robokassa-mcp --env ROBOKASSA_LOGIN=<YOUR_ROBOKASSA_LOGIN> -- npx -y @theyahia/robokassa-mcp

Related MCP servers

MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)

View repository →

MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.

View repository →

MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.

View repository →

MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.

View repository →

MCP server for Calltouch API — call tracking, call statistics. Token auth.

View repository →

MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.

View repository →