YooKassa MCP
UnknownA community wrapper over the YooKassa API: 20 tools — payment creation, status checks, refunds, operation listings. Stdio and HTTP; shop_id + the shop's secret key. Not an official YooKassa product.
Why this server
- 20 tools: payments, refunds, 54-FZ receipts, payouts, SBP and marketplace splits
- An Idempotence-Key on every POST/DELETE — a retry after a failure never double-charges
- HTTP mode requires a Bearer MCP_AUTH_TOKEN and binds to 127.0.0.1 by default
- get_shop_info confirms test:true before any real charge — payouts still need separate activation
Usage examples
Prompt: Create a 5,000 RUB payment for order #123 via SBP
Result: The agent called create_sbp_payment with amount=5000 and a description, returning the confirmation_url for payment.
Prompt: Show successful payments from the last 7 days and refund 2,500 RUB on pay_xxx
Result: The agent called list_payments filtered by status=succeeded, then create_refund on pay_xxx for 2,500 RUB.
Health
—out of 100, based on agent reports from the last 30 days
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.