MCP Hub
Back to servers

@theyahia/bepaid-mcp

MCP server for bePaid — payment gateway, tokenization (Belarus)

npm175/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/bepaid-mcp

bepaid-mcp

MCP server for bePaid payment gateway (Belarus). Supports payments, captures, voids, refunds, card tokenization, and subscriptions via HTTP Basic auth.

Tools (8)

ToolDescription
create_paymentCreate a payment checkout
get_paymentGet transaction details by UID
capture_paymentCapture an authorized payment
void_paymentVoid an authorized payment
refund_paymentRefund a captured payment
tokenize_cardCreate card tokenization checkout
charge_tokenCharge a tokenized card
create_subscriptionCreate a recurring subscription

Quick Start

{
  "mcpServers": {
    "bepaid": {
      "command": "npx",
      "args": ["-y", "@theyahia/bepaid-mcp"],
      "env": {
        "BEPAID_SHOP_ID": "<YOUR_SHOP_ID>",
        "BEPAID_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
BEPAID_SHOP_IDYesShop ID from bePaid dashboard
BEPAID_SECRET_KEYYesSecret key from bePaid dashboard

Demo Prompts

  • "Create a payment for 50 BYN for an online course"
  • "Check transaction status for tx-abc123"
  • "Refund 20 BYN from transaction tx-xyz789"
  • "Tokenize a card for future payments"
  • "Set up a monthly subscription of 30 BYN"

License

MIT

Reviews

No reviews yet

Sign in to write a review