{
  "markdown": "> ## 🗄 Репозиторий заархивирован\n>\n> Разработка переехала в **[theYahia/WWmcp](https://github.com/theYahia/WWmcp)** — монорепозиторий MCP-серверов для незападных API: СНГ, MENA, Африка, LATAM, Юго-Восточная Азия. Общее ядро `@theyahia/mcp-core`, единый CI, единый релизный конвейер.\n>\n> Актуальная версия того, что лежало здесь: [`servers/robokassa/`](https://github.com/theYahia/WWmcp/tree/main/servers/robokassa)\n>\n> Пакет в npm прежний — [`@theyahia/robokassa-mcp`](https://www.npmjs.com/package/@theyahia/robokassa-mcp), ставится и работает как раньше.\n> Здесь больше ничего не обновляется. Задачи и pull request'ы — в WWmcp.\n>\n> **Archived — development moved to [theYahia/WWmcp](https://github.com/theYahia/WWmcp),** a monorepo of MCP servers for non-Western APIs.\n> The current version of this package now lives at [`servers/robokassa/`](https://github.com/theYahia/WWmcp/tree/main/servers/robokassa).\n> The npm package [`@theyahia/robokassa-mcp`](https://www.npmjs.com/package/@theyahia/robokassa-mcp) is unchanged.\n> Please open issues and pull requests there.\n\n# @theyahia/robokassa-mcp\n\nMCP server for **Robokassa** payment API. 2 tools for invoice creation (with MD5 signature) and status checking.\n\n[![npm](https://img.shields.io/npm/v/@theyahia/robokassa-mcp)](https://www.npmjs.com/package/@theyahia/robokassa-mcp)\n[![license](https://img.shields.io/npm/l/@theyahia/robokassa-mcp)](./LICENSE)\n\n## Quick Start\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"robokassa\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@theyahia/robokassa-mcp\"],\n      \"env\": {\n        \"ROBOKASSA_LOGIN\": \"your-login\",\n        \"ROBOKASSA_PASSWORD1\": \"your-password1\",\n        \"ROBOKASSA_PASSWORD2\": \"your-password2\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add robokassa -e ROBOKASSA_LOGIN=login -e ROBOKASSA_PASSWORD1=pass1 -e ROBOKASSA_PASSWORD2=pass2 -- npx -y @theyahia/robokassa-mcp\n```\n\n### Cursor / Windsurf\n\n```json\n{\n  \"robokassa\": {\n    \"command\": \"npx\",\n    \"args\": [\"-y\", \"@theyahia/robokassa-mcp\"],\n    \"env\": {\n      \"ROBOKASSA_LOGIN\": \"your-login\",\n      \"ROBOKASSA_PASSWORD1\": \"your-password1\",\n      \"ROBOKASSA_PASSWORD2\": \"your-password2\"\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `create_invoice` | Create payment URL with MD5 signature, optional 54-FZ receipt |\n| `check_invoice` | Check invoice status via OpStateExt XML interface |\n\n## Auth\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `ROBOKASSA_LOGIN` | Yes | Merchant login |\n| `ROBOKASSA_PASSWORD1` | Yes | Password 1 (for payment signature) |\n| `ROBOKASSA_PASSWORD2` | Yes | Password 2 (for status check signature) |\n| `ROBOKASSA_TEST` | No | Set to \"true\" for test mode |\n\n## HTTP Transport\n\n```bash\nHTTP_PORT=3000 npx @theyahia/robokassa-mcp\n# or\nnpx @theyahia/robokassa-mcp --http 3000\n```\n\nEndpoints: `POST /mcp` (JSON-RPC), `GET /health` (status).\n\n## Skills\n\n- **skill-create-invoice** -- create a Robokassa payment URL with MD5 signature\n- **skill-check-payment** -- check invoice status via OpStateExt\n\n## License\n\nMIT\n",
  "bytes": 3094,
  "sha": "921ed5ccf68e06a0370c9b23e38a12ee5992b60a788359f57569e01e831aac60",
  "repo_slug": "theyahia/robokassa-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_theyahia_robokassa_mcp_a62a7330/readme"
}