The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Robokassa MCP listing page.
MCP server for Robokassa payment API. 2 tools for invoice creation (with MD5 signature) and status checking.
| Tool | Description |
|---|---|
create_invoice | Create payment URL with MD5 signature, optional 54-FZ receipt |
check_invoice | Check invoice status via OpStateExt XML interface |
| Variable | Required | Description |
|---|---|---|
ROBOKASSA_LOGIN | Yes | Merchant login |
ROBOKASSA_PASSWORD1 | Yes | Password 1 (for payment signature) |
ROBOKASSA_PASSWORD2 | Yes | Password 2 (for status check signature) |
ROBOKASSA_TEST | No | Set to "true" for test mode |
Endpoints: POST /mcp (JSON-RPC), GET /health (status).
MIT