Server data from the Official MCP Registry
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
This MCP server for Robokassa payment gateway has solid authentication practices, with credential scoping matching its payment API purpose. The server properly uses environment variables for sensitive credentials and implements signature verification for webhooks. Minor code quality issues around broad exception handling and input validation suggestions prevent a higher score, but no security vulnerabilities were identified. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ROBOKASSA_LOGIN
Environment variable: ROBOKASSA_PASSWORD1
Environment variable: ROBOKASSA_PASSWORD2
Environment variable: ROBOKASSA_PASSWORD3
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-artgas1-robokassa-mcp": {
"env": {
"ROBOKASSA_LOGIN": "your-robokassa-login-here",
"ROBOKASSA_PASSWORD1": "your-robokassa-password1-here",
"ROBOKASSA_PASSWORD2": "your-robokassa-password2-here",
"ROBOKASSA_PASSWORD3": "your-robokassa-password3-here"
},
"args": [
"robokassa-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.