MCPHIVE

Robokassa MCP

Unknown

A community wrapper over the Robokassa payment API: generating an MD5-signed payment link (optionally with a 54-FZ receipt) and checking invoice status via the OpStateExt interface. Just two tools — a narrow but self-sufficient "issue an invoice, check if it's paid" flow. Not an official Robokassa product.

Why this server

  • create_invoice and check_invoice cover the full loop: issue and confirm payment
  • ROBOKASSA_TEST=true gives a test mode with zero real charges
  • An optional 54-FZ receipt is added right inside create_invoice, no separate call needed
  • Honestly narrow: just 2 tools — no refunds, subscriptions or transaction listing

Usage examples

Prompt: Issue a 1,200 RUB invoice for order #58 and give me the payment link

Result: The agent called create_invoice with the amount and InvId=58, returning the signed payment link.

Prompt: Check whether the invoice for order #58 was paid

Result: The agent called check_invoice with InvId=58 via OpStateExt, returning a "paid" status.

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.