Odel
robokassa mcp

robokassa mcp

Local
@artgas11PythonMITUpdated 4mo ago

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

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).

PyPIrobokassa-mcpv0.1.2

Run

uvx robokassa-mcp

MCP client config

{
  "mcpServers": {
    "robokassa-mcp": {
      "command": "uvx",
      "args": [
        "robokassa-mcp"
      ]
    }
  }
}