io.github.artgas1/robokassa-mcp✓
io.github.artgas1/robokassa-mcp · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.artgas1/robokassa-mcp",
"description": "Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).",
"repository": {
"url": "https://github.com/artgas1/robokassa-mcp",
"source": "github"
},
"version": "0.1.2",
"websiteUrl": "https://github.com/artgas1/robokassa-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "robokassa-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Merchant login identifier for the Robokassa shop.",
"isRequired": true,
"name": "ROBOKASSA_LOGIN"
},
{
"description": "Shop's Password #1 — used for checkout URL signing, SuccessURL signature verification, CalcOutSumm, fiscal receipts, and SMS.",
"isSecret": true,
"name": "ROBOKASSA_PASSWORD1"
},
{
"description": "Shop's Password #2 — used for OpStateExt payment status checks and ResultURL signature verification.",
"isSecret": true,
"name": "ROBOKASSA_PASSWORD2"
},
{
"description": "Shop's Password #3 — used for Refund API (JWT HS256). Refund API access must be enabled in the cabinet.",
"isSecret": true,
"name": "ROBOKASSA_PASSWORD3"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}