Odel
robokassa mcp

robokassa mcp

Local
@theyahia1TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/robokassa-mcpv1.0.0

Run

npx -y @theyahia/robokassa-mcp

MCP client config

{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/robokassa-mcp"
      ]
    }
  }
}