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 signature verification. Built on FastMCP, ships on PyPI and ghcr.io (multi-arch Docker).
**Install (Claude Desktop / Cursor / VS Code / Windsurf):**
```json
{
"mcpServers": {
"robokassa": {
"command": "uvx",
"args": ["robokassa-mcp"],
"env": {
"ROBOKASSA_LOGIN": "your-shop",
"ROBOKASSA_PASSWORD1": "...",
"ROBOKASSA_PASSWORD2": "...",
"ROBOKASSA_PASSWORD3": "..."
}
}
}
}
```
Docs: https://ag-ae4b3bf7.mintlify.app · Source: https://github.com/artgas1/robokassa-mcp