@theyahia/prodamus-mcp
v1.0.1
Published
MCP server for Prodamus — payments, subscriptions, invoices (Russia)
Downloads
26
Maintainers
Readme
@theyahia/prodamus-mcp
MCP server for Prodamus payment platform API. Accept payments, manage subscriptions, process refunds, create invoices, and check balances.
Install
npx -y @theyahia/prodamus-mcpEnvironment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| PRODAMUS_API_KEY | Yes | API key from Prodamus dashboard |
| PRODAMUS_DOMAIN | Yes | Your Prodamus domain (e.g., myshop.prodamus.ru) |
Tools
| 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 |
Demo Prompts
- "Create a payment for 2990 RUB for online course access, send to [email protected]"
- "Show me all payments from March 2026 that are still pending"
- "Create a monthly subscription for the Pro plan at 990 RUB for [email protected]"
License
MIT
