Servers
R
Robokassa Mcp
@artgas1
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 signatur
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"robokassa": {
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<YOUR_SHOP_LOGIN>",
"ROBOKASSA_PASSWORD1": "<PASSWORD1>",
"ROBOKASSA_PASSWORD2": "<PASSWORD2>",
"ROBOKASSA_PASSWORD3": "<PASSWORD3>"
}
}
}
}