robokassa-mcp
About
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ROBOKASSA_LOGIN ROBOKASSA_PASSWORD1 ROBOKASSA_PASSWORD2 ROBOKASSA_PASSWORD3Claude Code
claude mcp add --env ROBOKASSA_LOGIN= --env ROBOKASSA_PASSWORD1= --env ROBOKASSA_PASSWORD2= --env ROBOKASSA_PASSWORD3= robokassa-mcp -- uvx robokassa-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"robokassa-mcp","command":"uvx","args":["robokassa-mcp"],"env":{"ROBOKASSA_LOGIN":"","ROBOKASSA_PASSWORD1":"","ROBOKASSA_PASSWORD2":"","ROBOKASSA_PASSWORD3":""}}'
JSON
{
"mcpServers": {
"robokassa-mcp": {
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "",
"ROBOKASSA_PASSWORD1": "",
"ROBOKASSA_PASSWORD2": "",
"ROBOKASSA_PASSWORD3": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.