MCP Server
MCP
io.github.artgas1/robokassa-mcp
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
Install
uvx robokassa-mcp
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment