Server data from the Official MCP Registry
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
About
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
Security Report
Valid MCP server (2 strong, 5 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
9 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: ROBOKASSA_LOGIN
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theyahia-robokassa-mcp": {
"env": {
"ROBOKASSA_LOGIN": "your-robokassa-login-here"
},
"args": [
"-y",
"@theyahia/robokassa-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
🗄 Репозиторий заархивирован
Разработка переехала в theYahia/WWmcp — монорепозиторий MCP-серверов для незападных API: СНГ, MENA, Африка, LATAM, Юго-Восточная Азия. Общее ядро
@theyahia/mcp-core, единый CI, единый релизный конвейер.Актуальная версия того, что лежало здесь:
servers/robokassa/Пакет в npm прежний —
@theyahia/robokassa-mcp, ставится и работает как раньше. Здесь больше ничего не обновляется. Задачи и pull request'ы — в WWmcp.Archived — development moved to theYahia/WWmcp, a monorepo of MCP servers for non-Western APIs. The current version of this package now lives at
servers/robokassa/. The npm package@theyahia/robokassa-mcpis unchanged. Please open issues and pull requests there.
@theyahia/robokassa-mcp
MCP server for Robokassa payment API. 2 tools for invoice creation (with MD5 signature) and status checking.
Quick Start
Claude Desktop
{
"mcpServers": {
"robokassa": {
"command": "npx",
"args": ["-y", "@theyahia/robokassa-mcp"],
"env": {
"ROBOKASSA_LOGIN": "your-login",
"ROBOKASSA_PASSWORD1": "your-password1",
"ROBOKASSA_PASSWORD2": "your-password2"
}
}
}
}
Claude Code
claude mcp add robokassa -e ROBOKASSA_LOGIN=login -e ROBOKASSA_PASSWORD1=pass1 -e ROBOKASSA_PASSWORD2=pass2 -- npx -y @theyahia/robokassa-mcp
Cursor / Windsurf
{
"robokassa": {
"command": "npx",
"args": ["-y", "@theyahia/robokassa-mcp"],
"env": {
"ROBOKASSA_LOGIN": "your-login",
"ROBOKASSA_PASSWORD1": "your-password1",
"ROBOKASSA_PASSWORD2": "your-password2"
}
}
}
Tools
| Tool | Description |
|---|---|
create_invoice | Create payment URL with MD5 signature, optional 54-FZ receipt |
check_invoice | Check invoice status via OpStateExt XML interface |
Auth
| 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 |
HTTP Transport
HTTP_PORT=3000 npx @theyahia/robokassa-mcp
# or
npx @theyahia/robokassa-mcp --http 3000
Endpoints: POST /mcp (JSON-RPC), GET /health (status).
Skills
- skill-create-invoice -- create a Robokassa payment URL with MD5 signature
- skill-check-payment -- check invoice status via OpStateExt
License
MIT
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
