theYahia/prodamus-mcp
MCP server for Prodamus — payments, subscriptions, invoices (Russia)
Platform-specific configuration:
{
"mcpServers": {
"prodamus-mcp": {
"command": "npx",
"args": [
"-y",
"prodamus-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Prodamus payment platform API. Accept payments, manage subscriptions, process refunds, create invoices, and check balances.
npx -y @theyahia/prodamus-mcp| Variable | Required | Description | |----------|----------|-------------| | PRODAMUS_API_KEY | Yes | API key from Prodamus dashboard | | PRODAMUS_DOMAIN | Yes | Your Prodamus domain (e.g., myshop.prodamus.ru) |
| Tool | Description | |------|-------------| | create_payment | Create a new payment with optional product list | | get_payment_status | Check payment status by order ID | | list_payments | List payments with date/status filters | | create_refund | Refund a payment (full or partial) | | create_subscription | Create a recurring subscription | | cancel_subscription | Cancel an active subscription | | get_balance | Get available and pending balance | | create_invoice | Create and send an invoice to a customer |
MIT
Loading reviews...