CloudPayments MCP
UnknownA community wrapper over the CloudPayments payment API: one-step charges, two-step authorization with confirm or void, transaction lookup, refunds. Basic auth via the shop's public ID and API secret. Stdio and HTTP. Not an official CloudPayments product.
Why this server
- 6 tools cover the full cycle: charge, hold, confirm, void, refund
- auth + confirm split the hold from the charge — handy for pay-on-fulfillment bookings
- The CloudPayments test terminal lets you validate a flow with no real money
- Only 6 tools — no subscriptions or webhooks, just the core payment cycle
Usage examples
Prompt: Charge 5,000 RUB from the card cryptogram with description 'Premium plan'
Result: The agent called charge with Amount=5000 and a Description, returning the transaction status and its TransactionId.
Prompt: Place a 3,000 RUB hold and confirm only 2,000 RUB once the order is packed
Result: The agent called auth for 3,000 RUB, then confirm with Amount=2000 — charging only the confirmed portion.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.